Searched refs:HOST_CONTROL (Results 1 – 1 of 1) sorted by relevance
30 HOST_CONTROL = 0x18, enumerator377 dev_dbg(&msh->dev, "control %08x\n", readl(host->addr + HOST_CONTROL)); in jmb38x_ms_issue_cmd()456 writel(HOST_CONTROL_LED | readl(host->addr + HOST_CONTROL), in jmb38x_ms_issue_cmd()457 host->addr + HOST_CONTROL); in jmb38x_ms_issue_cmd()475 readl(host->addr + HOST_CONTROL)); in jmb38x_ms_complete_cmd()500 writel((~HOST_CONTROL_LED) & readl(host->addr + HOST_CONTROL), in jmb38x_ms_complete_cmd()501 host->addr + HOST_CONTROL); in jmb38x_ms_complete_cmd()640 | readl(host->addr + HOST_CONTROL), in jmb38x_ms_reset()641 host->addr + HOST_CONTROL); in jmb38x_ms_reset()645 & readl(host->addr + HOST_CONTROL))) in jmb38x_ms_reset()[all …]