Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/video/fbdev/
Dstifb.c76 F_EXTEND(fb_info->sti->regions_phys[index])
1278 if ((fb->sti->regions_phys[0] & 0xfc000000) == in stifb_init_fb()
1279 (fb->sti->regions_phys[2] & 0xfc000000)) in stifb_init_fb()
1280 sti_rom_address = F_EXTEND(fb->sti->regions_phys[0]); in stifb_init_fb()
1282 sti_rom_address = F_EXTEND(fb->sti->regions_phys[1]); in stifb_init_fb()
1317 fix->smem_start = F_EXTEND(fb->sti->regions_phys[1]); in stifb_init_fb()
/Linux-v6.6/drivers/video/
Dsticore.c485 sti->regions_phys[i] = in sti_init_glob_cfg()
492 i, sti->regions_phys[i], len / 1024, in sti_init_glob_cfg()
505 ptr = store_sti_val(sti, ptr, sti->regions_phys[i]); in sti_init_glob_cfg()
/Linux-v6.6/include/video/
Dsticore.h358 unsigned long regions_phys[STI_REGION_MAX]; member