HomeSort by: relevance | last modified time | path
    Searched defs:eintr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/sdmmc/
sdhc.c 1612 const uint16_t eintr = SDHC_CMD_TIMEOUT_ERROR; local in function:sdhc_exec_command
1614 HCLR2(hp, SDHC_EINTR_SIGNAL_EN, eintr);
1615 HCLR2(hp, SDHC_EINTR_STATUS_EN, eintr);
1617 HSET2(hp, SDHC_EINTR_SIGNAL_EN, eintr);
1618 HSET2(hp, SDHC_EINTR_STATUS_EN, eintr);
sdhc.c 1612 const uint16_t eintr = SDHC_CMD_TIMEOUT_ERROR; local in function:sdhc_exec_command
1614 HCLR2(hp, SDHC_EINTR_SIGNAL_EN, eintr);
1615 HCLR2(hp, SDHC_EINTR_STATUS_EN, eintr);
1617 HSET2(hp, SDHC_EINTR_SIGNAL_EN, eintr);
1618 HSET2(hp, SDHC_EINTR_STATUS_EN, eintr);

Completed in 24 milliseconds