Searched refs:pcib (Results 1 – 1 of 1) sorted by relevance
27 pci_backend *pcib = nullptr; variable32 if (!pcib) { in pci_get_last_bus()36 return pcib->get_last_bus(); in pci_get_last_bus()45 if (!pcib) return ERR_NOT_CONFIGURED; in pci_read_config_byte()54 if (!pcib) return ERR_NOT_CONFIGURED; in pci_read_config_half()64 if (!pcib) return ERR_NOT_CONFIGURED; in pci_read_config_word()74 if (!pcib) return ERR_NOT_CONFIGURED; in pci_write_config_byte()84 if (!pcib) return ERR_NOT_CONFIGURED; in pci_write_config_half()94 if (!pcib) return ERR_NOT_CONFIGURED; in pci_write_config_word()261 DEBUG_ASSERT(pcib == nullptr); in pci_init_legacy()[all …]
Completed in 7 milliseconds