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

  /src/sys/dev/sdmmc/
sdmmcreg.h 120 #define MMC_R1(resp) ((resp)[0])
sdmmc_mem.c 1810 } while (!ISSET(MMC_R1(cmd.c_resp), MMC_R1_READY_FOR_DATA));
1970 if (ISSET(MMC_R1(cmd.c_resp), MMC_R1_SWITCH_ERROR)) {
1975 } while (!ISSET(MMC_R1(cmd.c_resp), MMC_R1_READY_FOR_DATA));
2169 } while (!ISSET(MMC_R1(cmd.c_resp), MMC_R1_READY_FOR_DATA));
2407 } while (!ISSET(MMC_R1(cmd.c_resp), MMC_R1_READY_FOR_DATA));
sdhc.c 1908 MMC_R1(cmd->c_resp), cmd->c_datalen));
1913 ISSET(MMC_R1(cmd->c_resp), 0xcb00)) {
1916 MMC_R1(cmd->c_resp) & 0xff00);
sdmmc.c 857 !ISSET(MMC_R1(acmd.c_resp), MMC_R1_APP_CMD)) {
  /src/sys/arch/evbarm/stand/boot2440/
dev_sdmmc.c 690 !ISSET(MMC_R1(acmd.c_resp), MMC_R1_APP_CMD)) {
1190 } while (!ISSET(MMC_R1(cmd.c_resp), MMC_R1_READY_FOR_DATA));

Completed in 37 milliseconds