Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/bochs/
H A Dbochs_hw.c54 if (bochs->qext_size < 8) in bochs_hw_set_big_endian()
62 if (bochs->qext_size < 8) in bochs_hw_set_little_endian()
178 bochs->qext_size = readl(bochs->mmio + 0x600); in bochs_hw_init()
179 if (bochs->qext_size < 4 || bochs->qext_size > iosize) { in bochs_hw_init()
180 bochs->qext_size = 0; in bochs_hw_init()
184 bochs->qext_size); in bochs_hw_init()
H A Dbochs.h59 unsigned long qext_size; member