Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H A 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()
/openbmc/linux/drivers/video/
H A 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()
/openbmc/linux/include/video/
H A Dsticore.h358 unsigned long regions_phys[STI_REGION_MAX]; member