Searched refs:SET_BIT (Results 1 – 5 of 5) sorted by relevance
14 #define SET_BIT(val, bit) ((val) | (1 << (bit))) macro15 #define SET_PLL_PD(val) SET_BIT(val, 30)16 #define AHB_DIV_TO_4(val) SET_BIT(SET_BIT(val, 15), 16)17 #define PLL_BYPASS(val) SET_BIT(val, 2)
36 SET_BIT 4 0x400AC040 0x4
15 #define SET_BIT(data, bit) ((data) | (0x1 << (bit))) macro
1401 data = SET_BIT(data, 9); in hws_pre_serdes_init_config()1459 data = SET_BIT(data, bit_off); in serdes_polarity_config()
Completed in 8 milliseconds