Searched refs:dmabuf (Results 1 – 2 of 2) sorted by relevance
713 sdh->DMASA = (uint32_t)pSD->dmabuf; in SDH_SwitchToHighSpeed()721 current_comsumption = (uint16_t)(*pSD->dmabuf) << 8; in SDH_SwitchToHighSpeed()722 current_comsumption |= (uint16_t)(*(pSD->dmabuf + 1)); in SDH_SwitchToHighSpeed()728 busy_status0 = (uint16_t)(*(pSD->dmabuf + 28)) << 8; in SDH_SwitchToHighSpeed()729 busy_status0 |= (uint16_t)(*(pSD->dmabuf + 29)); in SDH_SwitchToHighSpeed()733 sdh->DMASA = (uint32_t)pSD->dmabuf; 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()796 sdh->DMASA = (uint32_t)pSD->dmabuf; in SDH_SelectCardType()818 if ((*pSD->dmabuf & 0xful) == 0x2ul) in SDH_SelectCardType()[all …]
93 unsigned char *dmabuf; member