Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/tiny/
H A Dbochs.c87 unsigned long qext_size; member
172 if (bochs->qext_size < 8) in bochs_hw_set_big_endian()
180 if (bochs->qext_size < 8) in bochs_hw_set_little_endian()
296 bochs->qext_size = readl(bochs->mmio + 0x600); in bochs_hw_init()
297 if (bochs->qext_size < 4 || bochs->qext_size > iosize) { in bochs_hw_init()
298 bochs->qext_size = 0; in bochs_hw_init()
302 bochs->qext_size); in bochs_hw_init()