Home | Sort by: relevance | last modified time | path |
/src/sys/arch/i386/pci/ | |
piix.c | 236 int cfgreg; local in function:piix_get_intr 241 cfgreg = clink <= 3 ? PIIX_CFG_PIRQ : PIIX_CFG_PIRQ2; 244 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, cfgreg); 260 int cfgreg; local in function:piix_set_intr 265 cfgreg = clink <= 3 ? PIIX_CFG_PIRQ : PIIX_CFG_PIRQ2; 268 reg = pci_conf_read(ph->ph_pc, ph->ph_tag, cfgreg); 272 pci_conf_write(ph->ph_pc, ph->ph_tag, cfgreg, reg); |
/src/sys/dev/pci/ | |
pciio.h | 74 struct pciio_cfgreg cfgreg; member in struct:pciio_bdf_cfgreg |