HomeSort by: relevance | last modified time | path
    Searched defs:high_bits (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_kms.c 78 uint64_t high_bits; local in function:setup_slot
88 high_bits = (qdev->rom->slots_start + slot->index)
90 high_bits |= slot->generation;
91 high_bits <<= (64 - (qdev->rom->slot_gen_bits + qdev->rom->slot_id_bits));
92 slot->high_bits = high_bits;
qxl_drv.h 138 uint64_t high_bits; member in struct:qxl_memslot
319 return slot->high_bits | (bo->tbo.offset - slot->gpu_offset + offset);
  /src/sys/dev/pci/ixgbe/
ixgbe_phy.c 124 u8 high_bits; local in function:ixgbe_read_i2c_combined_generic_int
154 if (ixgbe_in_i2c_byte_ack(hw, &high_bits))
167 *val = (high_bits << 8) | low_bits;

Completed in 23 milliseconds