Searched refs:SET_BIT (Results 1 – 3 of 3) sorted by relevance
15 #define SET_BIT(val, bit) ((val) | (1 << (bit))) macro16 #define SET_PLL_PD(val) SET_BIT(val, 30)17 #define AHB_DIV_TO_4(val) SET_BIT(SET_BIT(val, 15), 16)18 #define PLL_BYPASS(val) SET_BIT(val, 2)
16 #define SET_BIT(data, bit) ((data) | (0x1 << (bit))) macro
1405 data = SET_BIT(data, 9); in hws_pre_serdes_init_config()1463 data = SET_BIT(data, bit_off); in serdes_polarity_config()