Home
last modified time | relevance | path

Searched refs:pcie (Results 26 – 50 of 60) sorted by relevance

123

/Zephyr-latest/dts/arm64/qemu/
Dqemu-virt-a53.dtsi19 #include <zephyr/dt-bindings/pcie/pcie.h>
104 pcie: pcie@4010000000 { label
Dqemu-virt-arm64.dtsi19 #include <zephyr/dt-bindings/pcie/pcie.h>
104 pcie: pcie@4010000000 { label
/Zephyr-latest/drivers/i2c/
Di2c_dw.c1054 #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/
DKconfig19 source "drivers/pcie/endpoint/Kconfig.iproc"
/Zephyr-latest/drivers/spi/
Dspi_pw.h208 #if DT_ANY_INST_ON_BUS_STATUS_OKAY(pcie)
209 struct pcie_dev *pcie; member
/Zephyr-latest/boards/acrn/acrn/
Dacrn.dts34 compatible = "pcie-controller";
/Zephyr-latest/arch/x86/core/
DCMakeLists.txt14 zephyr_library_sources_ifdef(CONFIG_PCIE pcie.c)
/Zephyr-latest/drivers/ethernet/
Deth_e1000.c205 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), \
Deth_e1000_priv.h83 struct pcie_dev *pcie; member
/Zephyr-latest/dts/arm64/broadcom/
Dbcm2712.dtsi95 pcie2: pcie@1000120000 {
96 compatible = "brcm,brcmstb-pcie";
/Zephyr-latest/drivers/virtualization/
Dvirt_ivshmem.h48 struct pcie_dev *pcie; member
/Zephyr-latest/drivers/serial/
Duart_ns16550.c50 #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/
Dindex.rst48 pcie.rst
/Zephyr-latest/doc/services/storage/disk/
Dnvme.rst44 #include <zephyr/dt-bindings/pcie/pcie.h>
/Zephyr-latest/dts/x86/intel/
Dalder_lake.dtsi10 #include <zephyr/dt-bindings/pcie/pcie.h>
145 compatible = "pcie-controller";
Draptor_lake_p.dtsi8 #include <zephyr/dt-bindings/pcie/pcie.h>
46 compatible = "pcie-controller";
Dapollo_lake.dtsi10 #include <zephyr/dt-bindings/pcie/pcie.h>
50 compatible = "pcie-controller";
Draptor_lake_s.dtsi9 #include <zephyr/dt-bindings/pcie/pcie.h>
50 compatible = "pcie-controller";
Delkhart_lake.dtsi10 #include <zephyr/dt-bindings/pcie/pcie.h>
55 compatible = "pcie-controller";
/Zephyr-latest/drivers/dma/
Ddma_iproc_pax_v2.c93 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/
DCMakeLists.txt13 add_subdirectory(pcie)
DKconfig67 source "drivers/pcie/Kconfig"
/Zephyr-latest/drivers/pcie/host/
DKconfig14 module-str = pcie
Dshell.c402 SHELL_CMD_REGISTER(pcie, &sub_pcie_cmds, "PCI(e) device information", cmd_pcie_ls);
/Zephyr-latest/tests/drivers/smbus/smbus_emul/src/
Dsmbus.c97 .pcie = &pcie_params,

123