Searched refs:pci_mech1_putw (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/i86pc/os/ |
H A D | pci_cfgspace.c | 154 pci_putw_func = pci_mech1_putw; in pci_check() 193 pci_putw_func = pci_mech1_putw; in pci_check()
|
H A D | pci_mech1.c | 112 pci_mech1_putw(int bus, int device, int function, int reg, uint16_t val) in pci_mech1_putw() function
|
H A D | pci_neptune.c | 193 pci_mech1_putw(bus, device, function, reg, val); in pci_neptune_putw()
|
H A D | pci_orion.c | 234 pci_mech1_putw(bus, device, function, reg, val); in pci_orion_putw()
|
/titanic_50/usr/src/uts/i86pc/sys/ |
H A D | pci_cfgspace_impl.h | 45 extern void pci_mech1_putw(int bus, int dev, int func, int reg, uint16_t val);
|