Home
last modified time | relevance | path

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

/linux/drivers/interconnect/imx/
H A Dimx.h35 #define PRIORITY_COMP_MARK BIT(31) /* Must set */ macro
H A Dimx.c51 prio = PRIORITY_COMP_MARK | (prio << 8) | prio; in imx_icc_node_set()