Lines Matching refs:w_ecr
172 w_ecr(ppc, 0xf4); in ppc_detect_fifo()
183 w_ecr(ppc, 0x34); /* byte mode, no interrupt, no DMA */ in ppc_detect_fifo()
188 w_ecr(ppc, 0xd4); in ppc_detect_fifo()
203 w_ecr(ppc, 0xd0); in ppc_detect_fifo()
225 w_ecr(ppc, 0xd4); /* test mode, no interrupt, no DMA */ in ppc_detect_fifo()
227 w_ecr(ppc, 0xd0); /* enable interrupts */ in ppc_detect_fifo()
255 w_ecr(ppc, ecr_sav); in ppc_detect_fifo()
261 w_ecr(ppc, ecr_sav); in ppc_detect_fifo()
323 w_ecr(ppc, PPC_ECR_RESET); in ppc_generic_setmode()
338 w_ecr(ppc, ecr); in ppc_generic_setmode()
368 w_ecr(ppc, PPC_ECR_RESET); in ppc_smclike_setmode()
384 w_ecr(ppc, ecr); in ppc_smclike_setmode()
1193 w_ecr(ppc, PPC_ECR_PS2); in ppc_generic_detect()
1200 w_ecr(ppc, PPC_ECR_EPP); in ppc_generic_detect()
1220 w_ecr(ppc, PPC_ECR_STD); in ppc_generic_detect()
1566 w_ecr(ppc, ecr | PPC_nFAULT_INTR); in ppcintr()
1577 w_ecr(ppc, ecr | PPC_SERVICE_INTR); in ppcintr()
1587 w_ecr(ppc, ecr & ~PPC_ENABLE_DMA); in ppcintr()
1903 w_ecr(ppc, byte); in ppc_io()