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

/freebsd-current/sys/dev/ppc/
H A Dppc_isa.c232 while (!(r_ecr(ppc) & PPC_FIFO_EMPTY)) {
234 if (r_ecr(ppc) & PPC_FIFO_EMPTY)
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)
242 if (i>1 && (r_ecr(ppc) & PPC_FIFO_EMPTY)) {
249 if (!(r_ecr(ppc) & PPC_FIFO_EMPTY)) {

Completed in 195 milliseconds