Lines Matching refs:dmabuf
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()
841 sdh->DMASA = (uint32_t)pSD->dmabuf;; in SDH_SelectCardType()
941 sdh->DMASA = (uint32_t)pSD->dmabuf;; in SDH_Get_SD_info()
957 pSD->totalSectorN = (uint32_t)(*(pSD->dmabuf+215))<<24; in SDH_Get_SD_info()
958 pSD->totalSectorN |= (uint32_t)(*(pSD->dmabuf+214))<<16; in SDH_Get_SD_info()
959 pSD->totalSectorN |= (uint32_t)(*(pSD->dmabuf+213))<<8; in SDH_Get_SD_info()
960 pSD->totalSectorN |= (uint32_t)(*(pSD->dmabuf+212)); in SDH_Get_SD_info()
1045 SD0.dmabuf = _SDH0_ucSDHCBuffer; in SDH_Open()
1051 SD1.dmabuf = _SDH1_ucSDHCBuffer; in SDH_Open()