Home
last modified time | relevance | path

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

/u-boot/drivers/bios_emulator/
A Datibios.c91 struct vesa_mode_info *vm; in atibios_debug_mode() local
158 vm = &mode_info->vesa; in atibios_debug_mode()
164 vm->bits_per_pixel, vm->memory_model, in atibios_debug_mode()
168 vm->red_mask_pos, vm->green_mask_pos, vm->blue_mask_pos, in atibios_debug_mode()
169 vm->red_mask_size, vm->green_mask_size, in atibios_debug_mode()
211 vm = &mode_info->vesa; in atibios_set_vesa_mode()
212 vm->x_resolution = le16_to_cpu(vm->x_resolution); in atibios_set_vesa_mode()
213 vm->y_resolution = le16_to_cpu(vm->y_resolution); in atibios_set_vesa_mode()
214 vm->bytes_per_scanline = le16_to_cpu(vm->bytes_per_scanline); in atibios_set_vesa_mode()
215 vm->phys_base_ptr = le32_to_cpu(vm->phys_base_ptr); in atibios_set_vesa_mode()
[all …]
/u-boot/drivers/video/
A Dati_radeon_fb.c622 u32 *vm; in video_hw_init() local
740 vm = (unsigned int *) pGD->pciBase; in video_hw_init()
742 *vm++ = 0; in video_hw_init()

Completed in 5 milliseconds