sys/dev/ic/i82365.c
1069
reg = pcic_read(h, PCIC_ADDRWIN_ENABLE);
sys/dev/ic/i82365.c
1071
pcic_write(h, PCIC_ADDRWIN_ENABLE, reg);
sys/dev/ic/i82365.c
1241
reg = pcic_read(h, PCIC_ADDRWIN_ENABLE);
sys/dev/ic/i82365.c
1243
pcic_write(h, PCIC_ADDRWIN_ENABLE, reg);
sys/dev/ic/i82365.c
1300
reg = pcic_read(h, PCIC_ADDRWIN_ENABLE);
sys/dev/ic/i82365.c
1302
pcic_write(h, PCIC_ADDRWIN_ENABLE, reg);
sys/dev/ic/i82365.c
1396
pcic_write(h, PCIC_ADDRWIN_ENABLE, 0);
sys/dev/ic/i82365.c
974
reg = pcic_read(h, PCIC_ADDRWIN_ENABLE);
sys/dev/ic/i82365.c
976
pcic_write(h, PCIC_ADDRWIN_ENABLE, reg);
sys/dev/pci/pccbb.c
1809
enable = Pcic_read(ph, PCIC_ADDRWIN_ENABLE);
sys/dev/pci/pccbb.c
1827
Pcic_write(ph, PCIC_ADDRWIN_ENABLE, enable);
sys/dev/pci/pccbb.c
1860
reg = Pcic_read(ph, PCIC_ADDRWIN_ENABLE);
sys/dev/pci/pccbb.c
1869
Pcic_write(ph, PCIC_ADDRWIN_ENABLE, reg);
sys/dev/pci/pccbb.c
1992
Pcic_write(ph, PCIC_ADDRWIN_ENABLE, 0);
sys/dev/pci/pccbb.c
2222
reg = Pcic_read(ph, PCIC_ADDRWIN_ENABLE);
sys/dev/pci/pccbb.c
2224
Pcic_write(ph, PCIC_ADDRWIN_ENABLE, reg);
sys/dev/pci/pccbb.c
2341
reg = Pcic_read(ph, PCIC_ADDRWIN_ENABLE);
sys/dev/pci/pccbb.c
2343
Pcic_write(ph, PCIC_ADDRWIN_ENABLE, reg);