Searched refs:sbrn (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/usb/host/ |
D | xhci-pci.c | 215 if (!xhci->sbrn) in xhci_pci_setup() 216 pci_read_config_byte(pdev, XHCI_SBRN_OFFSET, &xhci->sbrn); in xhci_pci_setup() 225 xhci_dbg(xhci, "Got SBRN %u\n", (unsigned int) xhci->sbrn); in xhci_pci_setup()
|
D | ehci-pci.c | 309 pci_read_config_byte(pdev, 0x60, &ehci->sbrn); in ehci_pci_setup()
|
D | ehci-hcd.c | 640 ((ehci->sbrn & 0xf0)>>4), (ehci->sbrn & 0x0f), in ehci_run() 670 ehci->sbrn = HCD_USB2; in ehci_setup()
|
D | oxu210hp.h | 432 u8 sbrn; /* packed release number */ member
|
D | fotg210.h | 174 u8 sbrn; /* packed release number */ member
|
D | ehci.h | 242 u8 sbrn; /* packed release number */ member
|
D | oxu210hp-hcd.c | 2696 oxu->sbrn = 0x20; in oxu_reset() 2751 ((oxu->sbrn & 0xf0)>>4), (oxu->sbrn & 0x0f), in oxu_run()
|
D | xhci.h | 1527 u8 sbrn; member
|
D | fotg210-hcd.c | 5108 ((fotg210->sbrn & 0xf0) >> 4), (fotg210->sbrn & 0x0f), in fotg210_run() 5139 fotg210->sbrn = HCD_USB2; in fotg210_setup()
|
D | xhci.c | 4882 if (xhci->sbrn == 0x31) { in xhci_gen_setup()
|