/src/sys/arch/i386/pci/ |
piixvar.h | 68 pci_chipset_tag_t ph_pc; member in struct:piix_handle
|
opti82c558.c | 95 pci_chipset_tag_t ph_pc; member in struct:opti82c558_handle 132 ph->ph_pc = pc; 162 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, VIPER_CFG_PIRQ); 180 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, VIPER_CFG_PIRQ); 184 pci_conf_write(ph->ph_pc, ph->ph_tag, VIPER_CFG_PIRQ, reg); 201 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, VIPER_CFG_PIRQ); 222 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, VIPER_CFG_PIRQ); 228 pci_conf_write(ph->ph_pc, ph->ph_tag, VIPER_CFG_PIRQ, reg);
|
amd756.c | 83 pci_chipset_tag_t ph_pc; member in struct:amd756_handle 116 ph->ph_pc = pc;
|
opti82c700.c | 101 pci_chipset_tag_t ph_pc; member in struct:opti82c700_handle 120 ph->ph_pc = pc; 204 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, addrofs); 226 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, addrofs); 229 pci_conf_write(ph->ph_pc, ph->ph_tag, addrofs, reg); 253 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, addrofs); 269 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, addrofs); 298 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, addrofs); 308 pci_conf_write(ph->ph_pc, ph->ph_tag, addrofs, reg); 318 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, addrofs) [all...] |
via8231.c | 89 pci_chipset_tag_t ph_pc; member in struct:via8231_handle 151 ph->ph_pc = pc;
|