Searched refs:sbrn (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/drivers/usb/host/ |
D | xhci-pci.c | 323 if (!xhci->sbrn) in xhci_pci_setup() 324 pci_read_config_byte(pdev, XHCI_SBRN_OFFSET, &xhci->sbrn); in xhci_pci_setup() 339 xhci_dbg(xhci, "Got SBRN %u\n", (unsigned int) xhci->sbrn); in xhci_pci_setup()
|
D | ehci-hcd.c | 365 if (!ehci->sbrn) in ehci_shutdown() 640 ((ehci->sbrn & 0xf0)>>4), (ehci->sbrn & 0x0f), in ehci_run() 670 ehci->sbrn = HCD_USB2; in ehci_setup()
|
D | ehci-pci.c | 301 pci_read_config_byte(pdev, 0x60, &ehci->sbrn); in ehci_pci_setup()
|
D | fotg210.h | 175 u8 sbrn; /* packed release number */ member
|
D | ehci.h | 233 u8 sbrn; /* packed release number */ member
|
D | oxu210hp-hcd.c | 463 u8 sbrn; /* packed release number */ member 3108 oxu->sbrn = 0x20; in oxu_reset() 3163 ((oxu->sbrn & 0xf0)>>4), (oxu->sbrn & 0x0f), in oxu_run()
|
D | fotg210-hcd.c | 5070 ((fotg210->sbrn & 0xf0) >> 4), (fotg210->sbrn & 0x0f), in fotg210_run() 5101 fotg210->sbrn = HCD_USB2; in fotg210_setup()
|
D | xhci.h | 1755 u8 sbrn; member
|