Searched refs:pci_bios32 (Results 1 – 3 of 3) sorted by relevance
/lk-master/dev/bus/pci/ |
A D | bios32.cpp | 97 pci_bios32 *pci_bios32::detect() { in detect() 176 auto b32 = new pci_bios32(b32_entry); in detect() 206 int pci_bios32::find_pci_class_code(pci_location_t *state, uint32_t class_code, uint16_t index) { in find_pci_class_code() 229 int pci_bios32::read_config_byte(const pci_location_t *state, uint32_t reg, uint8_t *value) { in read_config_byte() 251 int pci_bios32::read_config_half(const pci_location_t *state, uint32_t reg, uint16_t *value) { in read_config_half() 273 int pci_bios32::read_config_word(const pci_location_t *state, uint32_t reg, uint32_t *value) { in read_config_word() 295 int pci_bios32::write_config_byte(const pci_location_t *state, uint32_t reg, uint8_t value) { in write_config_byte() 317 int pci_bios32::write_config_half(const pci_location_t *state, uint32_t reg, uint16_t value) { in write_config_half() 339 int pci_bios32::write_config_word(const pci_location_t *state, uint32_t reg, uint32_t value) { in write_config_word() 361 int pci_bios32::get_irq_routing_options(irq_routing_options_t *options, uint16_t *pci_irqs) { in get_irq_routing_options() [all …]
|
A D | bios32.h | 14 class pci_bios32 final : public pci_backend { 17 virtual ~pci_bios32() = default; 20 static pci_bios32 *detect(); 45 explicit pci_bios32(bios32_entry b32_entry) : bios32_entry_(b32_entry) {} in pci_bios32() function 53 static pci_bios32 *detect() { return nullptr; }
|
A D | pci.cpp | 161 if ((pcib = pci_bios32::detect())) { in pci_init_legacy()
|
Completed in 5 milliseconds