Searched refs:r_ecr (Results 1 – 2 of 2) sorted by relevance
161 r = r_ecr(ppc); in ppc_ecp_sync()166 r = r_ecr(ppc); in ppc_ecp_sync()191 ecr_sav = r_ecr(ppc); in ppc_detect_fifo()215 if (r_ecr(ppc) & PPC_FIFO_EMPTY) in ppc_detect_fifo()233 if (!ppc->ppc_rthr && (r_ecr(ppc) & PPC_SERVICE_INTR)) { in ppc_detect_fifo()237 if (r_ecr(ppc) & PPC_FIFO_FULL) { in ppc_detect_fifo()260 if (r_ecr(ppc) & PPC_SERVICE_INTR) { in ppc_detect_fifo()265 if (i>1 && (r_ecr(ppc) & PPC_FIFO_EMPTY)) { in ppc_detect_fifo()272 if (!(r_ecr(ppc) & PPC_FIFO_EMPTY)) { in ppc_detect_fifo()1220 if ((r_ecr(ppc) & 0xe0) == PPC_ECR_PS2) { in ppc_generic_detect()[all …]
154 #define r_ecr(ppc) (bus_space_read_1((ppc)->bst, (ppc)->bsh, PPC_ECP_ECR)) macro