H A D | mmc_protocol.c | 24 /* TRAN_SPEED: Frequency unit 0 = 100KHz, 1 = 1MHz, 2 = 10MHz, 3 = 100MHz, 4...7 = reserved */ 27 /* TAAC: Time unit 0 = 1ns, 1 = 10ns, 2 = 100ns, 3 = 1us, 4 = 10us, 5 = 100us, 6 = 1ms, 7 = 10ms */ 659 /* SDSC Card uses byte unit address and SDHC and SDXC Cards use block unit address(512 Bytes unit). */ in MmcSetupReadWriteBlocksCmd() 699 uint32_t unit; in EmmcDecodeCsd() local 720 /* TAAC: [119:112]; TAAC bit position-->Time unit: [2:0], Multiplier factor: [6:3]. */ in EmmcDecodeCsd() 722 unit = MmcParseBits(rawCsd, CSD_BITS, 112, 3); in EmmcDecodeCsd() 723 csd->taccNs = (g_taccUnit[unit] * g_commFactor[factor] + 9) / 10; in EmmcDecodeCsd() 727 /* TRAN_SPEED: [103:96]; TRAN_SPEED bit-->Frequency unit in EmmcDecodeCsd() 2081 uint32_t unit; SdDecodeCsdRev1Field() local 2136 uint32_t unit; SdDecodeCsdRev2Field() local 3583 const uint32_t unit[8] = { 10000, 100000, 1000000, 10000000, 0, 0, 0, 0 }; SdioDecodeCisTplFunceCommon() local [all...] |