Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
Dehci-hcd.c366 if (!ehci->sbrn) in ehci_shutdown()
653 ((ehci->sbrn & 0xf0)>>4), (ehci->sbrn & 0x0f), rc); in ehci_run()
662 ((ehci->sbrn & 0xf0)>>4), (ehci->sbrn & 0x0f), in ehci_run()
692 ehci->sbrn = HCD_USB2; in ehci_setup()
Dxhci-pci.c550 u8 sbrn; in xhci_pci_setup() local
567 pci_read_config_byte(pdev, XHCI_SBRN_OFFSET, &sbrn); in xhci_pci_setup()
568 xhci_dbg(xhci, "Got SBRN %u\n", (unsigned int)sbrn); in xhci_pci_setup()
Dehci-pci.c317 pci_read_config_byte(pdev, 0x60, &ehci->sbrn); in ehci_pci_setup()
Dehci.h237 u8 sbrn; /* packed release number */ member
Doxu210hp-hcd.c438 u8 sbrn; /* packed release number */ member
3084 oxu->sbrn = 0x20; in oxu_reset()
3139 ((oxu->sbrn & 0xf0)>>4), (oxu->sbrn & 0x0f), in oxu_run()
/linux-6.12.1/drivers/usb/fotg210/
Dfotg210-hcd.h175 u8 sbrn; /* packed release number */ member
Dfotg210-hcd.c5059 ((fotg210->sbrn & 0xf0) >> 4), (fotg210->sbrn & 0x0f), in fotg210_run()
5090 fotg210->sbrn = HCD_USB2; in fotg210_setup()