Home
last modified time | relevance | path

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

/openbmc/linux/drivers/counter/
H A Dmicrochip-tcb-capture.c87 u32 bmr, cmr; in mchp_tc_count_function_write() local
89 regmap_read(priv->regmap, ATMEL_TC_BMR, &bmr); in mchp_tc_count_function_write()
99 bmr &= ~(ATMEL_TC_QDEN | ATMEL_TC_POSEN); in mchp_tc_count_function_write()
118 bmr |= ATMEL_TC_QDEN | ATMEL_TC_POSEN; in mchp_tc_count_function_write()
126 regmap_write(priv->regmap, ATMEL_TC_BMR, bmr); in mchp_tc_count_function_write()
/openbmc/u-boot/arch/arm/mach-at91/include/mach/
H A Dat91_tc.h42 u32 bmr; /* 0xC4 TC Block Mode Register */ member
/openbmc/u-boot/arch/arm/mach-at91/arm920t/
H A Dtimer.c36 AT91_TC_BMR_TC2XC2S_NONE , &tc->bmr); in timer_init()
/openbmc/u-boot/drivers/serial/
H A Dserial_mxc.c134 u32 bmr; member
174 writel(clk / (2 * baudrate), &base->bmr); in _mxc_serial_setbrg()