Searched refs:raw_scr (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/dev/mmc/
H A Dmmc.c87 uint32_t raw_scr[2]; /* Raw bits of the SCR */ member in struct:mmc_ivars
170 static void mmc_app_decode_scr(uint32_t *raw_scr, struct mmc_scr *scr);
1294 mmc_app_decode_scr(uint32_t *raw_scr, struct mmc_scr *scr) argument
1300 scr_struct = mmc_get_bits(raw_scr, 64, 60, 4);
1306 scr->sda_vsn = mmc_get_bits(raw_scr, 64, 56, 4);
1307 scr->bus_widths = mmc_get_bits(raw_scr, 64, 48, 4);
1696 err = mmc_app_send_scr(sc, ivar->rca, ivar->raw_scr);
1702 mmc_app_decode_scr(ivar->raw_scr, &ivar->scr);

Completed in 104 milliseconds