Searched refs:pci_putl_func (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | pci_cfgspace.c | 84 void (*pci_putl_func)(int bus, int dev, int func, int reg, uint32_t val); variable 155 pci_putl_func = pci_mech1_putl; 179 pci_putl_func = pci_orion_putl; 186 pci_putl_func = pci_mech1_amd_putl; 194 pci_putl_func = pci_mech1_putl; 213 pci_putl_func = pci_neptune_putl; 220 pci_putl_func = pci_mech2_putl;
|
H A D | pci_cfgacc_x86.c | 134 (*pci_putl_func)(bus, dev, func, 142 (*pci_putl_func)(bus, dev, func, 144 (*pci_putl_func)(bus, dev, func,
|
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | pci_cfgspace.h | 50 extern void (*pci_putl_func)(int bus, int dev, int func, int reg, uint32_t val);
|
/illumos-gate/usr/src/uts/intel/io/mc-amd/ |
H A D | mcamd_pcicfg.c | 106 (*pci_putl_func)(0, MC_AMD_DEV_OFFSET + mc->mc_props.mcp_num,
|
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/ |
H A D | gfxp_pci.c | 287 (*pci_putl_func)(bus, dev, func, offset, value);
|
/illumos-gate/usr/src/uts/i86pc/io/pci/ |
H A D | pci_common.c | 1685 (*pci_putl_func)(cfp->c_busnum, cfp->c_devnum,
|
/illumos-gate/usr/src/uts/intel/io/acpica/ |
H A D | osl.c | 1003 (*pci_putl_func)(PciId->Bus, PciId->Device, PciId->Function,
|
/illumos-gate/usr/src/uts/intel/io/pci/ |
H A D | pci_boot.c | 55 #define pci_putl (*pci_putl_func)
|
Completed in 76 milliseconds