Home
last modified time | relevance | path

Searched refs:pci_read_config_byte (Results 1 – 6 of 6) sorted by relevance

/dev/bus/pci/bus_mgr/
A Dbus.cpp74 err = pci_read_config_byte(loc, PCI_CONFIG_CLASS_CODE_BASE, &base_class); in probe()
79 err = pci_read_config_byte(loc, PCI_CONFIG_CLASS_CODE_SUB, &sub_class); in probe()
86 err = pci_read_config_byte(loc, PCI_CONFIG_HEADER_TYPE, &header_type); in probe()
A Ddevice.cpp61 err = pci_read_config_byte(loc, PCI_CONFIG_CLASS_CODE_BASE, &base_class); in probe()
66 err = pci_read_config_byte(loc, PCI_CONFIG_CLASS_CODE_SUB, &sub_class); in probe()
73 err = pci_read_config_byte(loc, PCI_CONFIG_HEADER_TYPE, &header_type); in probe()
176 err = pci_read_config_byte(loc(), cap_ptr, &cap_id); in probe_capabilities()
212 err = pci_read_config_byte(loc(), cap_ptr + 1, &next_cap_ptr); in probe_capabilities()
260 status_t err = pci_read_config_byte(loc(), PCI_CONFIG_INTERRUPT_LINE, &interrupt_line); in allocate_irq()
A Dbridge.cpp56 err = pci_read_config_byte(loc, PCI_CONFIG_HEADER_TYPE, &header_type); in probe()
/dev/bus/pci/include/dev/bus/
A Dpci.h52 status_t pci_read_config_byte(pci_location_t state, uint32_t reg, uint8_t *value);
/dev/bus/pci/
A Dpci.cpp44 status_t pci_read_config_byte(const pci_location_t state, uint32_t reg, uint8_t *value) { in pci_read_config_byte() function
114 err = pci_read_config_byte(loc, next_index, &val); in pci_read_config()
A Ddebug.cpp184 ret = pci_read_config_byte(loc, offset, &value); in pci_config()

Completed in 15 milliseconds