Searched refs:write_config_half (Results 1 – 6 of 6) sorted by relevance
/lk-master/dev/bus/pci/ |
A D | ecam.h | 24 int write_config_half(const pci_location_t *state, uint32_t reg, uint16_t value) override;
|
A D | pci_backend.h | 51 virtual int write_config_half(const pci_location_t *state, uint32_t reg, uint16_t value) { in write_config_half() function
|
A D | bios32.h | 31 … virtual int write_config_half(const pci_location_t *state, uint32_t reg, uint16_t value) override;
|
A D | ecam.cpp | 134 int pci_ecam::write_config_half(const pci_location_t *state, uint32_t reg, uint16_t value) { in write_config_half() function in pci_ecam
|
A D | pci.cpp | 107 int res = pcib->write_config_half(state, reg, value); in pci_write_config_half()
|
A D | bios32.cpp | 317 int pci_bios32::write_config_half(const pci_location_t *state, uint32_t reg, uint16_t value) { in write_config_half() function in pci_bios32
|
Completed in 6 milliseconds