Searched refs:HOST_CONTROL (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/memstick/host/ |
D | jmb38x_ms.c | 34 HOST_CONTROL = 0x18, enumerator 379 dev_dbg(&msh->dev, "control %08x\n", readl(host->addr + HOST_CONTROL)); in jmb38x_ms_issue_cmd() 460 writel(HOST_CONTROL_LED | readl(host->addr + HOST_CONTROL), in jmb38x_ms_issue_cmd() 461 host->addr + HOST_CONTROL); in jmb38x_ms_issue_cmd() 479 readl(host->addr + HOST_CONTROL)); in jmb38x_ms_complete_cmd() 504 writel((~HOST_CONTROL_LED) & readl(host->addr + HOST_CONTROL), in jmb38x_ms_complete_cmd() 505 host->addr + HOST_CONTROL); in jmb38x_ms_complete_cmd() 644 | readl(host->addr + HOST_CONTROL), in jmb38x_ms_reset() 645 host->addr + HOST_CONTROL); in jmb38x_ms_reset() 650 & readl(host->addr + HOST_CONTROL))) in jmb38x_ms_reset() [all …]
|
/linux-4.4.14/arch/blackfin/mach-bf548/include/mach/ |
D | defBF544.h | 458 #define HOST_CONTROL 0xffc03a00 /* HOST Control Register */ macro
|
D | defBF547.h | 187 #define HOST_CONTROL 0xffc03a00 /* HOST Control Register */ macro
|
D | cdefBF547.h | 293 #define bfin_read_HOST_CONTROL() bfin_read16(HOST_CONTROL) 294 #define bfin_write_HOST_CONTROL(val) bfin_write16(HOST_CONTROL, val)
|
D | cdefBF544.h | 831 #define bfin_read_HOST_CONTROL() bfin_read16(HOST_CONTROL) 832 #define bfin_write_HOST_CONTROL(val) bfin_write16(HOST_CONTROL, val)
|
/linux-4.4.14/arch/blackfin/mach-bf518/include/mach/ |
D | defBF512.h | 1152 #define HOST_CONTROL 0xffc03400 /* HOST Control Register */ macro
|
D | cdefBF512.h | 1008 #define bfin_read_HOST_CONTROL() bfin_read16(HOST_CONTROL) 1009 #define bfin_write_HOST_CONTROL(val) bfin_write16(HOST_CONTROL, val)
|
/linux-4.4.14/arch/blackfin/mach-bf527/include/mach/ |
D | defBF522.h | 1157 #define HOST_CONTROL 0xffc03400 /* HOST Control Register */ macro
|
D | cdefBF522.h | 1025 #define bfin_read_HOST_CONTROL() bfin_read16(HOST_CONTROL) 1026 #define bfin_write_HOST_CONTROL(val) bfin_write16(HOST_CONTROL, val)
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | debug-mmrs.c | 1101 #ifdef HOST_CONTROL in bfin_debug_mmrs_init() 1103 D16(HOST_CONTROL); in bfin_debug_mmrs_init()
|