Searched refs:sbrn (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/usb/host/ |
| H A D | ehci-hcd.c | 366 if (!ehci->sbrn) in ehci_shutdown() 652 ((ehci->sbrn & 0xf0)>>4), (ehci->sbrn & 0x0f), rc); in ehci_run() 661 ((ehci->sbrn & 0xf0)>>4), (ehci->sbrn & 0x0f), in ehci_run() 691 ehci->sbrn = HCD_USB2; in ehci_setup()
|
| H A D | xhci-pci.c | 571 u8 sbrn; in xhci_pci_setup() local 590 pci_read_config_byte(pdev, XHCI_SBRN_OFFSET, &sbrn); in xhci_pci_setup() 591 xhci_dbg(xhci, "Got SBRN %u\n", (unsigned int)sbrn); in xhci_pci_setup()
|
| H A D | ehci-pci.c | 316 pci_read_config_byte(pdev, 0x60, &ehci->sbrn); in ehci_pci_setup()
|
| H A D | ehci.h | 237 u8 sbrn; /* packed release number */ member
|
| H A D | oxu210hp-hcd.c | 439 u8 sbrn; /* packed release number */ member 3085 oxu->sbrn = 0x20; in oxu_reset() 3140 ((oxu->sbrn & 0xf0)>>4), (oxu->sbrn & 0x0f), in oxu_run()
|
| /linux/drivers/usb/fotg210/ |
| H A D | fotg210-hcd.h | 175 u8 sbrn; /* packed release number */ member
|
| H A D | fotg210-hcd.c | 5058 ((fotg210->sbrn & 0xf0) >> 4), (fotg210->sbrn & 0x0f), in fotg210_run() 5089 fotg210->sbrn = HCD_USB2; in fotg210_setup()
|