Home
last modified time | relevance | path

Searched refs:DT_REG_ADDR_BY_NAME (Results 1 – 18 of 18) sorted by relevance

/Zephyr-latest/drivers/i2s/
Di2s_litex.h36 #define I2S_RX_FIFO_ADDR DT_REG_ADDR_BY_NAME(DT_NODELABEL(i2s_rx), fifo)
44 #define I2S_TX_FIFO_ADDR DT_REG_ADDR_BY_NAME(DT_NODELABEL(i2s_tx), fifo)
49 #define I2S_EV_STATUS_OFFSET (DT_REG_ADDR_BY_NAME(DT_NODELABEL(i2s_rx), ev_status) \
51 #define I2S_EV_PENDING_OFFSET (DT_REG_ADDR_BY_NAME(DT_NODELABEL(i2s_rx), ev_pending) \
53 #define I2S_EV_ENABLE_OFFSET (DT_REG_ADDR_BY_NAME(DT_NODELABEL(i2s_rx), ev_enable) \
55 #define I2S_CONTROL_OFFSET (DT_REG_ADDR_BY_NAME(DT_NODELABEL(i2s_rx), rx_ctl) \
57 #define I2S_STATUS_OFFSET (DT_REG_ADDR_BY_NAME(DT_NODELABEL(i2s_rx), rx_stat) \
59 #define I2S_CONFIG_OFFSET (DT_REG_ADDR_BY_NAME(DT_NODELABEL(i2s_rx), rx_conf) \
Di2s_litex.c617 DT_REG_ADDR_BY_NAME(DT_NODELABEL(i2s_##dir), fifo), \
/Zephyr-latest/soc/nordic/common/
Dnrf54hx_nrf92x_mpu_regions.c10 #define USBHS_BASE DT_REG_ADDR_BY_NAME(DT_NODELABEL(usbhs), core)
13 #define CAN120_BASE DT_REG_ADDR_BY_NAME(DT_NODELABEL(can120), message_ram)
17 #define CAN121_BASE DT_REG_ADDR_BY_NAME(DT_NODELABEL(can121), message_ram)
/Zephyr-latest/drivers/clock_control/
Dclock_control_litex.h36 #define DRP_ADDR_RESET DT_REG_ADDR_BY_NAME(MMCM, drp_reset)
37 #define DRP_ADDR_LOCKED DT_REG_ADDR_BY_NAME(MMCM, drp_locked)
38 #define DRP_ADDR_READ DT_REG_ADDR_BY_NAME(MMCM, drp_read)
39 #define DRP_ADDR_WRITE DT_REG_ADDR_BY_NAME(MMCM, drp_write)
40 #define DRP_ADDR_DRDY DT_REG_ADDR_BY_NAME(MMCM, drp_drdy)
41 #define DRP_ADDR_ADR DT_REG_ADDR_BY_NAME(MMCM, drp_adr)
42 #define DRP_ADDR_DAT_W DT_REG_ADDR_BY_NAME(MMCM, drp_dat_w)
43 #define DRP_ADDR_DAT_R DT_REG_ADDR_BY_NAME(MMCM, drp_dat_r)
/Zephyr-latest/drivers/ipm/
Dipm_xlnx_ipi.c217 .local_request_region = DT_REG_ADDR_BY_NAME(ch_node, local_request_region), \
218 .local_response_region = DT_REG_ADDR_BY_NAME(ch_node, local_response_region), \
219 .remote_request_region = DT_REG_ADDR_BY_NAME(ch_node, remote_request_region), \
220 .remote_response_region = DT_REG_ADDR_BY_NAME(ch_node, remote_response_region), \
224 .host_ipi_reg = DT_REG_ADDR_BY_NAME(DT_PARENT(ch_node), host_ipi_reg), \
/Zephyr-latest/soc/nuvoton/npcx/common/
Dscfg.c48 .base_scfg = DT_REG_ADDR_BY_NAME(DT_NODELABEL(scfg), scfg),
49 .base_dbg = DT_REG_ADDR_BY_NAME(DT_NODELABEL(scfg), dbg),
50 .base_glue = DT_REG_ADDR_BY_NAME(DT_NODELABEL(scfg), glue),
Dsoc_dt.h408 #define NPCX_SCFG_REG_ADDR DT_REG_ADDR_BY_NAME(DT_NODELABEL(scfg), scfg)
416 #define NPCX_GLUE_REG_ADDR DT_REG_ADDR_BY_NAME(DT_NODELABEL(scfg), glue)
/Zephyr-latest/soc/nuvoton/npcx/npcx7/
Dsoc.c19 DT_REG_ADDR_BY_NAME(DT_NODELABEL(scfg), scfg); in soc_early_init_hook()
/Zephyr-latest/soc/nuvoton/npcx/npcx9/
Dsoc.c19 uintptr_t scfg_base = DT_REG_ADDR_BY_NAME(DT_NODELABEL(scfg), scfg); in soc_early_init_hook()
/Zephyr-latest/soc/brcm/bcmvk/viper/a72/
Dmmu_regions.c11 #define PCIE_OB_HIGHMEM_ADDR DT_REG_ADDR_BY_NAME(DT_NODELABEL(pcie0_ep), \
/Zephyr-latest/drivers/bbram/
Dbbram_xec.c27 struct vbatr_regs *const regs = (struct vbatr_regs *)(DT_REG_ADDR_BY_NAME( in bbram_xec_check_invalid()
/Zephyr-latest/include/zephyr/sys/
Ddevice_mmio.h72 .phys_addr = DT_REG_ADDR_BY_NAME(node_id, name), \
/Zephyr-latest/drivers/gpio/
Dgpio_rzt2m.c451 .port_nsr = (uint8_t *)DT_REG_ADDR_BY_NAME(DT_INST_GPARENT(inst), port_nsr), \
452 .ptadr = (uint8_t *)DT_REG_ADDR_BY_NAME(DT_INST_GPARENT(inst), ptadr), \
/Zephyr-latest/soc/microchip/mec/mec172x/
Ddevice_power.c32 ((struct vbatr_regs *)(DT_REG_ADDR_BY_NAME(DT_NODELABEL(pcr), vbatr)))
/Zephyr-latest/include/zephyr/
Ddevicetree.h2480 #define DT_REG_ADDR_BY_NAME(node_id, name) \ macro
2493 (DT_REG_ADDR_BY_NAME(node_id, name)), (default_value))
4449 DT_REG_ADDR_BY_NAME(DT_DRV_INST(inst), name)
/Zephyr-latest/include/zephyr/drivers/can/
Dcan_mcan.h581 ((mm_reg_t)DT_REG_ADDR_BY_NAME(node_id, m_can)))
593 (mem_addr_t)DT_REG_ADDR_BY_NAME(node_id, message_ram)
/Zephyr-latest/drivers/espi/
Despi_saf_mchp_xec_v2.c1125 DT_REG_ADDR_BY_NAME(DT_INST_PARENT(n), io)), \
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c633 zassert_equal(DT_REG_ADDR_BY_NAME(TEST_ABCD1234, one), 0xabcd1234, ""); in ZTEST()
634 zassert_equal(DT_REG_ADDR_BY_NAME(TEST_ABCD1234, two), 0x98765432, ""); in ZTEST()