Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_tools.c574 uint32_t low_bytes = (uint32_t)(*bar_p & ~PCI_BASE_TYPE_ALL); in pxtool_get_bar() local
598 *bar_p = (*bar_p << 32) | low_bytes; in pxtool_get_bar()
600 *bar_p = low_bytes; in pxtool_get_bar()
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_tools.c783 uint32_t low_bytes = (uint32_t)(*bar & ~PCI_BASE_TYPE_ALL); in pcitool_get_bar() local
801 *bar = (*bar << 32) + low_bytes; in pcitool_get_bar()
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_tools.c1102 uint32_t low_bytes = in pcitool_dev_reg_ops() local
1133 prg2.data = (prg2.data << 32) + low_bytes; in pcitool_dev_reg_ops()
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire.c119 static ushort_t ecc_gen(uint_t high_bytes, uint_t low_bytes);
2587 ecc_gen(uint_t high_bytes, uint_t low_bytes) in ecc_gen() argument
2596 hex_data.lo = low_bytes; in ecc_gen()