Searched refs:tran_speed (Results 1 – 3 of 3) sorted by relevance
75 csd->tran_speed = GET_BITS(resp, 96, 8); in mmcsd_parse_csd()95 … card->max_data_rate = tran_unit[csd->tran_speed&0x07] * tran_value[(csd->tran_speed&0x78)>>3]; in mmcsd_parse_csd()107 csd->tran_speed = GET_BITS(resp, 96, 8); in mmcsd_parse_csd()126 … card->max_data_rate = tran_unit[csd->tran_speed&0x07] * tran_value[(csd->tran_speed&0x78)>>3]; in mmcsd_parse_csd()
87 csd->tran_speed = GET_BITS(resp, 96, 8); in mmcsd_parse_csd()104 …card->max_data_rate = tran_unit[csd->tran_speed & 0x07] * tran_value[(csd->tran_speed & 0x78) >> 3… in mmcsd_parse_csd()
41 rt_uint8_t tran_speed; /* max data transfer rate */ member
Completed in 8 milliseconds