/src/sys/arch/arm/broadcom/ |
bcm2835_sdhost.c | 325 const uint32_t hsts = SDHOST_READ(sc, SDHSTS); local in function:sdhost_intr 326 if (!hsts) { 330 SDHOST_WRITE(sc, SDHSTS, hsts); 333 device_printf(sc->sc_dev, "mmc intr hsts %#x\n", hsts); 336 if (hsts) { 337 sc->sc_intr_hsts |= hsts;
|
bcm2835_sdhost.c | 325 const uint32_t hsts = SDHOST_READ(sc, SDHSTS); local in function:sdhost_intr 326 if (!hsts) { 330 SDHOST_WRITE(sc, SDHSTS, hsts); 333 device_printf(sc->sc_dev, "mmc intr hsts %#x\n", hsts); 336 if (hsts) { 337 sc->sc_intr_hsts |= hsts;
|