Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/tiny/
Dbochs.c98 static void bochs_vga_writeb(struct bochs_device *bochs, u16 ioport, u8 val) in bochs_vga_writeb() argument
103 if (bochs->mmio) { in bochs_vga_writeb()
106 writeb(val, bochs->mmio + offset); in bochs_vga_writeb()
112 static u8 bochs_vga_readb(struct bochs_device *bochs, u16 ioport) in bochs_vga_readb() argument
117 if (bochs->mmio) { in bochs_vga_readb()
120 return readb(bochs->mmio + offset); in bochs_vga_readb()
126 static u16 bochs_dispi_read(struct bochs_device *bochs, u16 reg) in bochs_dispi_read() argument
130 if (bochs->mmio) { in bochs_dispi_read()
133 ret = readw(bochs->mmio + offset); in bochs_dispi_read()
141 static void bochs_dispi_write(struct bochs_device *bochs, u16 reg, u16 val) in bochs_dispi_write() argument
[all …]
DMakefile4 obj-$(CONFIG_DRM_BOCHS) += bochs.o
DKconfig14 tristate "DRM Support for bochs dispi vga interface (qemu stdvga)"
24 If M is selected the module will be called bochs.
/Linux-v6.1/samples/
DKconfig218 Emulate enough of qemu stdvga to make bochs-drm.ko happy.
219 That is basically the vram memory bar and the bochs dispi
/Linux-v6.1/
DMAINTAINERS6421 F: drivers/gpu/drm/tiny/bochs.c