Searched refs:pci_putb_func (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/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; 177 pci_putb_func = pci_orion_putb; 184 pci_putb_func = pci_mech1_amd_putb; 192 pci_putb_func = pci_mech1_putb; 211 pci_putb_func = pci_neptune_putb; 218 pci_putb_func = pci_mech2_putb;
|
H A D | pci_cfgacc_x86.c | 118 (*pci_putb_func)(bus, dev, func,
|
H A D | mp_startup.c | 1125 pci_putb_func(0, node + 24, 3, 0x87, data);
|
/illumos-gate/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);
|
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/ |
H A D | gfxp_pci.c | 257 (*pci_putb_func)(bus, dev, func, offset, value);
|
/illumos-gate/usr/src/uts/i86pc/io/pci/ |
H A D | pci_common.c | 1619 (*pci_putb_func)(cfp->c_busnum, cfp->c_devnum,
|
/illumos-gate/usr/src/uts/intel/io/acpica/ |
H A D | osl.c | 995 (*pci_putb_func)(PciId->Bus, PciId->Device, PciId->Function,
|
/illumos-gate/usr/src/uts/intel/io/pci/ |
H A D | pci_boot.c | 53 #define pci_putb (*pci_putb_func)
|
Completed in 85 milliseconds