Lines Matching full:hpa
444 unsigned long hpa) in sti_init_glob_cfg() argument
483 newhpa = (i == 0) ? rom_address : hpa; in sti_init_glob_cfg()
906 unsigned long hpa, in sti_try_rom_generic() argument
969 pr_debug(" byte mode ROM at %08lx, hpa at %08lx\n", in sti_try_rom_generic()
970 address, hpa); in sti_try_rom_generic()
975 pr_debug(" word mode ROM at %08lx, hpa at %08lx\n", in sti_try_rom_generic()
976 address, hpa); in sti_try_rom_generic()
983 if (sti_init_glob_cfg(sti, address, hpa)) in sti_try_rom_generic()
1031 int hpa = dev->hpa.start; in sticore_pa_init() local
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 pr_debug("Trying PCI STI ROM at %08lx, PCI hpa at %08lx\n", in sticore_pci_init()