Searched refs:legsup (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | pci-quirks.c | 674 u16 legsup; in uhci_check_and_reset_hc() local 687 pci_read_config_word(pdev, UHCI_USBLEGSUP, &legsup); in uhci_check_and_reset_hc() 688 if (legsup & ~(UHCI_USBLEGSUP_RO | UHCI_USBLEGSUP_RWC)) { in uhci_check_and_reset_hc() 689 dev_dbg(&pdev->dev, "%s: legsup = 0x%04x\n", in uhci_check_and_reset_hc() 690 __func__, legsup); in uhci_check_and_reset_hc()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | pci-quirks.c | 672 u16 legsup; in uhci_check_and_reset_hc() local 685 pci_read_config_word(pdev, UHCI_USBLEGSUP, &legsup); in uhci_check_and_reset_hc() 686 if (legsup & ~(UHCI_USBLEGSUP_RO | UHCI_USBLEGSUP_RWC)) { in uhci_check_and_reset_hc() 687 dev_dbg(&pdev->dev, "%s: legsup = 0x%04x\n", in uhci_check_and_reset_hc() 688 __func__, legsup); in uhci_check_and_reset_hc()
|
Completed in 4 milliseconds