Searched refs:pirqreg (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/arch/alpha/pci/ |
H A D | pci_2100_a50.c | 106 pcireg_t pirqreg; local 183 pirqreg = pci_conf_read(pc, pci_make_tag(pc, 0, APECS_SIO_DEVICE, 0), 185 pirqline = (pirqreg >> (pirq * 8)) & 0xff;
|
H A D | pci_axppci_33.c | 107 pcireg_t pirqreg; local 181 pirqreg = pci_conf_read(pc, pci_make_tag(pc, 0, LCA_SIO_DEVICE, 0), 184 pirqline = (pirqreg >> (pirq * 8)) & 0xff;
|