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 | 87 void (*pci_putw_func)(int bus, int dev, int func, int reg, uint16_t val); variable 158 pci_putw_func = pci_mech1_putw; in pci_check() 187 pci_putw_func = pci_orion_putw; in pci_check() 194 pci_putw_func = pci_mech1_amd_putw; in pci_check() 202 pci_putw_func = pci_mech1_putw; in pci_check() 221 pci_putw_func = pci_neptune_putw; in pci_check() 228 pci_putw_func = pci_mech2_putw; in pci_check()
|
H A D | pci_cfgacc_x86.c | 126 (*pci_putw_func)(bus, dev, func, in pci_cfgacc_io()
|
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | pci_cfgspace.h | 47 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 | 269 (*pci_putw_func)(bus, dev, func, offset, value); in gfxp_pci_write_word()
|
/illumos-gate/usr/src/uts/i86pc/io/pci/ |
H A D | pci_common.c | 1681 (*pci_putw_func)(cfp->c_busnum, cfp->c_devnum, in pci_config_wr16()
|
/illumos-gate/usr/src/uts/intel/io/acpica/ |
H A D | osl.c | 1000 (*pci_putw_func)(PciId->Bus, PciId->Device, PciId->Function, in AcpiOsWritePciConfiguration()
|
/illumos-gate/usr/src/uts/intel/io/pci/ |
H A D | pci_boot.c | 196 #define pci_putw (*pci_putw_func)
|