Searched refs:busy_status0 (Results 1 – 2 of 2) sorted by relevance
605 uint16_t current_comsumption, busy_status0; in SDH_SwitchToHighSpeed() local622 busy_status0 = (uint16_t)_SDH_ucSDHCBuffer[28] << 8; in SDH_SwitchToHighSpeed()623 busy_status0 |= (uint16_t)_SDH_ucSDHCBuffer[29]; in SDH_SwitchToHighSpeed()625 if (!busy_status0) /* function ready */ in SDH_SwitchToHighSpeed()
708 uint16_t current_comsumption, busy_status0; in SDH_SwitchToHighSpeed() local728 busy_status0 = (uint16_t)(*(pSD->dmabuf + 28)) << 8; in SDH_SwitchToHighSpeed()729 busy_status0 |= (uint16_t)(*(pSD->dmabuf + 29)); in SDH_SwitchToHighSpeed()731 if (!busy_status0) /* function ready */ in SDH_SwitchToHighSpeed()