Searched refs:hmc_mode (Results 1 – 14 of 14) sorted by relevance
/linux-5.19.10/arch/arm/mach-omap1/ |
D | board-generic.c | 32 .hmc_mode = 16, 44 .hmc_mode = 16,
|
D | board-innovator.c | 310 .hmc_mode = 4, 333 .hmc_mode = 19, /* 0:host(off) 1:dev|otg 2:disabled */ 337 .hmc_mode = 20, /* 1:dev|otg(off) 1:host 2:disabled */
|
D | usb.c | 74 syscon = config->hmc_mode; in omap_otg_init() 85 printk("USB: hmc %d", config->hmc_mode); in omap_otg_init() 623 val |= (config->hmc_mode << 1); in omap_1510_usb_init() 626 printk("USB: hmc %d", config->hmc_mode); in omap_1510_usb_init()
|
D | board-h3.c | 365 .hmc_mode = 19, /* 0:host(off) 1:dev|otg 2:disabled */ 368 .hmc_mode = 20, /* 1:dev|otg(off) 1:host 2:disabled */
|
D | board-h2.c | 360 .hmc_mode = 19, /* 0:host(off) 1:dev|otg 2:disabled */ 364 .hmc_mode = 20, /* 1:dev|otg(off) 1:host 2:disabled */
|
D | board-osk.c | 333 .hmc_mode = 0, 336 .hmc_mode = 16,
|
D | board-palmte.c | 173 .hmc_mode = 0,
|
D | board-palmtt.c | 235 .hmc_mode = 0,
|
D | board-nokia770.c | 152 .hmc_mode = 16,
|
D | board-palmz71.c | 200 .hmc_mode = 0,
|
D | board-sx1.c | 287 .hmc_mode = 0,
|
D | board-htcherald.c | 374 .hmc_mode = 4,
|
D | board-ams-delta.c | 162 .hmc_mode = 16,
|
/linux-5.19.10/include/linux/platform_data/ |
D | usb-omap1.h | 28 u8 hmc_mode; member
|