Home
last modified time | relevance | path

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

/linux/drivers/counter/
H A Dmicrochip-tcb-capture.c93 u32 bmr, cmr; in mchp_tc_count_function_write() local
95 regmap_read(priv->regmap, ATMEL_TC_BMR, &bmr); in mchp_tc_count_function_write()
105 bmr &= ~(ATMEL_TC_QDEN | ATMEL_TC_POSEN); in mchp_tc_count_function_write()
124 bmr |= ATMEL_TC_QDEN | ATMEL_TC_POSEN; in mchp_tc_count_function_write()
132 regmap_write(priv->regmap, ATMEL_TC_BMR, bmr); in mchp_tc_count_function_write()