Searched refs:pciio (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/arch/x86/boot/compressed/ |
D | eboot.c | 895 void *pciio; in setup_uga32() local 903 efi_call_early(handle_protocol, handle, &pciio_proto, &pciio); in setup_uga32() 907 if (status == EFI_SUCCESS && (!first_uga || pciio)) { in setup_uga32() 915 if (pciio) in setup_uga32() 940 void *pciio; in setup_uga64() local 948 efi_call_early(handle_protocol, handle, &pciio_proto, &pciio); in setup_uga64() 952 if (status == EFI_SUCCESS && (!first_uga || pciio)) { in setup_uga64() 960 if (pciio) in setup_uga64()
|
/linux-4.4.14/sound/oss/ |
D | sb.h | 163 int sb_dsp_detect (struct address_info *hw_config, int pci, int pciio, struct sb_module_options *sb…
|
D | sb_common.c | 500 int sb_dsp_detect(struct address_info *hw_config, int pci, int pciio, struct sb_module_options *sbm… in sb_dsp_detect() argument 528 devc->pcibase = pciio; in sb_dsp_detect()
|