Searched refs:high_bits (Results 1 – 5 of 5) sorted by relevance
58 int coord, high_bits = coords[3]; in jornada720_ts_average() local60 coord = coords[0] | ((high_bits & 0x03) << 8); in jornada720_ts_average()61 coord += coords[1] | ((high_bits & 0x0c) << 6); in jornada720_ts_average()62 coord += coords[2] | ((high_bits & 0x30) << 4); in jornada720_ts_average()
87 uint64_t high_bits; in setup_slot() local99 high_bits = slot_index << qdev->slot_gen_bits; in setup_slot()100 high_bits |= slot->generation; in setup_slot()101 high_bits <<= (64 - (qdev->slot_gen_bits + qdev->slot_id_bits)); in setup_slot()102 slot->high_bits = high_bits; in setup_slot()
179 uint64_t high_bits; member378 return slot->high_bits | (bo->tbo.offset + offset); in qxl_bo_physical_address()
519 cmd->u.surface_create.data = slot->high_bits; in qxl_hw_surface_alloc()
119 u8 high_bits; in ixgbe_read_i2c_combined_generic_int() local149 if (ixgbe_in_i2c_byte_ack(hw, &high_bits)) in ixgbe_read_i2c_combined_generic_int()163 *val = (high_bits << 8) | low_bits; in ixgbe_read_i2c_combined_generic_int()