Searched refs:CONCAT3 (Results 1 – 7 of 7) sorted by relevance
/Zephyr-Core-3.6.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.6.0/drivers/memc/ |
D | memc_mcux_flexspi_s27ks0641.c | 143 #define CONCAT3(x, y, z) x ## y ## z macro 146 CONCAT3(kFLEXSPI_CsIntervalUnit, unit, SckCycle) 149 CONCAT3(kFLEXSPI_AhbWriteWaitUnit, unit, AhbCycle)
|
D | memc_mcux_flexspi_w956a8mbya.c | 135 #define CONCAT3(x, y, z) x ## y ## z macro 138 CONCAT3(kFLEXSPI_CsIntervalUnit, unit, SckCycle) 141 CONCAT3(kFLEXSPI_AhbWriteWaitUnit, unit, AhbCycle)
|
D | memc_mcux_flexspi_aps6408l.c | 269 #define CONCAT3(x, y, z) x ## y ## z macro 272 CONCAT3(kFLEXSPI_CsIntervalUnit, unit, SckCycle) 275 CONCAT3(kFLEXSPI_AhbWriteWaitUnit, unit, AhbCycle)
|
/Zephyr-Core-3.6.0/drivers/flash/ |
D | flash_mcux_flexspi_mx25um51345g.c | 560 #define CONCAT3(x, y, z) x ## y ## z macro 563 CONCAT3(kFLEXSPI_CsIntervalUnit, unit, SckCycle) 566 CONCAT3(kFLEXSPI_AhbWriteWaitUnit, unit, AhbCycle)
|
D | flash_mcux_flexspi_hyperflash.c | 646 #define CONCAT3(x, y, z) x ## y ## z macro 649 CONCAT3(kFLEXSPI_CsIntervalUnit, unit, SckCycle) 652 CONCAT3(kFLEXSPI_AhbWriteWaitUnit, unit, AhbCycle)
|
D | flash_mcux_flexspi_nor.c | 1098 #define CONCAT3(x, y, z) x ## y ## z macro 1101 CONCAT3(kFLEXSPI_CsIntervalUnit, unit, SckCycle) 1104 CONCAT3(kFLEXSPI_AhbWriteWaitUnit, unit, AhbCycle)
|