Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dpci_cfgspace.c87 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 Dpci_cfgacc_x86.c126 (*pci_putw_func)(bus, dev, func, in pci_cfgacc_io()
/illumos-gate/usr/src/uts/intel/sys/
H A Dpci_cfgspace.h47 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.c269 (*pci_putw_func)(bus, dev, func, offset, value); in gfxp_pci_write_word()
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_common.c1681 (*pci_putw_func)(cfp->c_busnum, cfp->c_devnum, in pci_config_wr16()
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl.c1000 (*pci_putw_func)(PciId->Bus, PciId->Device, PciId->Function, in AcpiOsWritePciConfiguration()
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_boot.c196 #define pci_putw (*pci_putw_func)