Searched +full:generic +full:- +full:uhci (Results 1 – 22 of 22) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/usb/usb-uhci.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Generic Platform UHCI Controller10 - Greg Kroah-Hartman <gregkh@linuxfoundation.org>15 - const: generic-uhci16 - const: platform-uhci18 - items:19 - enum:[all …]
1 Generic Platform UHCI Controller2 -----------------------------------------------------5 - compatible : "generic-uhci" (deprecated: "platform-uhci")6 - reg : Should contain 1 register ranges(address and length)7 - interrupts : UHCI controller interrupt9 additionally the properties from usb-hcd.yaml (in the current directory) are14 uhci@d8007b00 {15 compatible = "generic-uhci";
2 # GENERIC -- Generic kernel configuration file for FreeBSD/RISC-V7 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config21 ident GENERIC23 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols42 options UFS_GJOURNAL # Enable gjournal-based UFS journaling51 options PSEUDOFS # Pseudo-filesystem framework61 options SYSVSHM # SYSV-style shared memory62 options SYSVMSG # SYSV-style message queues63 options SYSVSEM # SYSV-style semaphores64 options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions[all …]
2 # GENERIC -- Generic kernel configuration file for FreeBSD/powerpc7 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config21 ident GENERIC25 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols32 options PSERIES # PAPR-compliant systems48 options UFS_GJOURNAL # Enable gjournal-based UFS journaling58 options PSEUDOFS # Pseudo-filesyste[all...]
2 # GENERIC64LE -- Generic kernel configuration file for FreeBSD/powerpc64le7 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config21 ident GENERIC25 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols31 options PSERIES # PAPR-compliant systems (e.g. IBM p)32 options POWERNV # Non-virtualized OpenPOWER systems37 options NUMA # Non-Uniform Memory Architecture support53 options UFS_GJOURNAL # Enable gjournal-base[all...]
2 # GENERIC64 -- Generic kernel configuration file for FreeBSD/powerpc647 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config21 ident GENERIC25 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols33 options PSERIES # PAPR-compliant systems (e.g. IBM p)34 options POWERNV # Non-virtualized OpenPOWER systems38 options NUMA # Non-Uniform Memory Architecture support55 options UFS_GJOURNAL # Enable gjournal-base[all...]
13 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols117 #device uhci129 device virtio # Generic VirtIO bus (required)149 device hid # Generic HID support150 device hidbus # Generic HID bus
13 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols110 #device uhci134 device hid # Generic HID support135 device hidbus # Generic HID bus
14 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols16 #makeoptions WERROR="-Werror -Wno-format"40 options UFS_GJOURNAL #Enable gjournal-based UFS journaling111 #device uhci134 device hid # Generic HID support135 device hidbus # Generic HID bus
1 /*-2 * SPDX-License-Identifier: BSD-2-Clause36 * UHCI spec: http://www.intel.com/39 /* The low level controller code for UHCI has been split into40 * PCI probes and UHCI specific code. This was done to facilitate the75 #include <dev/usb/controller/uhci.h>107 return ("Intel 631XESB/632XESB/3100 USB controller USB-1"); in uhci_pci_match()110 return ("Intel 631XESB/632XESB/3100 USB controller USB-2"); in uhci_pci_match()113 return ("Intel 631XESB/632XESB/3100 USB controller USB-3"); in uhci_pci_match()116 return ("Intel 631XESB/632XESB/3100 USB controller USB-4"); in uhci_pci_match()[all …]
2 # GENERIC -- Generic kernel configuration file for FreeBSD/i3867 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config23 ident GENERIC25 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols42 options UFS_GJOURNAL # Enable gjournal-based UFS journaling52 options PSEUDOFS # Pseudo-filesystem framework69 options SYSVSHM # SYSV-styl[all...]
2 # GENERIC -- Generic kernel configuration file for FreeBSD/amd647 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config21 ident GENERIC23 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols27 options NUMA # Non-Uniform Memory Architecture support46 options UFS_GJOURNAL # Enable gjournal-based UFS journaling56 options PSEUDOFS # Pseudo-filesyste[all...]
2 # GENERIC -- Generic(ish) kernel config.7 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config20 ident GENERIC26 makeoptions CONF_CFLAGS="-march=armv7a"84 # ARM Generic Timer95 device ahci # AHCI-compatible SATA controllers129 device p2wi # Allwinner Push-Pull Two Wire180 device uhci187 device axe # USB-Ethernet188 device umass # Disks/Mass storage - Requires scbus and da[all …]
35 .Bd -ragged -offset indent42 .Bd -literal -offset indent52 provides machine-independent bus support and drivers for58 .Bl -tag -width 6n -offset indent78 .Bl -tag -width 6n -offset indent116 .Bl -enum120 If none is found, generic interface class drivers can attach.128 .Bl -tag -width indent152 .Xr uhci 4 ,
1 // SPDX-License-Identifier: GPL-2.0-or-later4 #include <dt-bindings/interrupt-controller/arm-gic.h>5 #include <dt-bindings/interrupt-controller/aspeed-scu-ic.h>6 #include <dt-bindings/clock/ast2600-clock.h>11 #address-cells = <1>;12 #size-cells = <1>;13 interrupt-parent = <&gic>;47 #address-cells = <1>;48 #size-cells = <0>;49 enable-method = "aspeed,ast2600-smp";[all …]
1 // SPDX-License-Identifier: GPL-2.0+2 #include <dt-bindings/clock/aspeed-clock.h>7 #address-cells = <1>;8 #size-cells = <1>;9 interrupt-parent = <&vic>;35 #address-cells = <1>;36 #size-cells = <0>;39 compatible = "arm,arm926ej-s";51 compatible = "simple-bus";52 #address-cells = <1>;[all …]
1 // SPDX-License-Identifier: GPL-2.0+2 #include <dt-bindings/clock/aspeed-clock.h>3 #include <dt-bindings/interrupt-controller/aspeed-scu-ic.h>8 #address-cells = <1>;9 #size-cells = <1>;10 interrupt-parent = <&vic>;36 #address-cells = <1>;37 #size-cells = <0>;40 compatible = "arm,arm1176jzf-s";52 compatible = "simple-bus";[all …]
5 # Date: 2024-11-25 03:15:028 # the PCI ID Project at https://pci-ids.ucw.cz/.14 # (version 2 or higher) or the 3-clause BSD License.25 # device device_name <-- single tab26 # subvendor subdevice subsystem_name <-- two tabs30 # This is a relabelled RTL-813931 8139 AT-2500TX V3 Ethernet41 7a09 PCI-to-PCI Bridge50 7a19 PCI-to-PCI Bridge55 7a29 PCI-to-PCI Bridge[all …]
2 # NOTES -- Lines that can be cut/pasted into kernel and hints configs.11 # Please use ``make LINT'' to create an old-style LINT file if you want to12 # do kernel test-builds.48 # auto-size based on physical memory.66 # after most other flags. Here we use it to inhibit use of non-optimal67 # gcc built-in functions (e.g., memcmp).70 # The following is equivalent to 'config -g KERNELNAME' and creates71 # 'kernel.debug' compiled with -g debugging as well as a normal81 makeoptions CONF_CFLAGS=-fno-builtin #Don't allow use of memcmp, etc.82 #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols[all …]
1 /*-2 * SPDX-License-Identifier: BSD-2-Clause4 * Copyright (c) 2008-2021 Hans Petter Selasky. All rights reserved.81 /* This transfer is used for generic control endpoint transfers */93 /* This transfer is used for generic clear stall only */108 /* This transfer is used for generic control endpoint transfers */119 /* This transfer is used for generic clear stall only */147 /*------------------------------------------------------------------------*149 *------------------------------------------------------------------------*/153 if (xfer->flags_int.usb_mode == USB_MODE_DEVICE) in usb_request_callback()[all …]
1 /*-2 * SPDX-License-Identifier: BSD-2-Clause88 (((cfg)->hdrtype == PCIM_HDRTYPE_NORMAL && reg == PCIR_BIOS) || \89 ((cfg)->hdrtype == PCIM_HDRTYPE_BRIDGE && reg == PCIR_BIOS_1))237 #define PCI_QUIRK_DISABLE_MSI 2 /* Neither MSI nor MSI-X work */240 #define PCI_QUIRK_DISABLE_MSIX 5 /* MSI-X doesn't work */255 * MSI doesn't work with the ServerWorks CNB20-HE Host Bridge256 * or the CMIC-SL (AKA ServerWorks GC_LE).274 * MSI doesn't work with devices behind the AMD 8131 HT-PCIX350 "firmware-assigned ranges fail to allocate during the initial device scan.");[all …]
4 # the check-old* and delete-old* targets.18 OLD_FILES+=usr/tests/usr.sbin/sa/v1-amd64-sav.in19 OLD_FILES+=usr/tests/usr.sbin/sa/v1-amd64-sav.out20 OLD_FILES+=usr/tests/usr.sbin/sa/v1-amd64-u.out21 OLD_FILES+=usr/tests/usr.sbin/sa/v1-amd64-usr.in22 OLD_FILES+=usr/tests/usr.sbin/sa/v1-amd64-usr.out23 OLD_FILES+=usr/tests/usr.sbin/sa/v1-i386-sav.in24 OLD_FILES+=usr/tests/usr.sbin/sa/v1-i386-sav.out25 OLD_FILES+=usr/tests/usr.sbin/sa/v1-i386-u.out26 OLD_FILES+=usr/tests/usr.sbin/sa/v1-i386-usr.in[all …]