Home
last modified time | relevance | path

Searched refs:sbrn (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/drivers/usb/host/
Dxhci-pci.c215 if (!xhci->sbrn) in xhci_pci_setup()
216 pci_read_config_byte(pdev, XHCI_SBRN_OFFSET, &xhci->sbrn); in xhci_pci_setup()
225 xhci_dbg(xhci, "Got SBRN %u\n", (unsigned int) xhci->sbrn); in xhci_pci_setup()
Dehci-pci.c309 pci_read_config_byte(pdev, 0x60, &ehci->sbrn); in ehci_pci_setup()
Dehci-hcd.c640 ((ehci->sbrn & 0xf0)>>4), (ehci->sbrn & 0x0f), in ehci_run()
670 ehci->sbrn = HCD_USB2; in ehci_setup()
Doxu210hp.h432 u8 sbrn; /* packed release number */ member
Dfotg210.h174 u8 sbrn; /* packed release number */ member
Dehci.h242 u8 sbrn; /* packed release number */ member
Doxu210hp-hcd.c2696 oxu->sbrn = 0x20; in oxu_reset()
2751 ((oxu->sbrn & 0xf0)>>4), (oxu->sbrn & 0x0f), in oxu_run()
Dxhci.h1527 u8 sbrn; member
Dfotg210-hcd.c5108 ((fotg210->sbrn & 0xf0) >> 4), (fotg210->sbrn & 0x0f), in fotg210_run()
5139 fotg210->sbrn = HCD_USB2; in fotg210_setup()
Dxhci.c4882 if (xhci->sbrn == 0x31) { in xhci_gen_setup()