Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/bochs/
Dbochs_hw.c54 unsigned long addr, size, mem, ioaddr, iosize, qext_size; in bochs_hw_init() local
120 qext_size = readl(bochs->mmio + 0x600); in bochs_hw_init()
121 if (qext_size < 4 || qext_size > iosize) in bochs_hw_init()
123 DRM_DEBUG("Found qemu ext regs, size %ld\n", qext_size); in bochs_hw_init()
124 if (qext_size >= 8) { in bochs_hw_init()