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