Symbol: efir
sys/dev/ppc/ppc.c
1017
outb (efir, 0x0c);
sys/dev/ppc/ppc.c
1020
outb (efir, 0x16);
sys/dev/ppc/ppc.c
1038
outb(efir, 0x23);
sys/dev/ppc/ppc.c
1043
outb(efir, 0x9);
sys/dev/ppc/ppc.c
1062
outb(efir, i);
sys/dev/ppc/ppc.c
1066
outb(efir, i);
sys/dev/ppc/ppc.c
1069
outb(efir, 0x1e);
sys/dev/ppc/ppc.c
1072
outb(efir, i);
sys/dev/ppc/ppc.c
1084
outb(efir, 0x0);
sys/dev/ppc/ppc.c
1088
outb(efir, 0x9);
sys/dev/ppc/ppc.c
1134
outb(efir, 0x9);
sys/dev/ppc/ppc.c
1138
outb(efir, 0x0);
sys/dev/puc/pucdata.c
2002
int efir, idx, ofs;
sys/dev/puc/pucdata.c
2017
efir = base[idx];
sys/dev/puc/pucdata.c
2018
bus_write_1(bar->b_res, efir, 0x09);
sys/dev/puc/pucdata.c
2019
v = bus_read_1(bar->b_res, efir + 1);
sys/dev/puc/pucdata.c
2022
bus_write_1(bar->b_res, efir, 0x16);
sys/dev/puc/pucdata.c
2023
v = bus_read_1(bar->b_res, efir + 1);
sys/dev/puc/pucdata.c
2024
bus_write_1(bar->b_res, efir, 0x16);
sys/dev/puc/pucdata.c
2025
bus_write_1(bar->b_res, efir + 1, v | 0x04);
sys/dev/puc/pucdata.c
2026
bus_write_1(bar->b_res, efir, 0x16);
sys/dev/puc/pucdata.c
2027
bus_write_1(bar->b_res, efir + 1, v & ~0x04);
sys/dev/puc/pucdata.c
2029
bus_write_1(bar->b_res, efir, 0x23);
sys/dev/puc/pucdata.c
2030
bus_write_1(bar->b_res, efir + 1, (ofs + 0x78) >> 2);
sys/dev/puc/pucdata.c
2031
bus_write_1(bar->b_res, efir, 0x24);
sys/dev/puc/pucdata.c
2032
bus_write_1(bar->b_res, efir + 1, (ofs + 0xf8) >> 2);
sys/dev/puc/pucdata.c
2033
bus_write_1(bar->b_res, efir, 0x25);
sys/dev/puc/pucdata.c
2034
bus_write_1(bar->b_res, efir + 1, (ofs + 0xe8) >> 2);
sys/dev/puc/pucdata.c
2035
bus_write_1(bar->b_res, efir, 0x17);
sys/dev/puc/pucdata.c
2036
bus_write_1(bar->b_res, efir + 1, 0x03);
sys/dev/puc/pucdata.c
2037
bus_write_1(bar->b_res, efir, 0x28);
sys/dev/puc/pucdata.c
2038
bus_write_1(bar->b_res, efir + 1, 0x43);