Lines Matching refs:u32
88 #define STORE_LE32(addr, val) (*(u32 *)addr = val)
105 u32 mbytes;
106 u32 max_x;
107 u32 max_y;
152 u32 drm_format;
153 u32 bytepp;
154 u32 width;
155 u32 height;
156 u32 stride;
157 u32 __pad;
164 u32 id;
178 u32 memory_bar_mask;
191 u32 active_id;
192 u32 next_id;
209 static const char *vbe_name(u32 index) in vbe_name()
238 STORE_LE32((u32 *) &mdev_state->vconfig[PCI_BASE_ADDRESS_0], in mbochs_create_config_space()
244 STORE_LE32((u32 *) &mdev_state->vconfig[PCI_BASE_ADDRESS_2], in mbochs_create_config_space()
255 u32 virt_width; in mbochs_check_framebuffer()
309 char *buf, u32 count) in handle_pci_cfg_write()
313 u32 cfg_addr; in handle_pci_cfg_write()
318 cfg_addr = *(u32 *)buf; in handle_pci_cfg_write()
337 char *buf, u32 count) in handle_mmio_write()
367 char *buf, u32 count) in handle_mmio_read()
404 char *buf, u32 count, bool is_write) in handle_edid_regs()
431 char *buf, u32 count, bool is_write) in handle_edid_blob()
509 u32 size64k = mdev_state->memsize / (64 * 1024); in mbochs_reset()
622 u32 val; in mbochs_read()
683 u32 val; in mbochs_write()
853 u32 fourcc = dmabuf->mode.drm_format; in mbochs_print_dmabuf()
992 mbochs_dmabuf_find_by_id(struct mdev_state *mdev_state, u32 id) in mbochs_dmabuf_find_by_id()
1165 static int mbochs_get_gfx_dmabuf(struct mdev_state *mdev_state, u32 id) in mbochs_get_gfx_dmabuf()
1291 u32 dmabuf_id; in mbochs_ioctl()