Home
last modified time | relevance | path

Searched refs:IDENTITY_VARGS (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/drivers/dma/
Ddma_nxp_edma.h33 #define IDENTITY_VARGS(V, ...) IDENTITY(V) macro
37 LISTIFY(DT_INST_PROP_LEN_OR(inst, valid_channels, 0), IDENTITY_VARGS, (,))
45 LISTIFY(DT_INST_PROP_OR(inst, dma_channels, 0), IDENTITY_VARGS, (,))
49 LISTIFY(DT_NUM_IRQS(DT_INST(inst, DT_DRV_COMPAT)), IDENTITY_VARGS, (,))
Ddma_nxp_sof_host_dma.c15 #define IDENTITY_VARGS(V, ...) IDENTITY(V) macro
18 LISTIFY(DT_INST_PROP_OR(inst, dma_channels, 0), IDENTITY_VARGS, (,))
/Zephyr-Core-3.7.0/drivers/dai/nxp/sai/
Dsai.h33 #define IDENTITY_VARGS(V, ...) IDENTITY(V) macro
37 LISTIFY(DT_INST_PROP_LEN_OR(inst, clocks, 0), IDENTITY_VARGS, (,))