Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/memstick/host/
Djmb38x_ms.c30 HOST_CONTROL = 0x18, enumerator
377 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 …]