Searched refs:pci_write_config_byte (Results 1 – 4 of 4) sorted by relevance
56 status_t pci_write_config_byte(pci_location_t state, uint32_t reg, uint8_t value);
223 ret = pci_write_config_byte(loc, offset, value); in pci_config()
73 status_t pci_write_config_byte(const pci_location_t state, uint32_t reg, uint8_t value) { in pci_write_config_byte() function
319 pci_write_config_byte(loc(), PCI_CONFIG_INTERRUPT_LINE, vector_base); in allocate_msi()
Completed in 11 milliseconds