Searched refs:controller (Results 101 - 125 of 182) sorted by relevance

12345678

/freebsd-11-stable/sys/dev/usb/controller/
H A Dxhci_mv.c29 __FBSDID("$FreeBSD: stable/11/sys/dev/usb/controller/xhci_mv.c 308401 2016-11-07 08:36:06Z hselasky $");
64 #include <dev/usb/controller/xhci.h>
65 #include <dev/usb/controller/xhcireg.h>
67 #define XHCI_HC_DEVSTR "Marvell Integrated USB 3.0 controller"
155 device_printf(dev, "Failed to start XHCI controller, with error %d\n", err);
H A Ddwc_otg_fdt.c27 __FBSDID("$FreeBSD: stable/11/sys/dev/usb/controller/dwc_otg_fdt.c 356648 2020-01-12 04:05:18Z kevans $");
55 #include <dev/usb/controller/dwc_otg.h>
56 #include <dev/usb/controller/dwc_otg_fdt.h>
71 device_set_desc(dev, "DWC OTG 2.0 integrated USB controller");
H A Duss820dci_atmelarm.c2 __FBSDID("$FreeBSD: stable/11/sys/dev/usb/controller/uss820dci_atmelarm.c 308401 2016-11-07 08:36:06Z hselasky $");
59 #include <dev/usb/controller/uss820dci.h>
H A Dehci_fsl.c54 #include <dev/usb/controller/ehci.h>
55 #include <dev/usb/controller/ehcireg.h>
222 device_set_desc(dev, "Freescale integrated EHCI controller");
331 device_printf(self, "Could not reset the controller\n");
H A Dehci_mv.c37 __FBSDID("$FreeBSD: stable/11/sys/dev/usb/controller/ehci_mv.c 308401 2016-11-07 08:36:06Z hselasky $");
73 #include <dev/usb/controller/ehci.h>
74 #include <dev/usb/controller/ehcireg.h>
80 #define EHCI_HC_DEVSTR "Marvell Integrated USB 2.0 controller"
166 * Marvell EHCI host controller registers start at certain offset
189 * Notice: Marvell EHCI controller has TWO interrupt lines, so make
190 * sure to use the correct rid for the main one (controller interrupt)
233 * Workaround for Marvell integrated EHCI controller: reset of
H A Dgeneric_ohci.c33 __FBSDID("$FreeBSD: stable/11/sys/dev/usb/controller/generic_ohci.c 332025 2018-04-04 13:23:06Z mmel $");
57 #include <dev/usb/controller/ohci.h>
58 #include <dev/usb/controller/ohcireg.h>
226 * Put the controller into reset, then disable clocks and do
H A Dehci_ixp4xx.c30 __FBSDID("$FreeBSD: stable/11/sys/dev/usb/controller/ehci_ixp4xx.c 308401 2016-11-07 08:36:06Z hselasky $");
63 #include <dev/usb/controller/ehci.h>
64 #include <dev/usb/controller/ehcireg.h>
70 #define EHCI_HC_DEVSTR "IXP4XX Integrated USB 2.0 controller"
191 * as well save a reg write). Also, the controller has an embedded
H A Duhci_pci.c32 __FBSDID("$FreeBSD: stable/11/sys/dev/usb/controller/uhci_pci.c 308401 2016-11-07 08:36:06Z hselasky $");
39 /* The low level controller code for UHCI has been split into
75 #include <dev/usb/controller/uhci.h>
76 #include <dev/usb/controller/uhcireg.h>
105 return ("Intel 631XESB/632XESB/3100 USB controller USB-1");
108 return ("Intel 631XESB/632XESB/3100 USB controller USB-2");
111 return ("Intel 631XESB/632XESB/3100 USB controller USB-3");
114 return ("Intel 631XESB/632XESB/3100 USB controller USB-4");
117 return ("Intel 82371SB (PIIX3) USB controller");
120 return ("Intel 82371AB/EB (PIIX4) USB controller");
[all...]
H A Dehci_imx.c33 __FBSDID("$FreeBSD: stable/11/sys/dev/usb/controller/ehci_imx.c 346520 2019-04-22 04:07:51Z ian $");
36 * EHCI driver for Freescale i.MX SoCs which incorporate the USBOH3 controller.
56 #include <dev/usb/controller/ehci.h>
57 #include <dev/usb/controller/ehcireg.h>
89 * control register for each of the 4 usb controller instances. That little
302 device_set_desc(dev, "Freescale i.MX integrated USB controller");
456 * code into the standard controller code.
/freebsd-11-stable/sys/arm/at91/
H A Dat91_ohci.c57 #include <dev/usb/controller/ohci.h>
58 #include <dev/usb/controller/ohcireg.h>
81 device_set_desc(dev, "AT91 integrated OHCI controller");
174 * Put the controller into reset, then disable clocks and do
H A Dat91_ohci_fdt.c57 #include <dev/usb/controller/ohci.h>
58 #include <dev/usb/controller/ohcireg.h>
86 device_set_desc(dev, "AT91 integrated OHCI controller");
181 * Put the controller into reset, then disable clocks and do
/freebsd-11-stable/sys/arm/samsung/exynos/
H A Dexynos5_xhci.c49 #include <dev/usb/controller/xhci.h>
50 #include <dev/usb/controller/xhcireg.h>
148 device_set_desc(dev, "Exynos USB 3.0 controller");
161 printf("It is not DWC3 controller\n");
165 /* Reset controller */
271 device_printf(dev, "Starting controller\n");
/freebsd-11-stable/sys/arm/cavium/cns11xx/
H A Dohci_ec.c58 #include <dev/usb/controller/ohci.h>
59 #include <dev/usb/controller/ohcireg.h>
78 device_set_desc(dev, "Econa integrated OHCI controller");
H A Dehci_ebus.c72 #include <dev/usb/controller/ehci.h>
73 #include <dev/usb/controller/ehcireg.h>
/freebsd-11-stable/etc/
H A Ddevd.conf21 set scsi-controller-regex
174 device-name "$scsi-controller-regex";
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_atombios.c2024 DRM_INFO("Possible %s thermal controller at 0x%02x\n",
2190 ATOM_PPLIB_THERMALCONTROLLER *controller)
2195 if (controller->ucType > 0) {
2196 if (controller->ucType == ATOM_PP_THERMALCONTROLLER_RV6xx) {
2197 DRM_INFO("Internal thermal controller %s fan control\n",
2198 (controller->ucFanParameters &
2201 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_RV770) {
2202 DRM_INFO("Internal thermal controller %s fan control\n",
2203 (controller->ucFanParameters &
2206 } else if (controller
2189 radeon_atombios_add_pplib_thermal_controller(struct radeon_device *rdev, ATOM_PPLIB_THERMALCONTROLLER *controller) argument
[all...]
/freebsd-11-stable/sys/dev/ida/
H A Didavar.h30 * software structures for the Compaq RAID controller
95 #define IDA_CONTROLLER 0 /* drive "number" for controller */
123 * flags for the controller
177 struct ida_softc *controller; member in struct:idad_softc
179 int drive; /* per controller */
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscic_sds_phy.h284 * the last controller reset or counter clear. Note that these are only
349 * @brief This macro returns the controller for this phy
519 struct SCIC_SDS_CONTROLLER * controller,
H A Dscif_sas_smp_phy.c103 * phy to controller's smp phy memory.
113 SCIF_SAS_CONTROLLER_T * fw_controller = owning_device->domain->controller;
/freebsd-11-stable/stand/usb/
H A Dusbcore.mk47 ${S}/dev/usb/controller \
66 # USB controller drivers
/freebsd-11-stable/stand/i386/pxeldr/
H A Dpxeldr.S235 * keyboard controller to get ready (65K x ISA access time). If
237 * legacy-free and simply doesn't have a keyboard controller.
/freebsd-11-stable/sys/arm/nvidia/
H A Dtegra_ehci.c58 #include <dev/usb/controller/ehci.h>
59 #include <dev/usb/controller/ehcireg.h>
93 device_printf(ehci_softc->sc_bus.bdev, "set host controller mode\n");
105 device_set_desc(dev, "Nvidia Tegra EHCI controller");
/freebsd-11-stable/sys/arm/allwinner/
H A Da10_ehci.c58 #include <dev/usb/controller/ehci.h>
59 #include <dev/usb/controller/ehcireg.h>
66 #define EHCI_HC_DEVSTR "Allwinner Integrated USB 2.0 controller"
/freebsd-11-stable/sys/arm/ti/usb/
H A Domap_ehci.c53 #include <dev/usb/controller/ehci.h>
54 #include <dev/usb/controller/ehcireg.h>
124 #define OMAP_EHCI_HC_DEVSTR "TI OMAP USB 2.0 controller"
205 * omap_ehci_init - initialises the USB host EHCI controller
229 * which the host controller issues interrupts. We set it to 1 microframe
275 * omap_ehci_attach - driver entry point, sets up the ECHI controller/driver
278 * Sets up bus spaces, interrupt handles, etc for the EHCI controller. It also
359 /* Finally we are ready to kick off the ECHI host controller */
/freebsd-11-stable/sys/arm/xilinx/
H A Dzy7_ehci.c30 * A host-controller driver for Zynq-7000's USB OTG controller.
34 * controller and register definitions are in appendix B.34.
71 #include <dev/usb/controller/ehci.h>
72 #include <dev/usb/controller/ehcireg.h>
214 device_set_desc(dev, "Zynq-7000 EHCI USB 2.0 controller");
275 device_set_desc(sc->sc_bus.bdev, "Zynq-7000 ehci USB 2.0 controller");

Completed in 189 milliseconds

12345678