Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/intel_nb5000/
H A Dnb5000.h769 nb_pci_putw(0, 17, ((fsb) & 2) ? 3 : 0, \
772 nb_pci_putw(0, 16, 0, fsb ? 0x492 : 0x192, val); \
777 nb_pci_putw(0, 17, (fsb & 2) ? 3 : 0, \
780 nb_pci_putw(0, 16, 0, fsb ? 0x494 : 0x194, val); \
785 nb_pci_putw(0, 17, (fsb & 2) ? 3 : 0, \
788 nb_pci_putw(0, 16, 0, fsb ? 0x496 : 0x196, val); \
793 nb_pci_putw(0, 17, (fsb & 2) ? 3 : 0, \
796 nb_pci_putw(0, 16, 0, fsb ? 0x498 : 0x198, val); \
801 nb_pci_putw(0, 17, (fsb & 2) ? 3 : 0, \
804 nb_pci_putw(0, 16, 0, fsb ? 0x49a : 0x19a, 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()