Searched refs:RESP01_R (Results 1 - 2 of 2) sorted by relevance
/device/soc/hisilicon/common/platform/mmc/sdhci/ |
H A D | sdhci.c | 59 SdhciReadl(host, RESP01_R + 0x4), SdhciReadl(host, RESP01_R)); in SdhciDumpregs() 61 SdhciReadl(host, RESP01_R + 0xC), SdhciReadl(host, RESP01_R + 0x8)); in SdhciDumpregs() 1809 cmd->resp[i] = SdhciReadl(host, RESP01_R + (3 - i) * 4) << 8; in SdhciSaveCommandResp() 1811 cmd->resp[i] |= SdhciReadb(host, RESP01_R + (3 - i) * 4 - 1); in SdhciSaveCommandResp() 1828 cmd->resp[0] = SdhciReadl(host, RESP01_R); in SdhciFinishCommand()
|
H A D | sdhci.h | 228 RESP01_R = 0x0010, enumerator
|
Completed in 5 milliseconds