Searched refs:SUPC_BKOUT_SET_Msk (Results 1 – 2 of 2) sorted by relevance
554 #define SUPC_BKOUT_SET_Msk (_U(0x3) << SUPC_BKOUT_SET_Pos) macro555 #define SUPC_BKOUT_SET(value) (SUPC_BKOUT_SET_Msk & ((value) << SUPC_BKOUT_SET_Pos))
2293 tmp &= ~SUPC_BKOUT_SET_Msk; in hri_supc_write_BKOUT_SET_bf()2317 tmp = (tmp & SUPC_BKOUT_SET_Msk) >> SUPC_BKOUT_SET_Pos; in hri_supc_read_BKOUT_SET_bf()