Home
last modified time | relevance | path

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

/linux/include/video/
H A Dneomagic.h119 #define MMIO_SIZE 0x200000 macro
/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()
1882 MMIO_SIZE, in i810_allocate_pci_resource()
1890 MMIO_SIZE); in i810_allocate_pci_resource()
2127 release_mem_region(par->mmio_start_phys, MMIO_SIZE); in i810fb_release_resource()
/linux/drivers/video/fbdev/
H A Dneofb.c1673 info->fix.mmio_len = MMIO_SIZE; in neo_map_mmio()
1676 (info->fix.mmio_start, MMIO_SIZE, "memory mapped I/O")) { in neo_map_mmio()
1681 par->mmio_vbase = ioremap(info->fix.mmio_start, MMIO_SIZE); in neo_map_mmio()
H A Ds3fb.c120 #define MMIO_SIZE 0x10000 macro
1349 par->mmio = ioremap(info->fix.smem_start + MMIO_OFFSET, MMIO_SIZE); in s3_pci_probe()