Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dxhci-pci.c215 pci_read_config_byte(pdev, XHCI_SBRN_OFFSET, &xhci->sbrn); in xhci_pci_setup()
216 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.c639 ((ehci->sbrn & 0xf0)>>4), (ehci->sbrn & 0x0f), in ehci_run()
669 ehci->sbrn = HCD_USB2; in ehci_setup()
Doxu210hp.h432 u8 sbrn; /* packed release number */ member
Dfotg210.h168 u8 sbrn; /* packed release number */ member
Dfusbh200.h167 u8 sbrn; /* packed release number */ member
Dehci.h241 u8 sbrn; /* packed release number */ member
Doxu210hp-hcd.c2697 oxu->sbrn = 0x20; in oxu_reset()
2756 ((oxu->sbrn & 0xf0)>>4), (oxu->sbrn & 0x0f), in oxu_run()
Dxhci.h1467 u8 sbrn; member
Dfusbh200-hcd.c5221 ((fusbh200->sbrn & 0xf0)>>4), (fusbh200->sbrn & 0x0f), in fusbh200_run()
5250 fusbh200->sbrn = HCD_USB2; in fusbh200_setup()
Dfotg210-hcd.c5303 ((fotg210->sbrn & 0xf0)>>4), (fotg210->sbrn & 0x0f), in fotg210_run()
5334 fotg210->sbrn = HCD_USB2; in fotg210_setup()