Searched refs:HOST_CONTROL (Results 1 – 1 of 1) sorted by relevance
34 HOST_CONTROL = 0x18, enumerator380 dev_dbg(&msh->dev, "control %08x\n", readl(host->addr + HOST_CONTROL)); in jmb38x_ms_issue_cmd()461 writel(HOST_CONTROL_LED | readl(host->addr + HOST_CONTROL), in jmb38x_ms_issue_cmd()462 host->addr + HOST_CONTROL); in jmb38x_ms_issue_cmd()480 readl(host->addr + HOST_CONTROL)); in jmb38x_ms_complete_cmd()505 writel((~HOST_CONTROL_LED) & readl(host->addr + HOST_CONTROL), in jmb38x_ms_complete_cmd()506 host->addr + HOST_CONTROL); in jmb38x_ms_complete_cmd()645 | readl(host->addr + HOST_CONTROL), in jmb38x_ms_reset()646 host->addr + HOST_CONTROL); in jmb38x_ms_reset()651 & readl(host->addr + HOST_CONTROL))) in jmb38x_ms_reset()[all …]