Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/
Dcyber2000fb.h18 #define MMIO_SIZE 0x000c0000 macro
Dneofb.h74 #define MMIO_SIZE 0x200000 macro
Dneofb.c1831 info->mmio.len = MMIO_SIZE; in neo_map_mmio()
1833 if (!request_mem_region (info->mmio.pbase, MMIO_SIZE, "memory mapped I/O")) in neo_map_mmio()
1839 info->mmio.vbase = ioremap (info->mmio.pbase, MMIO_SIZE); in neo_map_mmio()
Dcyber2000fb.c1617 cfb->fb.fix.mmio_len = MMIO_SIZE; in cyberpro_probe()