Searched refs:r_ecr (Results 1 – 3 of 3) sorted by relevance
155 ecr_sav = r_ecr(ppc); in ppc_isa_write()189 ecr = r_ecr(ppc); in ppc_isa_write()232 while (!(r_ecr(ppc) & PPC_FIFO_EMPTY)) { in ppc_isa_write()234 if (r_ecr(ppc) & PPC_FIFO_EMPTY) in ppc_isa_write()
139 r = r_ecr(ppc); in ppc_ecp_sync()144 r = r_ecr(ppc); in ppc_ecp_sync()168 ecr_sav = r_ecr(ppc); in ppc_detect_fifo()192 if (r_ecr(ppc) & PPC_FIFO_EMPTY) in ppc_detect_fifo()210 if (!ppc->ppc_rthr && (r_ecr(ppc) & PPC_SERVICE_INTR)) { in ppc_detect_fifo()214 if (r_ecr(ppc) & PPC_FIFO_FULL) { in ppc_detect_fifo()237 if (r_ecr(ppc) & PPC_SERVICE_INTR) { 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()1194 if ((r_ecr(ppc) & 0xe0) == PPC_ECR_PS2) { in ppc_generic_detect()[all …]
160 #define r_ecr(ppc) (bus_read_1((ppc)->res_ioport, PPC_ECP_ECR)) macro