Searched defs:pcie_conf_write (Results 1 – 4 of 4) sorted by relevance
| /Zephyr-latest/tests/subsys/edac/ibecc_cov/src/ |
| D | ibecc.c | 87 #define pcie_conf_write(bdf, reg, val) mock_conf_write(bdf, reg, val) macro
|
| /Zephyr-latest/arch/x86/core/ |
| D | pcie.c | 155 void pcie_conf_write(pcie_bdf_t bdf, unsigned int reg, uint32_t data) in pcie_conf_write() function
|
| /Zephyr-latest/drivers/pcie/host/ |
| D | controller.c | 33 void pcie_conf_write(pcie_bdf_t bdf, unsigned int reg, uint32_t data) in pcie_conf_write() function
|
| /Zephyr-latest/tests/drivers/smbus/smbus_emul/src/ |
| D | smbus.c | 40 #define pcie_conf_write(bdf, reg, val) mock_conf_write(bdf, reg, val) macro
|