Searched refs:SDHCI_RESPONSE (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_sdhost.c941 case SDHCI_RESPONSE + 0:
943 dprintf("%s: SDHCI_RESPONSE+0 %08x\n", __func__, val2);
945 case SDHCI_RESPONSE + 4:
947 dprintf("%s: SDHCI_RESPONSE+4 %08x\n", __func__, val2);
949 case SDHCI_RESPONSE + 8:
951 dprintf("%s: SDHCI_RESPONSE+8 %08x\n", __func__, val2);
953 case SDHCI_RESPONSE + 12:
955 dprintf("%s: SDHCI_RESPONSE+12 %08x\n", __func__, val2);
/freebsd-13-stable/sys/dev/sdhci/
H A Dsdhci.h145 #define SDHCI_RESPONSE 0x10 macro
H A Dsdhci.c1778 val = RD4(slot, SDHCI_RESPONSE + i * 4);
1789 slot->curcmd->resp[0] = RD4(slot, SDHCI_RESPONSE);

Completed in 102 milliseconds