Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/isp1760/
Disp1760-core.c31 u32 otgctrl; in isp1760_init_core() local
92 otgctrl = ((HW_DM_PULLDOWN | HW_DP_PULLDOWN) << 16) in isp1760_init_core()
95 otgctrl = (HW_SW_SEL_HC_DC << 16) in isp1760_init_core()
98 isp1760_write32(isp->regs, HC_PORT1_CTRL, otgctrl); in isp1760_init_core()