Home
last modified time | relevance | path

Searched refs:generic (Results 1 – 25 of 211) sorted by relevance

123456789

/u-boot/arch/arm/dts/
A Dstih410-b2260-u-boot.dtsi18 compatible = "generic-ohci";
22 compatible = "generic-ehci";
26 compatible = "generic-ohci";
30 compatible = "generic-ehci";
A Dhi3798cv200-u-boot.dtsi5 * 2) provide support for the generic-ehci USB driver currently not available
21 compatible = "generic-ehci";
A Dexynos4210-pinctrl-uboot.dtsi3 * U-Boot additions to enable a generic Exynos GPIO driver
/u-boot/
A DKbuild6 # Generate generic-asm-offsets.h
8 generic-offsets-file := include/generated/generic-asm-offsets.h
10 always := $(generic-offsets-file)
13 $(obj)/$(generic-offsets-file): $(obj)/lib/asm-offsets.s FORCE
/u-boot/doc/device-tree-bindings/usb/
A Dmarvell.xhci-usb.txt4 It uses the same properties as a generic XHCI host controller
8 - "marvell,armada3700-xhci", "generic-xhci" for Armada 37xx SoCs
9 - "marvell,armada-8k-xhci", "generic-xhci" for Armada A8K SoCs
22 "generic-xhci";
A Ddwc2.txt18 - snps,dwc2: A generic DWC2 USB controller with default parameters.
29 Refer to clk/clock-bindings.txt for generic clock consumer properties
34 Refer to phy/phy-bindings.txt for generic phy consumer properties
36 Refer to usb/generic.txt
/u-boot/doc/device-tree-bindings/spi/
A Dspi-ath79.txt6 - #address-cells: <1>, as required by generic SPI binding.
7 - #size-cells: <0>, also as required by generic SPI binding.
9 Child nodes as per the generic SPI binding.
A Dspi-atcspi200.txt11 - #address-cells: <1>, as required by generic SPI binding.
12 - #size-cells: <0>, also as required by generic SPI binding.
A Dspi-mcf-dspi.txt5 - #address-cells: <1>, as required by generic SPI binding
6 - #size-cells: <0>, also as required by generic SPI binding
A Dsnps,dw-apb-ssi.txt25 - #address-cells : <1>, as required by generic SPI binding.
26 - #size-cells : <0>, also as required by generic SPI binding.
41 Child nodes as per the generic SPI binding.
/u-boot/board/xilinx/microblaze-generic/
A DMAINTAINERS5 F: board/xilinx/microblaze-generic/
6 F: include/configs/microblaze-generic.h
A DKconfig4 default "microblaze-generic"
11 default "microblaze-generic"
A DMakefile6 obj-y = microblaze-generic.o
/u-boot/arch/microblaze/
A DKconfig12 bool "Support microblaze-generic"
27 source "board/xilinx/microblaze-generic/Kconfig"
/u-boot/doc/
A DREADME.generic-board11 initialisation slightly differently. To address this, a new 'generic board
33 The full text of the original generic board series is reproduced below.
37 This series creates a generic board.c implementation which contains
70 This series removes the dependency on generic relocation. So relocation
81 of simply enabling generic board support for an architecture. It is then up
85 with the generic approach, and enough boards run.
95 A generic global_data structure is also required. This might upset a few
103 Similarly we need a generic bd_info structure, since generic code will
112 cleanup series and the generic relocation series) the goal is the
/u-boot/arch/arm/cpu/armv8/s32v234/
A DMakefile5 obj-y += generic.o
/u-boot/arch/arm/cpu/arm920t/imx/
A DMakefile6 obj-y += generic.o
/u-boot/arch/arm/cpu/arm926ejs/mx25/
A DMakefile7 obj-y += generic.o timer.o reset.o relocate.o
/u-boot/arch/arm/cpu/arm926ejs/mx27/
A DMakefile7 obj-y += generic.o timer.o reset.o relocate.o
/u-boot/arch/arm/cpu/arm1136/mx35/
A DMakefile8 obj-y += generic.o
/u-boot/arch/arm/cpu/arm1136/mx31/
A DMakefile6 obj-y += generic.o
/u-boot/drivers/sysreset/
A DKconfig116 Reboot support for generic SYSCON mapped register reset.
122 Reboot support for generic watchdog reset.
128 Reboot support using generic reset controller.
134 Reboot support for generic x86 processor reset.
140 Reboot support for generic x86 processor reset in SPL.
146 Reboot support for generic x86 processor reset in TPL.
/u-boot/arch/arm/cpu/armv7/vf610/
A DMakefile5 obj-y += generic.o
/u-boot/drivers/tee/
A DKconfig7 This implements a generic interface towards a Trusted Execution
22 This emulates a generic TEE needed for testing including the AVB
/u-boot/drivers/usb/host/
A Dxhci-ring.c97 chain = le32_to_cpu(ring->enqueue->generic.field[3]) & TRB_CHAIN; in inc_enq()
191 trb = &ring->enqueue->generic; in queue_trb()
464 le32_to_cpu(event->generic.field[2])) != in xhci_wait_for_event()
469 le32_to_cpu(event->generic.field[0]), in xhci_wait_for_event()
470 le32_to_cpu(event->generic.field[1]), in xhci_wait_for_event()
471 le32_to_cpu(event->generic.field[2]), in xhci_wait_for_event()
472 le32_to_cpu(event->generic.field[3])); in xhci_wait_for_event()
641 start_trb = &ring->enqueue->generic; in xhci_bulk_tx()
830 start_trb = &ep_ring->enqueue->generic; in xhci_ctrl_tx()

Completed in 16 milliseconds

123456789