Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mfd/
H A Dingenic-tcu.h40 #define TCU_TCSR_PARENT_CLOCK_MASK 0x07 macro
/openbmc/linux/drivers/clk/ingenic/
H A Dtcu.c132 return ffs(val & TCU_TCSR_PARENT_CLOCK_MASK) - 1; in ingenic_tcu_get_parent()
145 TCU_TCSR_PARENT_CLOCK_MASK, BIT(idx)); in ingenic_tcu_set_parent()