Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/counter/
Dti-eqep.c64 #define QEPCTL_PHEN BIT(3) macro
252 return sprintf(buf, "%u\n", !!(qepctl & QEPCTL_PHEN)); in ti_eqep_position_enable_read()
268 regmap_write_bits(priv->regmap16, QEPCTL, QEPCTL_PHEN, res ? -1 : 0); in ti_eqep_position_enable_write()