Home
last modified time | relevance | path

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

/linux-6.15/drivers/counter/
H A Dti-eqep.c168 u32 qdecctl; in ti_eqep_function_read() local
170 regmap_read(priv->regmap16, QDECCTL, &qdecctl); in ti_eqep_function_read()
172 switch ((qdecctl & QDECCTL_QSRC) >> QDECCTL_QSRC_SHIFT) { in ti_eqep_function_read()
226 u32 qdecctl; in ti_eqep_action_read() local
262 err = regmap_read(priv->regmap16, QDECCTL, &qdecctl); in ti_eqep_action_read()
266 if (qdecctl & QDECCTL_XCR) in ti_eqep_action_read()