Searched refs:SUPC_VREF_ONDEMAND (Results 1 – 2 of 2) sorted by relevance
1882 ((Supc *)hw)->VREF.reg |= SUPC_VREF_ONDEMAND; in hri_supc_set_VREF_ONDEMAND_bit()1890 tmp = (tmp & SUPC_VREF_ONDEMAND) >> SUPC_VREF_ONDEMAND_Pos; in hri_supc_get_VREF_ONDEMAND_bit()1899 tmp &= ~SUPC_VREF_ONDEMAND; in hri_supc_write_VREF_ONDEMAND_bit()1908 ((Supc *)hw)->VREF.reg &= ~SUPC_VREF_ONDEMAND; in hri_supc_clear_VREF_ONDEMAND_bit()1915 ((Supc *)hw)->VREF.reg ^= SUPC_VREF_ONDEMAND; in hri_supc_toggle_VREF_ONDEMAND_bit()
472 #define SUPC_VREF_ONDEMAND (_U(0x1) << SUPC_VREF_ONDEMAND_Pos) macro