Home
last modified time | relevance | path

Searched refs:REGION_BASE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dstifb.c74 /* REGION_BASE(fb_info, index) returns the virtual address for region <index> */
75 #define REGION_BASE(fb_info, index) \ macro
1247 fix->mmio_start = REGION_BASE(fb,2); in stifb_init_fb()
1266 * fb.iobase = REGION_BASE(fb_info,3); in stifb_init_fb()
1267 * fb.screen_base = ioremap(REGION_BASE(fb_info,2),xxx); in stifb_init_fb()
1360 info->screen_base = ioremap(REGION_BASE(fb,1), fix->smem_len); in stifb_init_fb()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dstifb.c74 /* REGION_BASE(fb_info, index) returns the physical address for region <index> */
75 #define REGION_BASE(fb_info, index) \ macro
1247 fix->mmio_start = REGION_BASE(fb,2); in stifb_init_fb()
1266 * fb.iobase = REGION_BASE(fb_info,3); in stifb_init_fb()
1267 * fb.screen_base = ioremap(REGION_BASE(fb_info,2),xxx); in stifb_init_fb()
1360 info->screen_base = ioremap(REGION_BASE(fb,1), fix->smem_len); in stifb_init_fb()

Completed in 5 milliseconds