Home
last modified time | relevance | path

Searched refs:PPC_FIFO_EMPTY (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ppc/
H A Dppc_isa.c232 while (!(r_ecr(ppc) & PPC_FIFO_EMPTY)) { in ppc_isa_write()
234 if (r_ecr(ppc) & PPC_FIFO_EMPTY) in ppc_isa_write()
H A Dppcreg.h138 #define PPC_FIFO_EMPTY 0x1 /* ecr register - bit 0 */ macro
H A Dppc.c192 if (r_ecr(ppc) & PPC_FIFO_EMPTY) in ppc_detect_fifo()
242 if (i>1 && (r_ecr(ppc) & PPC_FIFO_EMPTY)) { in ppc_detect_fifo()
249 if (!(r_ecr(ppc) & PPC_FIFO_EMPTY)) { in ppc_detect_fifo()