Home
last modified time | relevance | path

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

123456

/rk3399_rockchip-uboot/
H A DKbuild4 # 1) Generate generic-asm-offsets.h
34 # 1) Generate generic-asm-offsets.h
36 generic-offsets-file := include/generated/generic-asm-offsets.h
38 always := $(generic-offsets-file)
46 $(obj)/$(generic-offsets-file): lib/asm-offsets.s FORCE
/rk3399_rockchip-uboot/doc/device-tree-bindings/usb/
H 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";
H 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
/rk3399_rockchip-uboot/doc/device-tree-bindings/spi/
H 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.
/rk3399_rockchip-uboot/board/xilinx/microblaze-generic/
H A DMAINTAINERS4 F: board/xilinx/microblaze-generic/
5 F: include/configs/microblaze-generic.h
H A DKconfig4 default "microblaze-generic"
11 default "microblaze-generic"
H A DMakefile8 obj-y = microblaze-generic.o
H A Dxparameters.h14 #define XILINX_BOARD_NAME microblaze-generic
/rk3399_rockchip-uboot/arch/microblaze/
H A DKconfig12 bool "Support microblaze-generic"
22 source "board/xilinx/microblaze-generic/Kconfig"
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dhi3798cv200-u-boot.dtsi4 * 2) provide support for the generic-ehci USB driver currently not available
14 compatible = "generic-ehci";
/rk3399_rockchip-uboot/doc/
H A DREADME.generic-board13 initialisation slightly differently. To address this, a new 'generic board
35 The full text of the original generic board series is reproduced below.
39 This series creates a generic board.c implementation which contains
72 This series removes the dependency on generic relocation. So relocation
83 of simply enabling generic board support for an architecture. It is then up
87 with the generic approach, and enough boards run.
97 A generic global_data structure is also required. This might upset a few
105 Similarly we need a generic bd_info structure, since generic code will
114 cleanup series and the generic relocation series) the goal is the
/rk3399_rockchip-uboot/arch/arc/dts/
H A Dhsdk.dts42 compatible = "generic-ehci";
47 compatible = "generic-ohci";
H A Daxs10x_mb.dtsi47 compatible = "generic-ehci";
53 compatible = "generic-ohci";
/rk3399_rockchip-uboot/drivers/clk/at91/
H A DKconfig11 clock, matrix clock and generic clock.
40 This option is used to enable the AT91 generic clock
43 clock is the generic clock (GCLK) and is managed by
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/s32v234/
H A DMakefile7 obj-y += generic.o
/rk3399_rockchip-uboot/arch/arm/cpu/arm920t/imx/
H A DMakefile8 obj-y += generic.o
/rk3399_rockchip-uboot/board/samsung/common/
H A Dexynos5-dt-types.c163 const char *generic = ""; in get_board_type() local
166 return generic; in get_board_type()
/rk3399_rockchip-uboot/configs/
H A Dk2g_evm_defconfig32 CONFIG_OF_LIST="keystone-k2g-generic keystone-k2g-evm keystone-k2g-ice"
55 >>>>>>> 4dd76d0... usb: host: replace xhci-keystone driver by the generic dwc3 driver
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mx25/
H A DMakefile7 obj-y = generic.o timer.o reset.o
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mx27/
H A DMakefile7 obj-y = generic.o reset.o timer.o
/rk3399_rockchip-uboot/arch/arm/cpu/arm1136/mx31/
H A DMakefile8 obj-y += generic.o
/rk3399_rockchip-uboot/arch/arm/cpu/arm1136/mx35/
H A DMakefile10 obj-y += generic.o
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci-ring.c95 chain = le32_to_cpu(ring->enqueue->generic.field[3]) & TRB_CHAIN; in inc_enq()
189 trb = &ring->enqueue->generic; in queue_trb()
457 le32_to_cpu(event->generic.field[2])) != in xhci_wait_for_event()
462 le32_to_cpu(event->generic.field[0]), in xhci_wait_for_event()
463 le32_to_cpu(event->generic.field[1]), in xhci_wait_for_event()
464 le32_to_cpu(event->generic.field[2]), in xhci_wait_for_event()
465 le32_to_cpu(event->generic.field[3])); in xhci_wait_for_event()
673 start_trb = &ring->enqueue->generic; in xhci_bulk_tx()
860 start_trb = &ep_ring->enqueue->generic; in xhci_ctrl_tx()
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/vf610/
H A DMakefile7 obj-y += generic.o
/rk3399_rockchip-uboot/drivers/irq/
H A DMakefile14 obj-y += irq-generic.o

123456