sys/dev/pci/pccbb.c
1798
Pcic_write(ph, regbase_win + PCIC_SIA_START_LOW,
sys/dev/pci/pccbb.c
1800
Pcic_write(ph, regbase_win + PCIC_SIA_START_HIGH,
sys/dev/pci/pccbb.c
1803
Pcic_write(ph, regbase_win + PCIC_SIA_STOP_LOW,
sys/dev/pci/pccbb.c
1805
Pcic_write(ph, regbase_win + PCIC_SIA_STOP_HIGH,
sys/dev/pci/pccbb.c
1826
Pcic_write(ph, PCIC_IOCTL, ioctl);
sys/dev/pci/pccbb.c
1827
Pcic_write(ph, PCIC_ADDRWIN_ENABLE, enable);
sys/dev/pci/pccbb.c
1869
Pcic_write(ph, PCIC_ADDRWIN_ENABLE, reg);
sys/dev/pci/pccbb.c
1944
Pcic_write(ph, PCIC_PWRCTL, power);
sys/dev/pci/pccbb.c
1959
Pcic_write(ph, PCIC_INTR, intr);
sys/dev/pci/pccbb.c
1963
Pcic_write(ph, PCIC_PWRCTL, (power & ~PCIC_PWRCTL_OE));
sys/dev/pci/pccbb.c
1968
Pcic_write(ph, PCIC_PWRCTL, power | PCIC_PWRCTL_OE);
sys/dev/pci/pccbb.c
1980
Pcic_write(ph, PCIC_INTR, intr);
sys/dev/pci/pccbb.c
1992
Pcic_write(ph, PCIC_ADDRWIN_ENABLE, 0);
sys/dev/pci/pccbb.c
2000
Pcic_write(ph, PCIC_INTR, intr);
sys/dev/pci/pccbb.c
2040
Pcic_write(ph, PCIC_INTR, intr);
sys/dev/pci/pccbb.c
2046
Pcic_write(ph, PCIC_PWRCTL, power);
sys/dev/pci/pccbb.c
2197
Pcic_write(ph, regbase_win + PCIC_SMM_START_LOW, start_low);
sys/dev/pci/pccbb.c
2198
Pcic_write(ph, regbase_win + PCIC_SMM_START_HIGH, start_high);
sys/dev/pci/pccbb.c
2202
Pcic_write(ph, 0x40 + win, mem_window);
sys/dev/pci/pccbb.c
2210
Pcic_write(ph, regbase_win + PCIC_SMM_STOP_LOW, stop_low);
sys/dev/pci/pccbb.c
2211
Pcic_write(ph, regbase_win + PCIC_SMM_STOP_HIGH, stop_high);
sys/dev/pci/pccbb.c
2219
Pcic_write(ph, regbase_win + PCIC_CMA_LOW, off_low);
sys/dev/pci/pccbb.c
2220
Pcic_write(ph, regbase_win + PCIC_CMA_HIGH, off_high);
sys/dev/pci/pccbb.c
2224
Pcic_write(ph, PCIC_ADDRWIN_ENABLE, reg);
sys/dev/pci/pccbb.c
2343
Pcic_write(ph, PCIC_ADDRWIN_ENABLE, reg);
sys/dev/pci/pccbb.c
817
Pcic_write(ph, PCIC_INTR, PCIC_INTR_ENABLE | PCIC_INTR_RESET);
sys/dev/pci/pccbb.c
819
Pcic_write(ph, PCIC_CSC_INTR, 0);
sys/dev/pci/pccbb.c
821
Pcic_write(ph, PCIC_CSC_INTR, PCIC_CSC_INTR_CD_ENABLE);