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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/core/
H A Dhub.c121 static inline char *portspeed(int portstatus) argument
123 if (portstatus & (1 << USB_PORT_FEAT_HIGHSPEED))
125 else if (portstatus & (1 << USB_PORT_FEAT_LOWSPEED))
1458 u16 portstatus; local
1468 ret = hub_port_status(hub, port1, &portstatus, &portchange);
1473 if (!(portstatus & USB_PORT_STAT_CONNECTION))
1481 if (!(portstatus & USB_PORT_STAT_RESET) &&
1482 (portstatus & USB_PORT_STAT_ENABLE)) {
1485 else if (portstatus & USB_PORT_STAT_HIGH_SPEED)
1487 else if (portstatus
1762 u16 portchange, portstatus; local
2017 u16 portchange, portstatus; local
2400 hub_port_connect_change(struct usb_hub *hub, int port1, u16 portstatus, u16 portchange) argument
2592 u16 portstatus; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/host/
H A Dohci-hub.c18 "%s roothub.portstatus [%d] " \
522 status = ohci_readl(ohci, &ohci->regs->roothub.portstatus [port]);
527 ohci_writel(ohci, RH_PS_PRS, &ohci->regs->roothub.portstatus [port]);
562 __hc32 __iomem *portstat = &ohci->regs->roothub.portstatus [port];
660 &ohci->regs->roothub.portstatus [wIndex]);
661 // ohci_readl (ohci, &ohci->regs->roothub.portstatus [wIndex]);
704 &ohci->regs->roothub.portstatus [wIndex]);
708 &ohci->regs->roothub.portstatus [wIndex]);
H A Duhci-hcd.c500 unsigned int portstatus; local
502 portstatus = inw(uhci->io_addr + USBPORTSC1 + (port * 2));
503 if (!(portstatus & 0x0080) || portstatus == 0xffff)
H A Dohci.h232 __hc32 portstatus [MAX_ROOT_PORTS]; member in struct:ohci_regs::ohci_roothub_regs
289 /* roothub.portstatus [i] bits */
671 { return read_roothub (hc, portstatus [i], 0xffe0fce0); }
H A Dohci-omap.c177 writel (RH_PS_PSS, &ohci->regs->roothub.portstatus [port]);
H A Du132-hcd.c462 retval = u132_read_pcimem(u132, roothub.portstatus[i],
466 "essing device roothub.portstatus[%d]\n"
1668 roothub.portstatus[temp], RH_PS_LSDA);
2582 roothub.portstatus[port], &rh_portstatus);
2613 roothub.portstatus[port_index], &portstat);
2626 roothub.portstatus[port_index],
2634 retval = u132_write_pcimem(u132, roothub.portstatus[port_index],
2660 roothub.portstatus[port_index], RH_PS_PSS);
2666 roothub.portstatus[port_index], RH_PS_PPS);
2725 retval = u132_write_pcimem(u132, roothub.portstatus[port_inde
[all...]
H A Dohci-hcd.c518 &ohci->regs->roothub.portstatus [temp]);
837 &ohci->regs->roothub.portstatus [i]);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/misc/
H A Dftdi-elan.c2376 roothub.portstatus[temp], RH_PS_LSDA);
2501 u32 portstatus; local
2502 retval = ftdi_read_pcimem(ftdi, roothub.portstatus[temp],
2503 &portstatus);
2506 if (1 & portstatus)

Completed in 119 milliseconds