| /rk3399_rockchip-uboot/ |
| H A D | Kbuild | 4 # 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 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";
|
| H 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
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/spi/ |
| H 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.
|
| /rk3399_rockchip-uboot/board/xilinx/microblaze-generic/ |
| H A D | MAINTAINERS | 4 F: board/xilinx/microblaze-generic/ 5 F: include/configs/microblaze-generic.h
|
| H A D | Kconfig | 4 default "microblaze-generic" 11 default "microblaze-generic"
|
| H A D | Makefile | 8 obj-y = microblaze-generic.o
|
| H A D | xparameters.h | 14 #define XILINX_BOARD_NAME microblaze-generic
|
| /rk3399_rockchip-uboot/arch/microblaze/ |
| H A D | Kconfig | 12 bool "Support microblaze-generic" 22 source "board/xilinx/microblaze-generic/Kconfig"
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | hi3798cv200-u-boot.dtsi | 4 * 2) provide support for the generic-ehci USB driver currently not available 14 compatible = "generic-ehci";
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.generic-board | 13 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 D | hsdk.dts | 42 compatible = "generic-ehci"; 47 compatible = "generic-ohci";
|
| H A D | axs10x_mb.dtsi | 47 compatible = "generic-ehci"; 53 compatible = "generic-ohci";
|
| /rk3399_rockchip-uboot/drivers/clk/at91/ |
| H A D | Kconfig | 11 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 D | Makefile | 7 obj-y += generic.o
|
| /rk3399_rockchip-uboot/arch/arm/cpu/arm920t/imx/ |
| H A D | Makefile | 8 obj-y += generic.o
|
| /rk3399_rockchip-uboot/board/samsung/common/ |
| H A D | exynos5-dt-types.c | 163 const char *generic = ""; in get_board_type() local 166 return generic; in get_board_type()
|
| /rk3399_rockchip-uboot/configs/ |
| H A D | k2g_evm_defconfig | 32 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 D | Makefile | 7 obj-y = generic.o timer.o reset.o
|
| /rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mx27/ |
| H A D | Makefile | 7 obj-y = generic.o reset.o timer.o
|
| /rk3399_rockchip-uboot/arch/arm/cpu/arm1136/mx31/ |
| H A D | Makefile | 8 obj-y += generic.o
|
| /rk3399_rockchip-uboot/arch/arm/cpu/arm1136/mx35/ |
| H A D | Makefile | 10 obj-y += generic.o
|
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | xhci-ring.c | 95 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 D | Makefile | 7 obj-y += generic.o
|
| /rk3399_rockchip-uboot/drivers/irq/ |
| H A D | Makefile | 14 obj-y += irq-generic.o
|