Home
last modified time | relevance | path

Searched refs:hmc_mode (Results 1 – 14 of 14) sorted by relevance

/linux-4.4.14/arch/arm/mach-omap1/
Dboard-generic.c37 .hmc_mode = 16,
49 .hmc_mode = 16,
Dboard-innovator.c295 .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 */
Dusb.c84 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()
Dboard-h2.c350 .hmc_mode = 19, /* 0:host(off) 1:dev|otg 2:disabled */
354 .hmc_mode = 20, /* 1:dev|otg(off) 1:host 2:disabled */
Dboard-h3.c370 .hmc_mode = 19, /* 0:host(off) 1:dev|otg 2:disabled */
373 .hmc_mode = 20, /* 1:dev|otg(off) 1:host 2:disabled */
Dboard-osk.c288 .hmc_mode = 0,
291 .hmc_mode = 16,
Dboard-palmte.c177 .hmc_mode = 0,
Dboard-palmtt.c240 .hmc_mode = 0,
Dboard-palmz71.c205 .hmc_mode = 0,
Dboard-nokia770.c157 .hmc_mode = 16,
Dboard-sx1.c292 .hmc_mode = 0,
Dboard-htcherald.c389 .hmc_mode = 4,
Dboard-ams-delta.c165 .hmc_mode = 16,
/linux-4.4.14/include/linux/platform_data/
Dusb-omap1.h28 u8 hmc_mode; member