Searched refs:bochs_device (Results 1 – 1 of 1) sorted by relevance
82 struct bochs_device { struct107 static struct bochs_device *to_bochs_device(const struct drm_device *dev) in to_bochs_device() argument109 return container_of(dev, struct bochs_device, dev); in to_bochs_device()114 static __always_inline bool bochs_uses_mmio(struct bochs_device *bochs) in bochs_uses_mmio()119 static void bochs_vga_writeb(struct bochs_device *bochs, u16 ioport, u8 val) in bochs_vga_writeb()133 static u8 bochs_vga_readb(struct bochs_device *bochs, u16 ioport) in bochs_vga_readb()147 static u16 bochs_dispi_read(struct bochs_device *bochs, u16 reg) in bochs_dispi_read()162 static void bochs_dispi_write(struct bochs_device *bochs, u16 reg, u16 val) in bochs_dispi_write()174 static void bochs_hw_set_big_endian(struct bochs_device *bochs) in bochs_hw_set_big_endian()182 static void bochs_hw_set_little_endian(struct bochs_device *bochs) in bochs_hw_set_little_endian()[all …]