Searched refs:PORT_POWER (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dxhci-hub.c224 if (temp & PORT_POWER)
245 xhci_writel(xhci, temp | PORT_POWER, addr);
H A Dehci-hub.c632 * may be relevant that VIA VT8235 controllers, where PORT_POWER is
634 * PORT_POWER; that's surprising, but maybe within-spec.
796 temp & ~(PORT_RWC_BITS | PORT_POWER),
854 temp & ~(PORT_RWC_BITS | PORT_POWER),
938 * for PORT_POWER anyway).
967 if (temp & PORT_POWER)
1039 ehci_writel(ehci, temp | PORT_POWER,
H A Doxu210hp.h151 #define PORT_POWER (1<<12) /* true: has power (see PPC) */ macro
H A Disp1760-hcd.c72 #define PORT_POWER (1<<12) /* true: has power (see PPC) */ macro
1919 isp1760_writel(temp & ~PORT_POWER, status_reg);
2020 * for PORT_POWER anyway).
2037 if (temp & PORT_POWER)
2077 isp1760_writel(temp | PORT_POWER,
H A Doxu210hp-hcd.c167 (status & PORT_POWER) ? " POWER" : "",
3073 * may be relevant that VIA VT8235 controlers, where PORT_POWER is
3075 * PORT_POWER; that's surprising, but maybe within-spec.
3189 writel(temp & ~(PORT_RWC_BITS | PORT_POWER),
3303 * for PORT_POWER anyway).
3319 if (temp & PORT_POWER)
3360 writel(temp | PORT_POWER, status_reg);
H A Dxhci.h270 #define PORT_POWER (1 << 9) macro
H A Dehci-dbg.c284 (status & PORT_POWER) ? " POWER" : "",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/usb/
H A Dehci_def.h136 #define PORT_POWER (1<<12) /* true: has power (see PPC) */ macro

Completed in 120 milliseconds