HomeSort by: relevance | last modified time | path
    Searched refs:ATPPC_FIFO_FULL (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
atppc.c 393 if ((tmp & ATPPC_FIFO_EMPTY) && !(tmp & ATPPC_FIFO_FULL)) {
533 if (cc & ATPPC_FIFO_FULL) {
1819 if (ecr & ATPPC_FIFO_FULL) {
1846 else if (ecr & ATPPC_FIFO_FULL) {
1943 if ((ecr & ATPPC_FIFO_EMPTY) && (ecr & ATPPC_FIFO_FULL)) {
2144 if (ecr & ATPPC_FIFO_FULL) {
2210 if (ecr & ATPPC_FIFO_FULL) {
2242 if (ecr & ATPPC_FIFO_FULL) {
2279 if ((ecr & ATPPC_FIFO_EMPTY) && (ecr & ATPPC_FIFO_FULL)) {
2299 if (ecr & ATPPC_FIFO_FULL)
    [all...]
atppcreg.h 50 #define ATPPC_FIFO_FULL 0x2 /* ecr register - bit 1 */

Completed in 14 milliseconds