Searched refs:DMAC_CTRL_LVLEN3 (Results 1 – 2 of 2) sorted by relevance
487 ((Dmac *)hw)->CTRL.reg |= DMAC_CTRL_LVLEN3; in hri_dmac_set_CTRL_LVLEN3_bit()495 tmp = (tmp & DMAC_CTRL_LVLEN3) >> DMAC_CTRL_LVLEN3_Pos; in hri_dmac_get_CTRL_LVLEN3_bit()504 tmp &= ~DMAC_CTRL_LVLEN3; in hri_dmac_write_CTRL_LVLEN3_bit()513 ((Dmac *)hw)->CTRL.reg &= ~DMAC_CTRL_LVLEN3; in hri_dmac_clear_CTRL_LVLEN3_bit()520 ((Dmac *)hw)->CTRL.reg ^= DMAC_CTRL_LVLEN3; in hri_dmac_toggle_CTRL_LVLEN3_bit()
80 #define DMAC_CTRL_LVLEN3 (1 << DMAC_CTRL_LVLEN3_Pos) macro