Searched refs:sbrn (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/drivers/usb/host/ |
D | xhci-pci.c | 215 pci_read_config_byte(pdev, XHCI_SBRN_OFFSET, &xhci->sbrn); in xhci_pci_setup() 216 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 | 639 ((ehci->sbrn & 0xf0)>>4), (ehci->sbrn & 0x0f), in ehci_run() 669 ehci->sbrn = HCD_USB2; in ehci_setup()
|
D | oxu210hp.h | 432 u8 sbrn; /* packed release number */ member
|
D | fotg210.h | 168 u8 sbrn; /* packed release number */ member
|
D | fusbh200.h | 167 u8 sbrn; /* packed release number */ member
|
D | ehci.h | 241 u8 sbrn; /* packed release number */ member
|
D | oxu210hp-hcd.c | 2697 oxu->sbrn = 0x20; in oxu_reset() 2756 ((oxu->sbrn & 0xf0)>>4), (oxu->sbrn & 0x0f), in oxu_run()
|
D | xhci.h | 1467 u8 sbrn; member
|
D | fusbh200-hcd.c | 5221 ((fusbh200->sbrn & 0xf0)>>4), (fusbh200->sbrn & 0x0f), in fusbh200_run() 5250 fusbh200->sbrn = HCD_USB2; in fusbh200_setup()
|
D | fotg210-hcd.c | 5303 ((fotg210->sbrn & 0xf0)>>4), (fotg210->sbrn & 0x0f), in fotg210_run() 5334 fotg210->sbrn = HCD_USB2; in fotg210_setup()
|