Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Duniphier-sd.c471 u32 rsp_39_8 = readl(priv->regbase + UNIPHIER_SD_RSP10); in uniphier_sd_send_cmd() local
478 ((rsp_39_8 & 0xff000000) >> 24); in uniphier_sd_send_cmd()
479 cmd->response[3] = (rsp_39_8 & 0xffffff) << 8; in uniphier_sd_send_cmd()