Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Duniphier-sd.c469 u32 rsp_103_72 = readl(priv->regbase + UNIPHIER_SD_RSP54); in uniphier_sd_send_cmd() local
474 ((rsp_103_72 & 0xff000000) >> 24); in uniphier_sd_send_cmd()
475 cmd->response[1] = ((rsp_103_72 & 0x00ffffff) << 8) | in uniphier_sd_send_cmd()