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

/linux-4.4.14/drivers/memstick/host/
H A Djmb38x_ms.c34 HOST_CONTROL = 0x18, enumerator in enum:__anon6259
379 dev_dbg(&msh->dev, "control %08x\n", readl(host->addr + HOST_CONTROL)); jmb38x_ms_issue_cmd()
460 writel(HOST_CONTROL_LED | readl(host->addr + HOST_CONTROL), jmb38x_ms_issue_cmd()
461 host->addr + HOST_CONTROL); jmb38x_ms_issue_cmd()
479 readl(host->addr + HOST_CONTROL)); jmb38x_ms_complete_cmd()
504 writel((~HOST_CONTROL_LED) & readl(host->addr + HOST_CONTROL), jmb38x_ms_complete_cmd()
505 host->addr + HOST_CONTROL); jmb38x_ms_complete_cmd()
644 | readl(host->addr + HOST_CONTROL), jmb38x_ms_reset()
645 host->addr + HOST_CONTROL); jmb38x_ms_reset()
650 & readl(host->addr + HOST_CONTROL))) jmb38x_ms_reset()
659 | readl(host->addr + HOST_CONTROL), jmb38x_ms_reset()
660 host->addr + HOST_CONTROL); jmb38x_ms_reset()
665 & readl(host->addr + HOST_CONTROL))) jmb38x_ms_reset()
685 unsigned int host_ctl = readl(host->addr + HOST_CONTROL); jmb38x_ms_set_param()
699 writel(host_ctl, host->addr + HOST_CONTROL); jmb38x_ms_set_param()
713 writel(host_ctl, host->addr + HOST_CONTROL); jmb38x_ms_set_param()
750 writel(host_ctl, host->addr + HOST_CONTROL); jmb38x_ms_set_param()
/linux-4.4.14/arch/blackfin/mach-bf548/include/mach/
H A DcdefBF547.h293 #define bfin_read_HOST_CONTROL() bfin_read16(HOST_CONTROL)
294 #define bfin_write_HOST_CONTROL(val) bfin_write16(HOST_CONTROL, val)
H A DcdefBF544.h831 #define bfin_read_HOST_CONTROL() bfin_read16(HOST_CONTROL)
832 #define bfin_write_HOST_CONTROL(val) bfin_write16(HOST_CONTROL, val)
H A DdefBF544.h458 #define HOST_CONTROL 0xffc03a00 /* HOST Control Register */ macro
H A DdefBF547.h187 #define HOST_CONTROL 0xffc03a00 /* HOST Control Register */ macro
/linux-4.4.14/arch/blackfin/kernel/
H A Ddebug-mmrs.c1101 #ifdef HOST_CONTROL bfin_debug_mmrs_init()
1103 D16(HOST_CONTROL); bfin_debug_mmrs_init()
/linux-4.4.14/arch/blackfin/mach-bf518/include/mach/
H A DcdefBF512.h1008 #define bfin_read_HOST_CONTROL() bfin_read16(HOST_CONTROL)
1009 #define bfin_write_HOST_CONTROL(val) bfin_write16(HOST_CONTROL, val)
H A DdefBF512.h1152 #define HOST_CONTROL 0xffc03400 /* HOST Control Register */ macro
1211 /* Bit masks for HOST_CONTROL */
/linux-4.4.14/arch/blackfin/mach-bf527/include/mach/
H A DcdefBF522.h1025 #define bfin_read_HOST_CONTROL() bfin_read16(HOST_CONTROL)
1026 #define bfin_write_HOST_CONTROL(val) bfin_write16(HOST_CONTROL, val)
H A DdefBF522.h1157 #define HOST_CONTROL 0xffc03400 /* HOST Control Register */ macro
1216 /* Bit masks for HOST_CONTROL */

Completed in 535 milliseconds