Home
last modified time | relevance | path

Searched refs:efir (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/puc/
H A Dpucdata.c2002 int efir, idx, ofs; in puc_config_syba() local
2017 efir = base[idx]; in puc_config_syba()
2018 bus_write_1(bar->b_res, efir, 0x09); in puc_config_syba()
2019 v = bus_read_1(bar->b_res, efir + 1); in puc_config_syba()
2022 bus_write_1(bar->b_res, efir, 0x16); in puc_config_syba()
2023 v = bus_read_1(bar->b_res, efir + 1); in puc_config_syba()
2024 bus_write_1(bar->b_res, efir, 0x16); in puc_config_syba()
2025 bus_write_1(bar->b_res, efir + 1, v | 0x04); in puc_config_syba()
2026 bus_write_1(bar->b_res, efir, 0x16); in puc_config_syba()
2027 bus_write_1(bar->b_res, efir + 1, v & ~0x04); in puc_config_syba()
[all …]
/freebsd/sys/dev/ppc/
H A Dppc.c994 #define efir ((efer == 0x250) ? 0x251 : 0x3f0) macro
1017 outb (efir, 0x0c); in ppc_w83877f_detect()
1020 outb (efir, 0x16); in ppc_w83877f_detect()
1038 outb(efir, 0x23); in ppc_w83877f_detect()
1043 outb(efir, 0x9); in ppc_w83877f_detect()
1062 outb(efir, i); in ppc_w83877f_detect()
1066 outb(efir, i); in ppc_w83877f_detect()
1069 outb(efir, 0x1e); in ppc_w83877f_detect()
1072 outb(efir, i); in ppc_w83877f_detect()
1084 outb(efir, 0x0); in ppc_w83877f_detect()
[all …]