Searched refs:ATPPC_FIFO_EMPTY (Results 1 – 2 of 2) sorted by relevance
393 if ((tmp & ATPPC_FIFO_EMPTY) && !(tmp & ATPPC_FIFO_FULL)) { in atppc_detect_generic()510 if (cc & ATPPC_FIFO_EMPTY) in atppc_detect_fifo()569 if (i > 0 && (cc & ATPPC_FIFO_EMPTY)) { in atppc_detect_fifo()580 if (!(cc & ATPPC_FIFO_EMPTY)) { in atppc_detect_fifo()1111 if (r & ATPPC_FIFO_EMPTY) { in atppc_ecp_sync()1817 if (ecr & ATPPC_FIFO_EMPTY) { in atppc_ecp_read()1943 if ((ecr & ATPPC_FIFO_EMPTY) && (ecr & ATPPC_FIFO_FULL)) { in atppc_ecp_read_error()2143 if (ecr & ATPPC_FIFO_EMPTY) { in atppc_fifo_write_dma()2209 if (ecr & ATPPC_FIFO_EMPTY) { in atppc_fifo_write_pio()2241 if (ecr & ATPPC_FIFO_EMPTY) { in atppc_fifo_write_pio()[all …]
49 #define ATPPC_FIFO_EMPTY 0x1 /* ecr register - bit 0 */ macro