Home
last modified time | relevance | path

Searched refs:MMC_R1 (Results 1 – 6 of 6) sorted by relevance

/openbsd/sys/dev/sdmmc/
H A Dsdmmcreg.h86 #define MMC_R1(resp) ((resp)[0]) macro
H A Dsdhc.c1123 MMC_R1(cmd->c_resp), datalen)); in sdhc_transfer_data()
1128 ISSET(MMC_R1(cmd->c_resp), 0xcb00)) in sdhc_transfer_data()
1130 DEVNAME(hp->sc), MMC_R1(cmd->c_resp) & 0xff00); in sdhc_transfer_data()
H A Dsdmmc_mem.c1151 } while (!ISSET(MMC_R1(cmd.c_resp), MMC_R1_READY_FOR_DATA)); in sdmmc_mem_read_block_subr()
1265 } while (!ISSET(MMC_R1(cmd.c_resp), MMC_R1_READY_FOR_DATA)); in sdmmc_mem_write_block_subr()
H A Dsdmmc.c633 if (!ISSET(MMC_R1(acmd.c_resp), MMC_R1_APP_CMD)) { in sdmmc_app_command()
/openbsd/sys/arch/armv7/omap/
H A Dommmc.c1036 MMC_R1(cmd->c_resp), datalen)); in ommmc_transfer_data()
/openbsd/sys/dev/fdt/
H A Dimxesdhc.c1035 HDEVNAME(sc), MMC_R1(cmd->c_resp), datalen)); in imxesdhc_transfer_data()