Searched refs:sbrn (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/usb/host/ |
D | xhci-pci.c | 263 if (!xhci->sbrn) in xhci_pci_setup() 264 pci_read_config_byte(pdev, XHCI_SBRN_OFFSET, &xhci->sbrn); in xhci_pci_setup() 276 xhci_dbg(xhci, "Got SBRN %u\n", (unsigned int) xhci->sbrn); in xhci_pci_setup()
|
D | ehci-hcd.c | 364 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()
|
D | ehci-pci.c | 295 pci_read_config_byte(pdev, 0x60, &ehci->sbrn); in ehci_pci_setup()
|
D | oxu210hp.h | 433 u8 sbrn; /* packed release number */ member
|
D | fotg210.h | 175 u8 sbrn; /* packed release number */ member
|
D | ehci.h | 233 u8 sbrn; /* packed release number */ member
|
D | oxu210hp-hcd.c | 2674 oxu->sbrn = 0x20; in oxu_reset() 2729 ((oxu->sbrn & 0xf0)>>4), (oxu->sbrn & 0x0f), in oxu_run()
|
D | fotg210-hcd.c | 5067 ((fotg210->sbrn & 0xf0) >> 4), (fotg210->sbrn & 0x0f), in fotg210_run() 5098 fotg210->sbrn = HCD_USB2; in fotg210_setup()
|
D | xhci.h | 1731 u8 sbrn; member
|