Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/video/fbdev/
Dw100fb.c1374 union mc_fb_location_u intmem_location; in w100_setup_memory() local
1382 intmem_location.f.mc_fb_start = W100_FB_BASE >> 8; in w100_setup_memory()
1383 intmem_location.f.mc_fb_top = (W100_FB_BASE+MEM_INT_SIZE) >> 8; in w100_setup_memory()
1384 writel((u32) (intmem_location.val), remapped_regs + mmMC_FB_LOCATION); in w100_setup_memory()
1393 intmem_location.f.mc_fb_start = MEM_INT_BASE_VALUE >> 8; in w100_setup_memory()
1394 intmem_location.f.mc_fb_top = (MEM_INT_BASE_VALUE+MEM_INT_SIZE) >> 8; in w100_setup_memory()
1395 writel((u32) (intmem_location.val), remapped_regs + mmMC_FB_LOCATION); in w100_setup_memory()