File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ value and use PIO write (by setting SubIP write opcode) to do a write operation.
182182
183183THC also includes two GPIO pins, one for interrupt and the other for device reset control.
184184
185- Interrupt line can be configured to either level triggerred or edge triggerred by setting MMIO
185+ Interrupt line can be configured to either level triggered or edge triggered by setting MMIO
186186Control register.
187187
188188Reset line is controlled by BIOS (or EFI) through ACPI _RST method, driver needs to call this
@@ -302,10 +302,10 @@ waiting for interrupt ready then read out the data from system memory.
3023023.3.2 Software DMA channel
303303~~~~~~~~~~~~~~~~~~~~~~~~~~
304304
305- THC supports a software triggerred RxDMA mode to read the touch data from touch IC. This SW RxDMA
305+ THC supports a software triggered RxDMA mode to read the touch data from touch IC. This SW RxDMA
306306is the 3rd THC RxDMA engine with the similar functionalities as the existing two RxDMAs, the only
307- difference is this SW RxDMA is triggerred by software, and RxDMA2 is triggerred by external Touch IC
308- interrupt. It gives a flexiblity to software driver to use RxDMA read Touch IC data in any time.
307+ difference is this SW RxDMA is triggered by software, and RxDMA2 is triggered by external Touch IC
308+ interrupt. It gives a flexibility to software driver to use RxDMA read Touch IC data in any time.
309309
310310Before software starts a SW RxDMA, it shall stop the 1st and 2nd RxDMA, clear PRD read/write pointer
311311and quiesce the device interrupt (THC_DEVINT_QUIESCE_HW_STS = 1), other operations are the same with
You can’t perform that action at this time.
0 commit comments