Searched refs:current_comsumption (Results 1 – 2 of 2) sorted by relevance
605 uint16_t current_comsumption, busy_status0; in SDH_SwitchToHighSpeed() local615 current_comsumption = (uint16_t)_SDH_ucSDHCBuffer[0] << 8; in SDH_SwitchToHighSpeed()616 current_comsumption |= (uint16_t)_SDH_ucSDHCBuffer[1]; in SDH_SwitchToHighSpeed()617 if (!current_comsumption) in SDH_SwitchToHighSpeed()641 current_comsumption = (uint16_t)_SDH_ucSDHCBuffer[0] << 8; in SDH_SwitchToHighSpeed()642 current_comsumption |= (uint16_t)_SDH_ucSDHCBuffer[1]; in SDH_SwitchToHighSpeed()643 if (!current_comsumption) in SDH_SwitchToHighSpeed()
708 uint16_t current_comsumption, busy_status0; in SDH_SwitchToHighSpeed() local721 current_comsumption = (uint16_t)(*pSD->dmabuf) << 8; in SDH_SwitchToHighSpeed()722 current_comsumption |= (uint16_t)(*(pSD->dmabuf + 1)); in SDH_SwitchToHighSpeed()723 if (!current_comsumption) in SDH_SwitchToHighSpeed()752 current_comsumption = (uint16_t)(*pSD->dmabuf) << 8; in SDH_SwitchToHighSpeed()753 current_comsumption |= (uint16_t)(*(pSD->dmabuf + 1)); in SDH_SwitchToHighSpeed()754 if (!current_comsumption) in SDH_SwitchToHighSpeed()