Searched refs:hmc_mode (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/arch/arm/mach-omap1/ |
D | board-generic.c | 37 .hmc_mode = 16, 49 .hmc_mode = 16,
|
D | board-innovator.c | 295 .hmc_mode = 4, 316 .hmc_mode = 19, /* 0:host(off) 1:dev|otg 2:disabled */ 320 .hmc_mode = 20, /* 1:dev|otg(off) 1:host 2:disabled */
|
D | usb.c | 84 syscon = config->hmc_mode; in omap_otg_init() 96 printk("USB: hmc %d", config->hmc_mode); in omap_otg_init() 571 val |= (config->hmc_mode << 1); in omap_1510_usb_init() 574 printk("USB: hmc %d", config->hmc_mode); in omap_1510_usb_init()
|
D | board-h2.c | 350 .hmc_mode = 19, /* 0:host(off) 1:dev|otg 2:disabled */ 354 .hmc_mode = 20, /* 1:dev|otg(off) 1:host 2:disabled */
|
D | board-h3.c | 370 .hmc_mode = 19, /* 0:host(off) 1:dev|otg 2:disabled */ 373 .hmc_mode = 20, /* 1:dev|otg(off) 1:host 2:disabled */
|
D | board-osk.c | 288 .hmc_mode = 0, 291 .hmc_mode = 16,
|
D | board-palmte.c | 177 .hmc_mode = 0,
|
D | board-palmtt.c | 240 .hmc_mode = 0,
|
D | board-palmz71.c | 205 .hmc_mode = 0,
|
D | board-nokia770.c | 157 .hmc_mode = 16,
|
D | board-sx1.c | 292 .hmc_mode = 0,
|
D | board-htcherald.c | 389 .hmc_mode = 4,
|
D | board-ams-delta.c | 165 .hmc_mode = 16,
|
/linux-4.4.14/include/linux/platform_data/ |
D | usb-omap1.h | 28 u8 hmc_mode; member
|