Searched refs:ATMCI_BLKE (Results 1 – 2 of 2) sorted by relevance
89 # define ATMCI_BLKE ( 1 << 3) /* Data Block Ended */ macro
962 iflags |= ATMCI_ENDTX | ATMCI_TXBUFE | ATMCI_BLKE; in atmci_prepare_data_pdc()2092 if (pending & ATMCI_BLKE) { in atmci_interrupt()2094 atmci_writel(host, ATMCI_IDR, ATMCI_BLKE); in atmci_interrupt()