Searched refs:generic (Results 1 – 25 of 211) sorted by relevance
123456789
/u-boot/arch/arm/dts/ |
A D | stih410-b2260-u-boot.dtsi | 18 compatible = "generic-ohci"; 22 compatible = "generic-ehci"; 26 compatible = "generic-ohci"; 30 compatible = "generic-ehci";
|
A D | hi3798cv200-u-boot.dtsi | 5 * 2) provide support for the generic-ehci USB driver currently not available 21 compatible = "generic-ehci";
|
A D | exynos4210-pinctrl-uboot.dtsi | 3 * U-Boot additions to enable a generic Exynos GPIO driver
|
/u-boot/ |
A D | Kbuild | 6 # 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 D | marvell.xhci-usb.txt | 4 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 D | dwc2.txt | 18 - 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 D | spi-ath79.txt | 6 - #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 D | spi-atcspi200.txt | 11 - #address-cells: <1>, as required by generic SPI binding. 12 - #size-cells: <0>, also as required by generic SPI binding.
|
A D | spi-mcf-dspi.txt | 5 - #address-cells: <1>, as required by generic SPI binding 6 - #size-cells: <0>, also as required by generic SPI binding
|
A D | snps,dw-apb-ssi.txt | 25 - #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 D | MAINTAINERS | 5 F: board/xilinx/microblaze-generic/ 6 F: include/configs/microblaze-generic.h
|
A D | Kconfig | 4 default "microblaze-generic" 11 default "microblaze-generic"
|
A D | Makefile | 6 obj-y = microblaze-generic.o
|
/u-boot/arch/microblaze/ |
A D | Kconfig | 12 bool "Support microblaze-generic" 27 source "board/xilinx/microblaze-generic/Kconfig"
|
/u-boot/doc/ |
A D | README.generic-board | 11 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 D | Makefile | 5 obj-y += generic.o
|
/u-boot/arch/arm/cpu/arm920t/imx/ |
A D | Makefile | 6 obj-y += generic.o
|
/u-boot/arch/arm/cpu/arm926ejs/mx25/ |
A D | Makefile | 7 obj-y += generic.o timer.o reset.o relocate.o
|
/u-boot/arch/arm/cpu/arm926ejs/mx27/ |
A D | Makefile | 7 obj-y += generic.o timer.o reset.o relocate.o
|
/u-boot/arch/arm/cpu/arm1136/mx35/ |
A D | Makefile | 8 obj-y += generic.o
|
/u-boot/arch/arm/cpu/arm1136/mx31/ |
A D | Makefile | 6 obj-y += generic.o
|
/u-boot/drivers/sysreset/ |
A D | Kconfig | 116 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 D | Makefile | 5 obj-y += generic.o
|
/u-boot/drivers/tee/ |
A D | Kconfig | 7 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 D | xhci-ring.c | 97 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