Searched refs:p_sta (Results 1 – 1 of 1) sorted by relevance
678 uint8_t *p_sta = (uint8_t *)status; in mmc_read_switch() local692 SD_SWITCH_ACCESS_HS, p_sta); in mmc_read_switch()698 if (p_sta[13] & SD_MODE_HIGH_SPEED) in mmc_read_switch()702 card->sw_caps.sd3_bus_mode = p_sta[13]; in mmc_read_switch()706 SD_SWITCH_ACCESS_HS, p_sta); in mmc_read_switch()712 card->sw_caps.sd3_drv_type = p_sta[9]; in mmc_read_switch()716 SD_SWITCH_ACCESS_HS, p_sta); in mmc_read_switch()722 card->sw_caps.sd3_curr_limit = p_sta[7]; in mmc_read_switch()736 uint8_t *p_sta = (uint8_t *)status; in mmc_sd_switch_hs() local756 SD_SWITCH_ACCESS_HS, p_sta); in mmc_sd_switch_hs()[all …]
Completed in 5 milliseconds