Searched refs:slot_gen_bits (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_mem.c212 high_bits = slot_index << qxl->slot_gen_bits;
214 high_bits <<= (64 - (qxl->slot_gen_bits + qxl->slot_id_bits));
232 qxl->slot_gen_bits = qxl->rom->slot_gen_bits;
234 qxl->va_slot_mask = (~(uint64_t)0) >> (qxl->slot_id_bits + qxl->slot_gen_bits);
H A Dspiceqxl_driver.c118 rom->slot_gen_bits = MEMSLOT_GENERATION_BITS;
H A Dqxl.h306 uint8_t slot_gen_bits; member in struct:_qxl_screen_t

Completed in 4 milliseconds