Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm/mach-omap1/
Dboard-generic.c32 .hmc_mode = 16,
44 .hmc_mode = 16,
Dboard-innovator.c310 .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 */
Dusb.c74 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()
Dboard-h3.c365 .hmc_mode = 19, /* 0:host(off) 1:dev|otg 2:disabled */
368 .hmc_mode = 20, /* 1:dev|otg(off) 1:host 2:disabled */
Dboard-h2.c360 .hmc_mode = 19, /* 0:host(off) 1:dev|otg 2:disabled */
364 .hmc_mode = 20, /* 1:dev|otg(off) 1:host 2:disabled */
Dboard-osk.c333 .hmc_mode = 0,
336 .hmc_mode = 16,
Dboard-palmte.c173 .hmc_mode = 0,
Dboard-palmtt.c235 .hmc_mode = 0,
Dboard-nokia770.c152 .hmc_mode = 16,
Dboard-palmz71.c200 .hmc_mode = 0,
Dboard-sx1.c287 .hmc_mode = 0,
Dboard-htcherald.c374 .hmc_mode = 4,
Dboard-ams-delta.c162 .hmc_mode = 16,
/linux-5.19.10/include/linux/platform_data/
Dusb-omap1.h28 u8 hmc_mode; member