Searched refs:OTG_A_BUSREQ (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Dusb.h159 # define OTG_A_BUSREQ (1 << 11) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/otg/
H A Disp1301_omap.c85 (OTG_A_BUSREQ|OTG_A_SETB_HNPEN|OTG_B_BUSREQ|OTG_B_HNPEN|OTG_BUSDROP)
733 otg_ctrl |= OTG_A_BUSREQ;
756 otg_ctrl &= ~OTG_A_BUSREQ & OTG_CTRL_MASK & ~OTG_XCEIV_INPUTS;
770 otg_ctrl &= ~OTG_A_BUSREQ & OTG_CTRL_MASK & ~OTG_XCEIV_INPUTS;
806 omap_writel(otg_ctrl | OTG_A_BUSREQ, OTG_CTRL);
1159 otg_ctrl |= OTG_A_BUSREQ;
1442 otg_ctrl &= ~OTG_A_BUSREQ & OTG_CTRL_MASK;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dohci-omap.c180 l &= ~OTG_A_BUSREQ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Domap_udc.c2362 (tmp & OTG_A_BUSREQ) ? " a_bus" : "",

Completed in 127 milliseconds