HomeSort by: relevance | last modified time | path
    Searched defs:specver (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/sdmmc/
sdhc.c 88 int specver; /* spec. version */ member in struct:sdhc_host
315 hp->specver = SDHC_SPEC_VERSION(sdhcver);
336 hp->specver = -1;
387 if (hp->specver >= SDHC_SPEC_VERS_300) {
427 if (hp->specver == SDHC_SPEC_VERS_200 &&
452 if (hp->specver >= SDHC_SPEC_VERS_300) {
523 if (hp->specver >= SDHC_SPEC_VERS_300) {
615 else if (hp->specver >= SDHC_SPEC_VERS_300)
1065 if (hp->specver >= SDHC_SPEC_VERS_300) {
1152 } else if (hp->specver >= SDHC_SPEC_VERS_300)
    [all...]
sdhc.c 88 int specver; /* spec. version */ member in struct:sdhc_host
315 hp->specver = SDHC_SPEC_VERSION(sdhcver);
336 hp->specver = -1;
387 if (hp->specver >= SDHC_SPEC_VERS_300) {
427 if (hp->specver == SDHC_SPEC_VERS_200 &&
452 if (hp->specver >= SDHC_SPEC_VERS_300) {
523 if (hp->specver >= SDHC_SPEC_VERS_300) {
615 else if (hp->specver >= SDHC_SPEC_VERS_300)
1065 if (hp->specver >= SDHC_SPEC_VERS_300) {
1152 } else if (hp->specver >= SDHC_SPEC_VERS_300)
    [all...]

Completed in 23 milliseconds