Searched refs:OTG1_DP_PULLDOWN (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dohci-pnx4008.c79 # define OTG1_DP_PULLDOWN (1 << 2) macro
159 i2c_write(OTG1_DM_PULLDOWN | OTG1_DP_PULLDOWN,
161 i2c_write(~(OTG1_DM_PULLDOWN | OTG1_DP_PULLDOWN),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/otg/
H A Disp1301_omap.c209 # define OTG1_DP_PULLDOWN (1 << 2) macro
588 clr |= OTG1_DP_PULLDOWN;
598 set |= OTG1_DP_PULLDOWN;
961 isp1301_clear_bits(isp, ISP1301_OTG_CONTROL_1, OTG1_DP_PULLDOWN);
1065 OTG1_DP_PULLDOWN);
1551 OTG1_DM_PULLDOWN | OTG1_DP_PULLDOWN);
1553 ~(OTG1_DM_PULLDOWN | OTG1_DP_PULLDOWN));

Completed in 48 milliseconds