Searched refs:pci_mech1_putb (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/i86pc/os/ |
H A D | pci_orion.c | 112 pci_mech1_putb(0, ncDevNo, 0, in pci_is_broken_orion() 166 pci_mech1_putb(0, ncDevNo, 0, PCI_82454_RW_CONTROL, PciReg); in FuncDisableInboundPostingnc82454() 176 pci_mech1_putb(0, ncDevNo, 0, PCI_82454_RW_CONTROL, PciReg); in FuncEnableInboundPostingnc82454() 224 pci_mech1_putb(bus, device, function, reg, val); in pci_orion_putb()
|
H A D | pci_cfgspace.c | 153 pci_putb_func = pci_mech1_putb; in pci_check() 192 pci_putb_func = pci_mech1_putb; in pci_check()
|
H A D | pci_mech1.c | 98 pci_mech1_putb(int bus, int device, int function, int reg, uint8_t val) in pci_mech1_putb() function
|
H A D | pci_neptune.c | 183 pci_mech1_putb(bus, device, function, reg, val); in pci_neptune_putb()
|
/titanic_50/usr/src/uts/i86pc/sys/ |
H A D | pci_cfgspace_impl.h | 44 extern void pci_mech1_putb(int bus, int dev, int func, int reg, uint8_t val);
|