Searched refs:pci_putb_func (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/uts/i86pc/os/ |
H A D | pci_cfgspace.c | 82 void (*pci_putb_func)(int bus, int dev, int func, int reg, uint8_t val); variable 153 pci_putb_func = pci_mech1_putb; in pci_check() 177 pci_putb_func = pci_orion_putb; in pci_check() 184 pci_putb_func = pci_mech1_amd_putb; in pci_check() 192 pci_putb_func = pci_mech1_putb; in pci_check() 211 pci_putb_func = pci_neptune_putb; in pci_check() 218 pci_putb_func = pci_mech2_putb; in pci_check()
|
H A D | pci_cfgacc_x86.c | 118 (*pci_putb_func)(bus, dev, func, in pci_cfgacc_io()
|
H A D | mp_startup.c | 1143 pci_putb_func(0, node + 24, 3, 0x87, data); in workaround_errata()
|
/titanic_44/usr/src/uts/intel/sys/ |
H A D | pci_cfgspace.h | 48 extern void (*pci_putb_func)(int bus, int dev, int func, int reg, uint8_t val);
|
/titanic_44/usr/src/uts/i86pc/io/gfx_private/ |
H A D | gfxp_pci.c | 257 (*pci_putb_func)(bus, dev, func, offset, value); in gfxp_pci_write_byte()
|
/titanic_44/usr/src/uts/i86pc/io/pci/ |
H A D | pci_common.c | 1619 (*pci_putb_func)(cfp->c_busnum, cfp->c_devnum, in pci_config_wr8()
|
/titanic_44/usr/src/uts/intel/io/acpica/ |
H A D | osl.c | 1002 (*pci_putb_func)(PciId->Bus, PciId->Device, PciId->Function, in AcpiOsWritePciConfiguration()
|
/titanic_44/usr/src/uts/intel/io/pci/ |
H A D | pci_boot.c | 53 #define pci_putb (*pci_putb_func)
|