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

  /src/sys/arch/arm/imx/
imx23_sspreg.h 46 #define HW_SSP_CTRL0 0x000
imx23_ssp.c 615 while ((SSP_RD(sc, HW_SSP_CTRL0) & HW_SSP_CTRL0_SFTRST) ||
626 while (!(SSP_RD(sc, HW_SSP_CTRL0) & HW_SSP_CTRL0_CLKGATE));
632 while ((SSP_RD(sc, HW_SSP_CTRL0) & HW_SSP_CTRL0_SFTRST) ||
639 while (SSP_RD(sc, HW_SSP_CTRL0) & HW_SSP_CTRL0_CLKGATE);
652 reg = SSP_RD(sc, HW_SSP_CTRL0);
659 SSP_WR(sc, HW_SSP_CTRL0, reg);

Completed in 13 milliseconds