/src/sys/dev/gpib/ |
ct.c | 259 struct cs80_description csd; local in function:ctattach 277 if (cs80describe(parent, sc->sc_slave, sc->sc_punit, &csd)) { 285 name[n++] = (csd.d_name[i] >> 4) + '0'; 286 name[n++] = (csd.d_name[i] & 0x0f) + '0'; 294 csd.d_iuw, csd.d_cmaxxfr, csd.d_ctype); 296 csd.d_utype, csd.d_sectsize, 297 csd.d_blkbuf, csd.d_burstsize, csd.d_blocktime) [all...] |
rd.c | 314 struct cs80_description csd; local in function:rdattach 332 if (cs80describe(parent, sc->sc_slave, sc->sc_punit, &csd)) { 340 name[n++] = (csd.d_name[i] >> 4) + '0'; 341 name[n++] = (csd.d_name[i] & 0x0f) + '0'; 349 csd.d_iuw, csd.d_cmaxxfr, csd.d_ctype); 351 csd.d_utype, csd.d_sectsize, 352 csd.d_blkbuf, csd.d_burstsize, csd.d_blocktime) [all...] |
/src/sys/arch/evbarm/stand/boot2440/ |
dev_sdmmc.c | 129 struct sdmmc_csd csd; /* decoded CSD value */ member in struct:sdmmc_softc 438 ISSET(sc->csd.ccc, SD_CSD_CCC_SWITCH)) { 782 * Read the CSD and CID from all cards and assign each card a unique 1005 sdmmc_dump_data("CSD", cmd.c_resp, sizeof(cmd.c_resp)); 1030 struct sdmmc_csd *csd = &sc->csd; local in function:sdmmc_decode_csd 1035 * CSD version 1.0 corresponds to SD system 1038 csd->csdver = SD_CSD_CSDVER(resp); 1039 switch (csd->csdver) [all...] |
/src/sys/dev/sdmmc/ |
sdmmc_mem.c | 324 * Read the CSD and CID from all cards and assign each card a unique 450 struct sdmmc_csd *csd = &sf->csd; local in function:sdmmc_decode_csd 455 * CSD version 1.0 corresponds to SD system 458 csd->csdver = SD_CSD_CSDVER(resp); 459 switch (csd->csdver) { 463 csd->capacity = SD_CSD_V2_CAPACITY(resp); 464 csd->read_bl_len = SD_CSD_V2_BL_LEN; 469 csd->capacity = SD_CSD_CAPACITY(resp); 470 csd->read_bl_len = SD_CSD_READ_BL_LEN(resp) [all...] |
sdmmcvar.h | 41 int csdver; /* CSD structure format */ 217 struct sdmmc_csd csd; /* decoded CSD value */ member in struct:sdmmc_function
|
/src/sys/arch/ia64/include/ |
_regset.h | 251 unsigned long csd; member in struct:_caller_saved
|