Home
last modified time | relevance | path

Searched refs:MMC_R1_APP_CMD (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/dev/sdmmc/
Dsdmmcreg.h83 #define MMC_R1_APP_CMD (1<<5) /* app. commands supported */ macro
Dsdmmc.c633 if (!ISSET(MMC_R1(acmd.c_resp), MMC_R1_APP_CMD)) { in sdmmc_app_command()