Searched refs:scr_struct (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/mmc/
H A Dmmc.c1298 unsigned int scr_struct; local
1302 scr_struct = mmc_get_bits(raw_scr, 64, 60, 4);
1303 if (scr_struct != 0) {
1305 scr_struct);
/freebsd-13-stable/sys/cam/mmc/
H A Dmmc_da.c922 unsigned int scr_struct; local
926 scr_struct = mmc_get_bits(raw_scr, 64, 60, 4);
927 if (scr_struct != 0) {
929 scr_struct);

Completed in 98 milliseconds