Lines Matching full:amd
97 return ("AMD KERNCZ USB 3.0 controller"); in xhci_pci_match()
99 return ("AMD Starship USB 3.0 controller"); in xhci_pci_match()
101 return ("AMD Matisse USB 3.0 controller"); in xhci_pci_match()
104 return ("AMD Raphael/Granite Ridge USB 3.1 controller"); in xhci_pci_match()
106 return ("AMD Raphael/Granite Ridge USB 2.0 controller"); in xhci_pci_match()
109 return ("AMD Raven USB 3.1 controller"); in xhci_pci_match()
111 return ("AMD X399 USB 3.0 controller"); in xhci_pci_match()
114 return ("AMD 300 Series USB 3.1 controller"); in xhci_pci_match()
116 return ("AMD 400 Series USB 3.1 controller"); in xhci_pci_match()
118 return ("AMD 600 Series USB 3.2 controller"); in xhci_pci_match()
122 return ("AMD FCH USB 3.0 controller"); in xhci_pci_match()
409 strlcpy(sc->sc_vendor, "AMD", sizeof(sc->sc_vendor)); in xhci_pci_attach()