Searched refs:SDHCI_BLOCK_SIZE (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_sdhci.c363 sc->blksz_and_count = SDHCI_READ_4(dev, &sc->sc_slot, SDHCI_BLOCK_SIZE);
478 if ((off == SDHCI_BLOCK_SIZE || off == SDHCI_BLOCK_COUNT) &&
533 if ((off == SDHCI_BLOCK_SIZE || off == SDHCI_BLOCK_COUNT) &&
546 else if (off == SDHCI_BLOCK_SIZE || off == SDHCI_BLOCK_COUNT) {
553 WR4(sc, SDHCI_BLOCK_SIZE, sc->blksz_and_count);
H A Dbcm2835_sdhost.c874 case SDHCI_BLOCK_SIZE:
876 dprintf("%s: SDHCI_BLOCK_SIZE --> HC_BLOCKSIZE %08x\n",
1094 case SDHCI_BLOCK_SIZE:
1095 dprintf("%s: SDHCI_BLOCK_SIZE val=%04x\n" ,
/freebsd-13-stable/sys/dev/sdhci/
H A Dsdhci.h98 /* SDMA boundary in SDHCI_BLOCK_SIZE broken - use front-end supplied value. */
106 #define SDHCI_BLOCK_SIZE 0x04 macro
H A Dsdhci.c215 RD2(slot, SDHCI_BLOCK_SIZE), RD2(slot, SDHCI_BLOCK_COUNT));
1889 WR2(slot, SDHCI_BLOCK_SIZE, blksz);

Completed in 63 milliseconds