Searched refs:CONCAT3 (Results 1 – 7 of 7) sorted by relevance
/Zephyr-Core-3.5.0/tests/boards/intel_adsp/hda/src/ |
D | tests.h | 17 #define CONCAT3(x, y, z) x ## y ## z macro 19 #define STREAM_SET_BASE(stream_set) CONCAT3(HDA_, stream_set, _BASE)
|
/Zephyr-Core-3.5.0/drivers/memc/ |
D | memc_mcux_flexspi_s27ks0641.c | 148 #define CONCAT3(x, y, z) x ## y ## z macro 151 CONCAT3(kFLEXSPI_CsIntervalUnit, unit, SckCycle) 154 CONCAT3(kFLEXSPI_AhbWriteWaitUnit, unit, AhbCycle)
|
D | memc_mcux_flexspi_w956a8mbya.c | 140 #define CONCAT3(x, y, z) x ## y ## z macro 143 CONCAT3(kFLEXSPI_CsIntervalUnit, unit, SckCycle) 146 CONCAT3(kFLEXSPI_AhbWriteWaitUnit, unit, AhbCycle)
|
D | memc_mcux_flexspi_aps6408l.c | 274 #define CONCAT3(x, y, z) x ## y ## z macro 277 CONCAT3(kFLEXSPI_CsIntervalUnit, unit, SckCycle) 280 CONCAT3(kFLEXSPI_AhbWriteWaitUnit, unit, AhbCycle)
|
/Zephyr-Core-3.5.0/drivers/flash/ |
D | flash_mcux_flexspi_mx25um51345g.c | 572 #define CONCAT3(x, y, z) x ## y ## z macro 575 CONCAT3(kFLEXSPI_CsIntervalUnit, unit, SckCycle) 578 CONCAT3(kFLEXSPI_AhbWriteWaitUnit, unit, AhbCycle)
|
D | flash_mcux_flexspi_nor.c | 566 #define CONCAT3(x, y, z) x ## y ## z macro 569 CONCAT3(kFLEXSPI_CsIntervalUnit, unit, SckCycle) 572 CONCAT3(kFLEXSPI_AhbWriteWaitUnit, unit, AhbCycle)
|
D | flash_mcux_flexspi_hyperflash.c | 657 #define CONCAT3(x, y, z) x ## y ## z macro 660 CONCAT3(kFLEXSPI_CsIntervalUnit, unit, SckCycle) 663 CONCAT3(kFLEXSPI_AhbWriteWaitUnit, unit, AhbCycle)
|