Home
last modified time | relevance | path

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

/Linux-v5.4/include/video/
Dneomagic.h119 #define MMIO_SIZE 0x200000 macro
/Linux-v5.4/drivers/video/fbdev/i810/
Di810.h122 #define MMIO_SIZE (512*1024) macro
Di810_main.c1121 fix->mmio_len = MMIO_SIZE; in encode_fix()
1879 MMIO_SIZE, in i810_allocate_pci_resource()
1887 MMIO_SIZE); in i810_allocate_pci_resource()
2120 release_mem_region(par->mmio_start_phys, MMIO_SIZE); in i810fb_release_resource()
/Linux-v5.4/drivers/video/fbdev/
Dcyber2000fb.h14 #define MMIO_SIZE 0x000c0000 macro
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()
Ds3fb.c115 #define MMIO_SIZE 0x10000 macro
1267 par->mmio = ioremap(info->fix.smem_start + MMIO_OFFSET, MMIO_SIZE); in s3_pci_probe()
Dcyber2000fb.c1557 cfb->fb.fix.mmio_len = MMIO_SIZE; in cyberpro_common_probe()