Lines Matching refs:ISSET
249 if (!ISSET(sc->sc_caps, PMC_CAPS_NO_DMA)) {
307 if (!ISSET(sc->sc_caps, PMC_CAPS_NO_DMA))
309 if (CPU_IS_PXA270 && ISSET(sc->sc_caps, PMC_CAPS_4BIT))
320 if (!ISSET(sc->sc_caps, PMC_CAPS_NO_DMA)) {
583 if (!ISSET(cmd->c_flags, SCF_RSP_PRESENT))
585 else if (ISSET(cmd->c_flags, SCF_RSP_136))
587 else if (!ISSET(cmd->c_flags, SCF_RSP_CRC))
592 if (ISSET(cmd->c_flags, SCF_RSP_BSY))
594 ISSET(cmd->c_flags, SCF_CMD_READ))
626 if (!ISSET(sc->sc_caps, PMC_CAPS_NO_DMA)
634 if (ISSET(cmd->c_flags, SCF_CMD_READ)) {
675 if (!ISSET(sc->sc_flags, PMF_CARDINITED)) {
732 if (ISSET(CSR_READ_4(sc, MMC_STAT), STAT_CLK_EN)) {
735 while (ISSET(CSR_READ_4(sc, MMC_STAT), STAT_CLK_EN)
765 if (ISSET(status, MMC_I_CLK_IS_OFF)) {
775 if (ISSET(status, MMC_I_RES_ERR)) {
780 if (!ISSET(sc->sc_caps, PMC_CAPS_NO_DMA)
783 if (ISSET(sc->sc_cmd->c_flags, SCF_CMD_READ)) {
794 if (ISSET(status, MMC_I_END_CMD_RES)) {
801 if (ISSET(status, MMC_I_PRG_DONE)) {
809 if (ISSET(status, MMC_I_DAT_ERR)) {
813 if (!ISSET(sc->sc_caps, PMC_CAPS_NO_DMA)
815 if (ISSET(sc->sc_cmd->c_flags, SCF_CMD_READ)) {
825 if (ISSET(status, MMC_I_DATA_TRAN_DONE)) {
832 if (ISSET(status, MMC_I_DATA_TRAN_DONE)) {
840 if (ISSET(status, MMC_I_TXFIFO_WR_REQ|MMC_I_RXFIFO_RD_REQ)) {
847 if (ISSET(status, STAT_SDIO_INT)) {
882 if (ISSET(cmd->c_flags, SCF_RSP_136)) {
889 } else if (ISSET(cmd->c_flags, SCF_RSP_PRESENT)) {
918 if (!ISSET(cmd->c_flags, SCF_RSP_PRESENT))
922 if (!ISSET(cmd->c_flags, SCF_RSP_IDX))
925 if (ISSET(status, STAT_TIMEOUT_RESPONSE))
927 else if (ISSET(status, STAT_RES_CRC_ERR)
928 && ISSET(cmd->c_flags, SCF_RSP_CRC)
931 if (ISSET(cmd->c_flags, SCF_RSP_136)
937 } else if (ISSET(status, STAT_ERR))
941 if (!ISSET(sc->sc_caps, PMC_CAPS_NO_DMA)
945 && !ISSET(cmd->c_flags, SCF_CMD_READ)) {
977 if (ISSET(cmd->c_flags, SCF_CMD_READ)) {