Searched refs:low_bytes (Results 1 – 4 of 4) sorted by relevance
574 uint32_t low_bytes = (uint32_t)(*bar_p & ~PCI_BASE_TYPE_ALL); in pxtool_get_bar() local598 *bar_p = (*bar_p << 32) | low_bytes; in pxtool_get_bar()600 *bar_p = low_bytes; in pxtool_get_bar()
783 uint32_t low_bytes = (uint32_t)(*bar & ~PCI_BASE_TYPE_ALL); in pcitool_get_bar() local801 *bar = (*bar << 32) + low_bytes; in pcitool_get_bar()
1096 uint32_t low_bytes = in pcitool_dev_reg_ops() local1127 prg2.data = (prg2.data << 32) + low_bytes; in pcitool_dev_reg_ops()
119 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() argument2596 hex_data.lo = low_bytes; in ecc_gen()