Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/host/
Dohci-pnx4008.c80 # define OTG1_DM_PULLDOWN (1 << 3) macro
159 i2c_write(OTG1_DM_PULLDOWN | OTG1_DP_PULLDOWN, in isp1301_configure()
161 i2c_write(~(OTG1_DM_PULLDOWN | OTG1_DP_PULLDOWN), in isp1301_configure()
/linux-2.6.39/drivers/usb/otg/
Disp1301_omap.c210 # define OTG1_DM_PULLDOWN (1 << 3) macro
567 u8 set = OTG1_DM_PULLDOWN, clr = OTG1_DM_PULLUP; in otg_update_isp()
1560 OTG1_DM_PULLDOWN | OTG1_DP_PULLDOWN); in isp1301_probe()
1562 ~(OTG1_DM_PULLDOWN | OTG1_DP_PULLDOWN)); in isp1301_probe()