Searched refs:DMAC_CTRL_LVLEN0 (Results 1 – 2 of 2) sorted by relevance
367 ((Dmac *)hw)->CTRL.reg |= DMAC_CTRL_LVLEN0; in hri_dmac_set_CTRL_LVLEN0_bit()375 tmp = (tmp & DMAC_CTRL_LVLEN0) >> DMAC_CTRL_LVLEN0_Pos; in hri_dmac_get_CTRL_LVLEN0_bit()384 tmp &= ~DMAC_CTRL_LVLEN0; in hri_dmac_write_CTRL_LVLEN0_bit()393 ((Dmac *)hw)->CTRL.reg &= ~DMAC_CTRL_LVLEN0; in hri_dmac_clear_CTRL_LVLEN0_bit()400 ((Dmac *)hw)->CTRL.reg ^= DMAC_CTRL_LVLEN0; in hri_dmac_toggle_CTRL_LVLEN0_bit()
74 #define DMAC_CTRL_LVLEN0 (1 << DMAC_CTRL_LVLEN0_Pos) macro