Searched refs:pci_mech1_putw (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dpci_cfgspace.c154 pci_putw_func = pci_mech1_putw;
193 pci_putw_func = pci_mech1_putw;
H A Dpci_mech1.c112 pci_mech1_putw(int bus, int device, int function, int reg, uint16_t val) function
H A Dpci_neptune.c193 pci_mech1_putw(bus, device, function, reg, val);
H A Dpci_orion.c234 pci_mech1_putw(bus, device, function, reg, val);
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dpci_cfgspace_impl.h45 extern void pci_mech1_putw(int bus, int dev, int func, int reg, uint16_t val);

Completed in 60 milliseconds