HomeSort by: relevance | last modified time | path
    Searched refs:HW_SSP_CTRL0_SFTRST (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/imx/
imx23_sspreg.h 51 #define HW_SSP_CTRL0_SFTRST __BIT(31)
imx23_ssp.c 611 SSP_WR(sc, HW_SSP_CTRL0_CLR, HW_SSP_CTRL0_SFTRST);
615 while ((SSP_RD(sc, HW_SSP_CTRL0) & HW_SSP_CTRL0_SFTRST) ||
623 SSP_WR(sc, HW_SSP_CTRL0_SET, HW_SSP_CTRL0_SFTRST);
629 SSP_WR(sc, HW_SSP_CTRL0_CLR, HW_SSP_CTRL0_SFTRST);
632 while ((SSP_RD(sc, HW_SSP_CTRL0) & HW_SSP_CTRL0_SFTRST) ||

Completed in 50 milliseconds