Lines Matching refs:efdr
995 #define efdr ((efer == 0x250) ? 0x252 : 0x3f1) macro
1018 hefere = inb(efdr) & WINB_HEFERE; in ppc_w83877f_detect()
1021 hefras = inb(efdr) & WINB_HEFRAS; in ppc_w83877f_detect()
1039 if (ppc->ppc_base != inb(efdr) * 4) /* 4 bytes boundaries */ in ppc_w83877f_detect()
1045 switch (inb(efdr) & WINB_CHIPID) { in ppc_w83877f_detect()
1063 printf("0x%x ", inb(efdr)); in ppc_w83877f_detect()
1067 printf("0x%x ", inb(efdr)); in ppc_w83877f_detect()
1070 printf("0x%x ", inb(efdr)); in ppc_w83877f_detect()
1073 printf("0x%x ", inb(efdr)); in ppc_w83877f_detect()
1085 r = inb(efdr) & (WINB_PRTMODS0 | WINB_PRTMODS1); in ppc_w83877f_detect()
1089 r |= (inb(efdr) & WINB_PRTMODS2); in ppc_w83877f_detect()
1135 outb(efdr, inb(efdr) & ~WINB_PRTMODS2); in ppc_w83877f_detect()
1139 outb(efdr, inb(efdr) & ~(WINB_PRTMODS0 | WINB_PRTMODS1)); in ppc_w83877f_detect()
1143 outb(efdr, inb(efdr) | WINB_ECP_EPP); in ppc_w83877f_detect()
1151 outb(efdr, inb(efdr) | WINB_ECP); in ppc_w83877f_detect()
1157 outb(efdr, inb(efdr) | WINB_EPP_SPP); in ppc_w83877f_detect()