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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/host/
H A Dohci-pnx4008.c80 # define OTG1_DP_PULLDOWN (1 << 2) macro
194 i2c_write(OTG1_DM_PULLDOWN | OTG1_DP_PULLDOWN,
196 i2c_write(~(OTG1_DM_PULLDOWN | OTG1_DP_PULLDOWN),
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/i2c/chips/
H A Disp1301_omap.c210 # define OTG1_DP_PULLDOWN (1 << 2) macro
588 clr |= OTG1_DP_PULLDOWN;
598 set |= OTG1_DP_PULLDOWN;
946 isp1301_clear_bits(isp, ISP1301_OTG_CONTROL_1, OTG1_DP_PULLDOWN);
1047 OTG1_DP_PULLDOWN);
1541 OTG1_DM_PULLDOWN | OTG1_DP_PULLDOWN);
1543 ~(OTG1_DM_PULLDOWN | OTG1_DP_PULLDOWN));

Completed in 41 milliseconds