Home
last modified time | relevance | path

Searched refs:rsp_71_40 (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Duniphier-sd.c470 u32 rsp_71_40 = readl(priv->regbase + UNIPHIER_SD_RSP32); in uniphier_sd_send_cmd() local
476 ((rsp_71_40 & 0xff000000) >> 24); in uniphier_sd_send_cmd()
477 cmd->response[2] = ((rsp_71_40 & 0x00ffffff) << 8) | in uniphier_sd_send_cmd()