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

/freebsd-10.0-release/sys/dev/ppc/
H A Dppc_isa.c234 while (!(r_ecr(ppc) & PPC_FIFO_EMPTY)) {
237 if (r_ecr(ppc) & PPC_FIFO_EMPTY)
H A Dppcreg.h146 #define PPC_FIFO_EMPTY 0x1 /* ecr register - bit 0 */ macro
H A Dppc.c197 if (r_ecr(ppc) & PPC_FIFO_EMPTY)
247 if (i>1 && (r_ecr(ppc) & PPC_FIFO_EMPTY)) {
254 if (!(r_ecr(ppc) & PPC_FIFO_EMPTY)) {

Completed in 69 milliseconds