Searched refs:pci_putw_func (Results 1 – 7 of 7) sorted by relevance
/titanic_44/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; in pci_check() 178 pci_putw_func = pci_orion_putw; in pci_check() 185 pci_putw_func = pci_mech1_amd_putw; in pci_check() 193 pci_putw_func = pci_mech1_putw; in pci_check() 212 pci_putw_func = pci_neptune_putw; in pci_check() 219 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()
|
/titanic_44/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);
|
/titanic_44/usr/src/uts/i86pc/io/gfx_private/ |
H A D | gfxp_pci.c | 272 (*pci_putw_func)(bus, dev, func, offset, value); in gfxp_pci_write_word()
|
/titanic_44/usr/src/uts/i86pc/io/pci/ |
H A D | pci_common.c | 1652 (*pci_putw_func)(cfp->c_busnum, cfp->c_devnum, in pci_config_wr16()
|
/titanic_44/usr/src/uts/intel/io/acpica/ |
H A D | osl.c | 1006 (*pci_putw_func)(PciId->Bus, PciId->Device, PciId->Function, in AcpiOsWritePciConfiguration()
|
/titanic_44/usr/src/uts/intel/io/pci/ |
H A D | pci_boot.c | 54 #define pci_putw (*pci_putw_func)
|