Searched refs:sc_vendor (Results 1 – 16 of 16) sorted by relevance
| /dragonfly/sys/bus/u4b/controller/ |
| HD | ohci_pci.c | 260 ksprintf(sc->sc_vendor, "AcerLabs"); in ohci_pci_attach() 263 ksprintf(sc->sc_vendor, "AMD"); in ohci_pci_attach() 266 ksprintf(sc->sc_vendor, "Apple"); in ohci_pci_attach() 269 ksprintf(sc->sc_vendor, "ATI"); in ohci_pci_attach() 272 ksprintf(sc->sc_vendor, "CMDTECH"); in ohci_pci_attach() 275 ksprintf(sc->sc_vendor, "NEC"); in ohci_pci_attach() 279 ksprintf(sc->sc_vendor, "nVidia"); in ohci_pci_attach() 282 ksprintf(sc->sc_vendor, "OPTi"); in ohci_pci_attach() 285 ksprintf(sc->sc_vendor, "SiS"); in ohci_pci_attach() 288 ksprintf(sc->sc_vendor, "SUN"); in ohci_pci_attach() [all …]
|
| HD | ehci_pci.c | 347 ksprintf(sc->sc_vendor, "AcerLabs"); in ehci_pci_attach() 350 ksprintf(sc->sc_vendor, "AMD"); in ehci_pci_attach() 353 ksprintf(sc->sc_vendor, "Apple"); in ehci_pci_attach() 356 ksprintf(sc->sc_vendor, "ATI"); in ehci_pci_attach() 359 ksprintf(sc->sc_vendor, "CMDTECH"); in ehci_pci_attach() 362 ksprintf(sc->sc_vendor, "Intel"); in ehci_pci_attach() 365 ksprintf(sc->sc_vendor, "NEC"); in ehci_pci_attach() 368 ksprintf(sc->sc_vendor, "OPTi"); in ehci_pci_attach() 371 ksprintf(sc->sc_vendor, "Philips"); in ehci_pci_attach() 374 ksprintf(sc->sc_vendor, "SiS"); in ehci_pci_attach() [all …]
|
| HD | uhci_pci.c | 304 ksprintf(sc->sc_vendor, "Intel"); in uhci_pci_attach() 307 ksprintf(sc->sc_vendor, "VIA"); in uhci_pci_attach() 314 ksprintf(sc->sc_vendor, "(0x%04x)", pci_get_vendor(self)); in uhci_pci_attach()
|
| HD | uhci.h | 241 char sc_vendor[16]; /* vendor string for root hub */ member
|
| HD | ohci.h | 253 char sc_vendor[16]; member
|
| HD | xhci_pci.c | 278 ksprintf(sc->sc_vendor, "0x%04x", pci_get_vendor(self)); in xhci_pci_attach()
|
| HD | xhci.h | 516 char sc_vendor[16]; member
|
| HD | ehci.h | 359 char sc_vendor[16]; /* vendor string for root hub */ member
|
| HD | ohci.c | 2153 str_ptr = sc->sc_vendor; in ohci_roothub_exec()
|
| HD | uhci.c | 2548 str_ptr = sc->sc_vendor; in uhci_roothub_exec()
|
| HD | ehci.c | 3180 str_ptr = sc->sc_vendor; in ehci_roothub_exec()
|
| HD | xhci.c | 3350 str_ptr = sc->sc_vendor; in xhci_roothub_exec()
|
| /dragonfly/sys/dev/raid/iir/ |
| HD | iir_ctrl.c | 277 if (gdt->sc_vendor == PCI_VENDOR_INTEL) { in iir_ioctl()
|
| HD | iir_pci.c | 212 gdt->sc_vendor = pci_get_vendor(dev); in iir_pci_attach()
|
| HD | iir.h | 597 u_int16_t sc_vendor; member
|
| HD | iir.c | 396 if (gdt->sc_vendor == PCI_VENDOR_INTEL) in iir_init() 1438 if (gdt->sc_vendor == PCI_VENDOR_INTEL) in iir_action()
|