Searched refs:sc_int (Results 1 – 3 of 3) sorted by relevance
/openbsd/sys/dev/pci/ |
H A D | pccbbvar.h | 144 pcireg_t sc_int; member
|
H A D | ppb.c | 97 pcireg_t sc_int; member 428 sc->sc_int = pci_conf_read(pc, tag, PCI_INTERRUPT_REG); in ppbactivate() 458 pci_conf_write(pc, tag, PCI_INTERRUPT_REG, sc->sc_int); in ppbactivate()
|
H A D | pccbb.c | 2789 sc->sc_int = pci_conf_read(pc, tag, PCI_INTERRUPT_REG); 2806 pci_conf_write(pc, tag, PCI_INTERRUPT_REG, sc->sc_int);
|