Searched refs:DMAC_CTRL_LVLEN1 (Results 1 – 2 of 2) sorted by relevance
407 ((Dmac *)hw)->CTRL.reg |= DMAC_CTRL_LVLEN1; in hri_dmac_set_CTRL_LVLEN1_bit()415 tmp = (tmp & DMAC_CTRL_LVLEN1) >> DMAC_CTRL_LVLEN1_Pos; in hri_dmac_get_CTRL_LVLEN1_bit()424 tmp &= ~DMAC_CTRL_LVLEN1; in hri_dmac_write_CTRL_LVLEN1_bit()433 ((Dmac *)hw)->CTRL.reg &= ~DMAC_CTRL_LVLEN1; in hri_dmac_clear_CTRL_LVLEN1_bit()440 ((Dmac *)hw)->CTRL.reg ^= DMAC_CTRL_LVLEN1; in hri_dmac_toggle_CTRL_LVLEN1_bit()
76 #define DMAC_CTRL_LVLEN1 (1 << DMAC_CTRL_LVLEN1_Pos) macro