Home
last modified time | relevance | path

Searched refs:nb_pci_putw (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/intel_nb5000/
H A Dnb5000.h769 nb_pci_putw(0, 17, ((fsb) & 2) ? 3 : 0, \
777 nb_pci_putw(0, 17, (fsb & 2) ? 3 : 0, \
785 nb_pci_putw(0, 17, (fsb & 2) ? 3 : 0, \
793 nb_pci_putw(0, 17, (fsb & 2) ? 3 : 0, \
801 nb_pci_putw(0, 17, (fsb & 2) ? 3 : 0, \
999 nb_pci_putw(0, (branch) ? 22 : 21, 1, 0xbe, 0) : \
1000 nb_pci_putw(0, 16, 1, 0xbe, 0))
1050 nb_pci_putw(0, 16, 1, 0xd8, 0);
1113 nb_pci_putw(0, 16, 1, 0xf8, 0); \
1289 nb_pci_putw(0, 21, 0, 0xb0, val) : \
[all …]
H A Dnb_pci_cfg.c185 nb_pci_putw(int bus, int dev, int func, int reg, uint16_t val) in nb_pci_putw() function
H A Dnb_log.h295 extern void nb_pci_putw(int, int, int, int, uint16_t);
H A Dnb5000_init.c942 nb_pci_putw(0, i, 0, PCI_CONF_COMM, in nb_pex_init()