Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/counter/
Dti-eqep.c124 u32 qdecctl; in ti_eqep_function_get() local
126 regmap_read(priv->regmap16, QDECCTL, &qdecctl); in ti_eqep_function_get()
127 *function = (qdecctl & QDECCTL_QSRC) >> QDECCTL_QSRC_SHIFT; in ti_eqep_function_get()
147 u32 qdecctl; in ti_eqep_action_get() local
183 err = regmap_read(priv->regmap16, QDECCTL, &qdecctl); in ti_eqep_action_get()
187 if (qdecctl & QDECCTL_XCR) in ti_eqep_action_get()