Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/host/
Dxhci-pci.c290 if (!xhci->sbrn) in xhci_pci_setup()
291 pci_read_config_byte(pdev, XHCI_SBRN_OFFSET, &xhci->sbrn); in xhci_pci_setup()
303 xhci_dbg(xhci, "Got SBRN %u\n", (unsigned int) xhci->sbrn); in xhci_pci_setup()
Dehci-hcd.c364 if (!ehci->sbrn) in ehci_shutdown()
639 ((ehci->sbrn & 0xf0)>>4), (ehci->sbrn & 0x0f), in ehci_run()
669 ehci->sbrn = HCD_USB2; in ehci_setup()
Dehci-pci.c295 pci_read_config_byte(pdev, 0x60, &ehci->sbrn); in ehci_pci_setup()
Dfotg210.h175 u8 sbrn; /* packed release number */ member
Dehci.h233 u8 sbrn; /* packed release number */ member
Doxu210hp-hcd.c462 u8 sbrn; /* packed release number */ member
3106 oxu->sbrn = 0x20; in oxu_reset()
3161 ((oxu->sbrn & 0xf0)>>4), (oxu->sbrn & 0x0f), in oxu_run()
Dfotg210-hcd.c5073 ((fotg210->sbrn & 0xf0) >> 4), (fotg210->sbrn & 0x0f), in fotg210_run()
5104 fotg210->sbrn = HCD_USB2; in fotg210_setup()
Dxhci.h1749 u8 sbrn; member