Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/sdmmc/
Dsdhcreg.h146 #define SDHC_CMD_TIMEOUT_ERROR (1<<0) macro
Dsdhc.c483 HWRITE4(hp, SDHC_NINTR_STATUS, SDHC_CMD_TIMEOUT_ERROR << 16); in sdhc_host_found()
826 HWRITE4(hp, SDHC_NINTR_STATUS, SDHC_CMD_TIMEOUT_ERROR << 16); in sdhc_host_reset1()
1613 const uint16_t eintr = SDHC_CMD_TIMEOUT_ERROR; in sdhc_exec_command()
2331 if (ISSET(error, SDHC_CMD_TIMEOUT_ERROR)) { in sdhc_wait_intr()
2346 if (ISSET(error, SDHC_CMD_TIMEOUT_ERROR)) in sdhc_wait_intr()