/Zephyr-latest/dts/arm64/qemu/ |
D | qemu-virt-a53.dtsi | 19 #include <zephyr/dt-bindings/pcie/pcie.h> 104 pcie: pcie@4010000000 { label
|
D | qemu-virt-arm64.dtsi | 19 #include <zephyr/dt-bindings/pcie/pcie.h> 104 pcie: pcie@4010000000 { label
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_dw.c | 1054 #if DT_ANY_INST_ON_BUS_STATUS_OKAY(pcie) in i2c_dw_initialize() 1055 if (rom->pcie) { in i2c_dw_initialize() 1058 if (rom->pcie->bdf == PCIE_BDF_NONE) { in i2c_dw_initialize() 1062 pcie_probe_mbar(rom->pcie->bdf, 0, &mbar); in i2c_dw_initialize() 1063 pcie_set_cmd(rom->pcie->bdf, PCIE_CONF_CMDSTAT_MEM, true); in i2c_dw_initialize() 1067 pcie_set_cmd(rom->pcie->bdf, PCIE_CONF_CMDSTAT_MASTER, true); in i2c_dw_initialize() 1151 #define I2C_DW_INIT_PCIE1(n) DEVICE_PCIE_INST_INIT(n, pcie), 1152 #define I2C_DW_INIT_PCIE(n) _CONCAT(I2C_DW_INIT_PCIE, DT_INST_ON_BUS(n, pcie))(n) 1156 #define I2C_PCIE_DEFINE(n) _CONCAT(I2C_DEFINE_PCIE, DT_INST_ON_BUS(n, pcie))(n) 1182 unsigned int irq = pcie_alloc_irq(dev_cfg->pcie->bdf); \ [all …]
|
/Zephyr-latest/drivers/pcie/endpoint/ |
D | Kconfig | 19 source "drivers/pcie/endpoint/Kconfig.iproc"
|
/Zephyr-latest/drivers/spi/ |
D | spi_pw.h | 208 #if DT_ANY_INST_ON_BUS_STATUS_OKAY(pcie) 209 struct pcie_dev *pcie; member
|
/Zephyr-latest/boards/acrn/acrn/ |
D | acrn.dts | 34 compatible = "pcie-controller";
|
/Zephyr-latest/arch/x86/core/ |
D | CMakeLists.txt | 14 zephyr_library_sources_ifdef(CONFIG_PCIE pcie.c)
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_e1000.c | 205 if (dev->pcie->bdf == PCIE_BDF_NONE) { in e1000_probe() 209 pcie_probe_mbar(dev->pcie->bdf, 0, &mbar); in e1000_probe() 210 pcie_set_cmd(dev->pcie->bdf, PCIE_CONF_CMDSTAT_MEM | in e1000_probe() 291 DEVICE_PCIE_INST_INIT(inst, pcie), \
|
D | eth_e1000_priv.h | 83 struct pcie_dev *pcie; member
|
/Zephyr-latest/dts/arm64/broadcom/ |
D | bcm2712.dtsi | 95 pcie2: pcie@1000120000 { 96 compatible = "brcm,brcmstb-pcie";
|
/Zephyr-latest/drivers/virtualization/ |
D | virt_ivshmem.h | 48 struct pcie_dev *pcie; member
|
/Zephyr-latest/drivers/serial/ |
D | uart_ns16550.c | 50 #if DT_ANY_INST_ON_BUS_STATUS_OKAY(pcie) 345 #if DT_ANY_INST_ON_BUS_STATUS_OKAY(pcie) 346 struct pcie_dev *pcie; member 813 #if DT_ANY_INST_ON_BUS_STATUS_OKAY(pcie) 814 if (dev_cfg->pcie) { 817 if (dev_cfg->pcie->bdf == PCIE_BDF_NONE) { 821 pcie_probe_mbar(dev_cfg->pcie->bdf, 0, &mbar); 822 pcie_set_cmd(dev_cfg->pcie->bdf, PCIE_CONF_CMDSTAT_MEM, true); 828 pcie_set_cmd(dev_cfg->pcie->bdf, PCIE_CONF_CMDSTAT_MASTER, true); 1832 unsigned int irq = pcie_alloc_irq(dev_cfg->pcie->bdf); \ [all …]
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | index.rst | 48 pcie.rst
|
/Zephyr-latest/doc/services/storage/disk/ |
D | nvme.rst | 44 #include <zephyr/dt-bindings/pcie/pcie.h>
|
/Zephyr-latest/dts/x86/intel/ |
D | alder_lake.dtsi | 10 #include <zephyr/dt-bindings/pcie/pcie.h> 145 compatible = "pcie-controller";
|
D | raptor_lake_p.dtsi | 8 #include <zephyr/dt-bindings/pcie/pcie.h> 46 compatible = "pcie-controller";
|
D | apollo_lake.dtsi | 10 #include <zephyr/dt-bindings/pcie/pcie.h> 50 compatible = "pcie-controller";
|
D | raptor_lake_s.dtsi | 9 #include <zephyr/dt-bindings/pcie/pcie.h> 50 compatible = "pcie-controller";
|
D | elkhart_lake.dtsi | 10 #include <zephyr/dt-bindings/pcie/pcie.h> 55 compatible = "pcie-controller";
|
/Zephyr-latest/drivers/dma/ |
D | dma_iproc_pax_v2.c | 93 struct pcie_desc *pcie = (struct pcie_desc *)desc; in rm_write_pcie_desc() local 95 pcie->pcie_addr_lsb = pci_addr; in rm_write_pcie_desc() 96 pcie->res1 = 0x0; in rm_write_pcie_desc() 98 pcie->type = PAX_DMA_TYPE_PCIE_DESC; in rm_write_pcie_desc() 100 pcie->toggle = toggle; in rm_write_pcie_desc() 102 pcie->toggle = 0; in rm_write_pcie_desc()
|
/Zephyr-latest/drivers/ |
D | CMakeLists.txt | 13 add_subdirectory(pcie)
|
D | Kconfig | 67 source "drivers/pcie/Kconfig"
|
/Zephyr-latest/drivers/pcie/host/ |
D | Kconfig | 14 module-str = pcie
|
D | shell.c | 402 SHELL_CMD_REGISTER(pcie, &sub_pcie_cmds, "PCI(e) device information", cmd_pcie_ls);
|
/Zephyr-latest/tests/drivers/smbus/smbus_emul/src/ |
D | smbus.c | 97 .pcie = &pcie_params,
|