Home
last modified time | relevance | path

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

/linux-5.19.10/include/video/
Dneomagic.h119 #define MMIO_SIZE 0x200000 macro
/linux-5.19.10/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-5.19.10/drivers/video/fbdev/
Dcyber2000fb.h14 #define MMIO_SIZE 0x000c0000 macro
Dneofb.c1670 info->fix.mmio_len = MMIO_SIZE; in neo_map_mmio()
1673 (info->fix.mmio_start, MMIO_SIZE, "memory mapped I/O")) { in neo_map_mmio()
1678 par->mmio_vbase = ioremap(info->fix.mmio_start, MMIO_SIZE); in neo_map_mmio()
Ds3fb.c115 #define MMIO_SIZE 0x10000 macro
1272 par->mmio = ioremap(info->fix.smem_start + MMIO_OFFSET, MMIO_SIZE); in s3_pci_probe()
Dcyber2000fb.c1558 cfb->fb.fix.mmio_len = MMIO_SIZE; in cyberpro_common_probe()