Searched refs:pci_putw_func (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | pci_cfgspace.c | 83 void (*pci_putw_func)(int bus, int dev, int func, int reg, uint16_t val); variable 154 pci_putw_func = pci_mech1_putw; 178 pci_putw_func = pci_orion_putw; 185 pci_putw_func = pci_mech1_amd_putw; 193 pci_putw_func = pci_mech1_putw; 212 pci_putw_func = pci_neptune_putw; 219 pci_putw_func = pci_mech2_putw;
|
H A D | pci_cfgacc_x86.c | 126 (*pci_putw_func)(bus, dev, func,
|
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | pci_cfgspace.h | 49 extern void (*pci_putw_func)(int bus, int dev, int func, int reg, uint16_t val);
|
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/ |
H A D | gfxp_pci.c | 272 (*pci_putw_func)(bus, dev, func, offset, value);
|
/illumos-gate/usr/src/uts/i86pc/io/pci/ |
H A D | pci_common.c | 1652 (*pci_putw_func)(cfp->c_busnum, cfp->c_devnum,
|
/illumos-gate/usr/src/uts/intel/io/acpica/ |
H A D | osl.c | 999 (*pci_putw_func)(PciId->Bus, PciId->Device, PciId->Function,
|
/illumos-gate/usr/src/uts/intel/io/pci/ |
H A D | pci_boot.c | 54 #define pci_putw (*pci_putw_func)
|
Completed in 76 milliseconds