Home
last modified time | relevance | path

Searched refs:qepctl (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/counter/
H A Dti-eqep.c243 u32 qepctl; in ti_eqep_position_enable_read() local
245 regmap_read(priv->regmap16, QEPCTL, &qepctl); in ti_eqep_position_enable_read()
247 return sprintf(buf, "%u\n", !!(qepctl & QEPCTL_PHEN)); in ti_eqep_position_enable_read()
/kernel/linux/linux-6.6/drivers/counter/
H A Dti-eqep.c281 u32 qepctl; in ti_eqep_position_enable_read() local
283 regmap_read(priv->regmap16, QEPCTL, &qepctl); in ti_eqep_position_enable_read()
285 *enable = !!(qepctl & QEPCTL_PHEN); in ti_eqep_position_enable_read()

Completed in 3 milliseconds