Searched refs:pci_write_config_byte (Results 1 – 3 of 3) sorted by relevance
166 status_t pci_write_config_byte(const pci_location_t *state, uint32_t reg, uint8_t value);
92 status_t pci_write_config_byte(const pci_location_t *state, uint32_t reg, uint8_t value) { in pci_write_config_byte() function
175 ret = pci_write_config_byte(&loc, offset, value); in pci_config()
Completed in 4 milliseconds