Searched refs:hmc_mode (Results 1 – 19 of 19) sorted by relevance
/arch/arm/mach-omap1/ |
D | board-generic.c | 36 .hmc_mode = 16, 48 .hmc_mode = 16,
|
D | board-innovator.c | 296 .hmc_mode = 4, 317 .hmc_mode = 19, /* 0:host(off) 1:dev|otg 2:disabled */ 321 .hmc_mode = 20, /* 1:dev|otg(off) 1:host 2:disabled */
|
D | board-h3.c | 358 .hmc_mode = 19, /* 0:host(off) 1:dev|otg 2:disabled */ 361 .hmc_mode = 20, /* 1:dev|otg(off) 1:host 2:disabled */
|
D | board-h2.c | 371 .hmc_mode = 19, /* 0:host(off) 1:dev|otg 2:disabled */ 375 .hmc_mode = 20, /* 1:dev|otg(off) 1:host 2:disabled */
|
D | board-osk.c | 283 .hmc_mode = 0, 286 .hmc_mode = 16,
|
D | usb.c | 454 val |= (config->hmc_mode << 1); in omap_1510_usb_init() 457 printk("USB: hmc %d", config->hmc_mode); in omap_1510_usb_init()
|
D | board-palmte.c | 207 .hmc_mode = 0,
|
D | board-nokia770.c | 165 .hmc_mode = 16,
|
D | board-palmtt.c | 269 .hmc_mode = 0,
|
D | board-voiceblue.c | 149 .hmc_mode = 3,
|
D | board-palmz71.c | 235 .hmc_mode = 0,
|
D | board-sx1.c | 353 .hmc_mode = 0,
|
D | board-htcherald.c | 390 .hmc_mode = 4,
|
D | board-ams-delta.c | 165 .hmc_mode = 16,
|
/arch/arm/plat-omap/ |
D | usb.c | 62 syscon = config->hmc_mode; in omap_otg_init() 74 printk("USB: hmc %d", config->hmc_mode); in omap_otg_init()
|
/arch/arm/mach-omap2/ |
D | board-2430sdp.c | 260 .hmc_mode = 0x0, 262 .hmc_mode = 0x1,
|
D | board-apollon.c | 258 .hmc_mode = 0x14, /* 0:dev 1:host1 2:disable */
|
D | board-h4.c | 340 .hmc_mode = 0x00, /* 0:dev|otg 1:disable 2:disable */
|
/arch/arm/plat-omap/include/plat/ |
D | board.h | 73 u8 hmc_mode; member
|