Searched refs:pci_handle_size (Results 1 – 1 of 1) sorted by relevance
/drivers/firmware/efi/libstub/ |
D | pci.c | 19 unsigned long pci_handle_size = 0; in efi_pci_disable_bridge_busmaster() local 27 NULL, &pci_handle_size, NULL); in efi_pci_disable_bridge_busmaster() 35 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, pci_handle_size, in efi_pci_disable_bridge_busmaster() 43 NULL, &pci_handle_size, pci_handle); in efi_pci_disable_bridge_busmaster() 49 for_each_efi_handle(handle, pci_handle, pci_handle_size, i) { in efi_pci_disable_bridge_busmaster() 85 for_each_efi_handle(handle, pci_handle, pci_handle_size, i) { in efi_pci_disable_bridge_busmaster()
|