Home
last modified time | relevance | path

Searched refs:PCI_BCNF_IO_SHIFT (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dpci.h109 #define PCI_BCNF_IO_SHIFT 8 macro
/titanic_41/usr/src/uts/intel/io/pci/
H A Dpci_boot.c1086 io_base = (io_base & PCI_BCNF_IO_MASK) << PCI_BCNF_IO_SHIFT; in fix_ppb_res()
1087 io_limit = ((io_limit & PCI_BCNF_IO_MASK) << PCI_BCNF_IO_SHIFT) | 0xfff; in fix_ppb_res()
2866 io_range[0] = ((val & PCI_BCNF_IO_MASK) << PCI_BCNF_IO_SHIFT); in add_ppb_props()
2868 io_range[1] = ((val & PCI_BCNF_IO_MASK) << PCI_BCNF_IO_SHIFT) | in add_ppb_props()