Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()