Searched refs:sti_try_rom_generic (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/console/ |
H A D | sticore.c | 839 static struct sti_struct *sti_try_rom_generic(unsigned long address, in sti_try_rom_generic() function 966 sti = sti_try_rom_generic(dev->addr[0], hpa, NULL); in sticore_pa_init() 968 sti = sti_try_rom_generic(hpa, hpa, NULL); in sticore_pa_init() 970 sti = sti_try_rom_generic(PAGE0->proc_sti, hpa, NULL); in sticore_pa_init() 1009 sti = sti_try_rom_generic(rom_base, fb_base, pd); in sticore_pci_init()
|
/kernel/linux/linux-6.6/drivers/video/ |
H A D | sticore.c | 905 static struct sti_struct *sti_try_rom_generic(unsigned long address, in sti_try_rom_generic() function 1034 sti = sti_try_rom_generic(dev->addr[0], hpa, NULL); in sticore_pa_init() 1036 sti = sti_try_rom_generic(hpa, hpa, NULL); in sticore_pa_init() 1038 sti = sti_try_rom_generic(PAGE0->proc_sti, hpa, NULL); in sticore_pa_init() 1077 sti = sti_try_rom_generic(rom_base, fb_base, pd); in sticore_pci_init()
|
Completed in 4 milliseconds