Searched refs:pci_putw_func (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dpci_cfgspace.c83 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 Dpci_cfgacc_x86.c126 (*pci_putw_func)(bus, dev, func,
/illumos-gate/usr/src/uts/intel/sys/
H A Dpci_cfgspace.h49 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 Dgfxp_pci.c272 (*pci_putw_func)(bus, dev, func, offset, value);
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_common.c1652 (*pci_putw_func)(cfp->c_busnum, cfp->c_devnum,
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl.c999 (*pci_putw_func)(PciId->Bus, PciId->Device, PciId->Function,
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_boot.c54 #define pci_putw (*pci_putw_func)

Completed in 76 milliseconds