Home
last modified time | relevance | path

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

/Zephyr-latest/soc/nxp/imxrt/imxrt11xx/
Dpower.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.h35 #define SET_POINT_COUNT 16 macro