Searched refs:SET_BITS (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/watchdog/ |
D | rc32434_wdt.c | 73 #define SET_BITS(addr, or, nand) \ macro 109 SET_BITS(wdt_reg->errcs, or, nand); in rc32434_wdt_start() 118 SET_BITS(wdt_reg->wtc, or, nand); in rc32434_wdt_start() 129 SET_BITS(wdt_reg->wtc, 0, 1 << RC32434_WTC_EN); in rc32434_wdt_stop()
|
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-common.h | 1070 #define SET_BITS(_var, _index, _width, _val) \ macro 1100 SET_BITS((_var), \ 1135 SET_BITS(reg_val, \ 1161 SET_BITS(reg_val, \ 1185 SET_BITS(reg_val, \ 1209 SET_BITS((_var), \ 1227 SET_BITS(reg_val, \ 1247 SET_BITS(reg_val, \ 1270 SET_BITS(reg_val, \
|