Home
last modified time | relevance | path

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

/openbmc/linux/include/video/
H A Dneomagic.h119 #define MMIO_SIZE 0x200000 macro
/openbmc/linux/drivers/video/fbdev/i810/
H A Di810.h122 #define MMIO_SIZE (512*1024) macro
H A Di810_main.c1122 fix->mmio_len = MMIO_SIZE; in encode_fix()
1880 MMIO_SIZE, in i810_allocate_pci_resource()
1888 MMIO_SIZE); in i810_allocate_pci_resource()
2125 release_mem_region(par->mmio_start_phys, MMIO_SIZE); in i810fb_release_resource()
/openbmc/qemu/hw/usb/
H A Dhcd-ehci.h37 #define MMIO_SIZE 0x1000 macro
H A Dhcd-ehci.c2588 memory_region_init(&s->mem, OBJECT(dev), "ehci", MMIO_SIZE); in usb_ehci_init()
/openbmc/linux/drivers/video/fbdev/
H A Dcyber2000fb.h14 #define MMIO_SIZE 0x000c0000 macro
H A Dneofb.c1671 info->fix.mmio_len = MMIO_SIZE; in neo_map_mmio()
1674 (info->fix.mmio_start, MMIO_SIZE, "memory mapped I/O")) { in neo_map_mmio()
1679 par->mmio_vbase = ioremap(info->fix.mmio_start, MMIO_SIZE); in neo_map_mmio()
H A Ds3fb.c116 #define MMIO_SIZE 0x10000 macro
1277 par->mmio = ioremap(info->fix.smem_start + MMIO_OFFSET, MMIO_SIZE); in s3_pci_probe()
H A Dcyber2000fb.c1558 cfb->fb.fix.mmio_len = MMIO_SIZE; in cyberpro_common_probe()
/openbmc/qemu/hw/display/
H A Dsm501.c47 #define MMIO_SIZE 0x200000 macro
1915 memory_region_init(&s->mmio_region, OBJECT(dev), "sm501.mmio", MMIO_SIZE); in sm501_init()