sbrn              364 drivers/usb/host/ehci-hcd.c 	if (!ehci->sbrn)
sbrn              639 drivers/usb/host/ehci-hcd.c 		((ehci->sbrn & 0xf0)>>4), (ehci->sbrn & 0x0f),
sbrn              669 drivers/usb/host/ehci-hcd.c 	ehci->sbrn = HCD_USB2;
sbrn              295 drivers/usb/host/ehci-pci.c 		pci_read_config_byte(pdev, 0x60, &ehci->sbrn);
sbrn              233 drivers/usb/host/ehci.h 	u8			sbrn;		/* packed release number */
sbrn             5073 drivers/usb/host/fotg210-hcd.c 			((fotg210->sbrn & 0xf0) >> 4), (fotg210->sbrn & 0x0f),
sbrn             5104 drivers/usb/host/fotg210-hcd.c 	fotg210->sbrn = HCD_USB2;
sbrn              175 drivers/usb/host/fotg210.h 	u8			sbrn;		/* packed release number */
sbrn              462 drivers/usb/host/oxu210hp-hcd.c 	u8			sbrn;		/* packed release number */
sbrn             3106 drivers/usb/host/oxu210hp-hcd.c 	oxu->sbrn = 0x20;
sbrn             3161 drivers/usb/host/oxu210hp-hcd.c 		((oxu->sbrn & 0xf0)>>4), (oxu->sbrn & 0x0f),
sbrn              295 drivers/usb/host/xhci-pci.c 	if (!xhci->sbrn)
sbrn              296 drivers/usb/host/xhci-pci.c 		pci_read_config_byte(pdev, XHCI_SBRN_OFFSET, &xhci->sbrn);
sbrn              311 drivers/usb/host/xhci-pci.c 	xhci_dbg(xhci, "Got SBRN %u\n", (unsigned int) xhci->sbrn);
sbrn             1755 drivers/usb/host/xhci.h 	u8		sbrn;