Searched refs:regions_phys (Results 1 – 3 of 3) sorted by relevance
432 sti->regions_phys[i] = in sti_init_glob_cfg()442 ioremap(sti->regions_phys[i], len) : in sti_init_glob_cfg()443 ioremap_nocache(sti->regions_phys[i], len) ); in sti_init_glob_cfg()447 i, sti->regions_phys[i], glob_cfg->region_ptrs[i], in sti_init_glob_cfg()
1300 if ((fb->sti->regions_phys[0] & 0xfc000000) == in stifb_init_fb()1301 (fb->sti->regions_phys[2] & 0xfc000000)) in stifb_init_fb()1302 sti_rom_address = fb->sti->regions_phys[0]; in stifb_init_fb()1304 sti_rom_address = fb->sti->regions_phys[1]; in stifb_init_fb()1341 fix->smem_start = fb->sti->regions_phys[1] | 0xffffffff00000000; in stifb_init_fb()
369 unsigned long regions_phys[STI_REGION_MAX]; member