Home
last modified time | relevance | path

Searched refs:SET_POINT_COUNT (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.5.0/soc/arm/nxp_imx/rt/
Dpower_rt11xx.c38 uint8_t mapping[SET_POINT_COUNT][SET_POINT_COUNT] = CPU0_COMPATIBLE_SP_TABLE; in gpc_set_core_mappings()
40 uint8_t mapping[SET_POINT_COUNT][SET_POINT_COUNT] = CPU1_COMPATIBLE_SP_TABLE; in gpc_set_core_mappings()
45 for (i = 0; i < SET_POINT_COUNT; i++) { in gpc_set_core_mappings()
47 for (j = 0; j < SET_POINT_COUNT; j++) { in gpc_set_core_mappings()
Dpower_rt11xx.h35 #define SET_POINT_COUNT 16 macro