Searched refs:scr (Results 1 – 3 of 3) sorted by relevance
141 struct rt_sd_scr *scr = &card->scr; in mmcsd_parse_scr() local146 scr->sd_version = GET_BITS(resp, 56, 4); in mmcsd_parse_scr()147 scr->sd_bus_widths = GET_BITS(resp, 48, 4); in mmcsd_parse_scr()171 if (card->scr.sd_version < SCR_SPEC_VER_1) in mmcsd_switch()538 rt_int32_t mmcsd_get_scr(struct rt_mmcsd_card *card, rt_uint32_t *scr) in mmcsd_get_scr() argument563 data.buf = scr; in mmcsd_get_scr()574 scr[0] = be32_to_cpu(scr[0]); in mmcsd_get_scr()575 scr[1] = be32_to_cpu(scr[1]); in mmcsd_get_scr()761 if ((host->flags & MMCSD_BUSWIDTH_4) && (card->scr.sd_bus_widths & SD_SCR_BUS_WIDTH_4)) in mmcsd_sd_init_card()
37 rt_int32_t mmcsd_get_scr(struct rt_mmcsd_card *card, rt_uint32_t *scr);
213 struct rt_sd_scr scr; member
Completed in 6 milliseconds