| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | ati_radeon_fb.h | 32 #define IS_RV100_VARIANT(rinfo) (((rinfo)->family == CHIP_FAMILY_RV100) || \ 33 ((rinfo)->family == CHIP_FAMILY_RV200) || \ 34 ((rinfo)->family == CHIP_FAMILY_RS100) || \ 35 ((rinfo)->family == CHIP_FAMILY_RS200) || \ 36 ((rinfo)->family == CHIP_FAMILY_RV250) || \ 37 ((rinfo)->family == CHIP_FAMILY_RV280) || \ 38 ((rinfo)->family == CHIP_FAMILY_RS300)) 40 #define IS_R300_VARIANT(rinfo) (((rinfo)->family == CHIP_FAMILY_R300) || \ 41 ((rinfo)->family == CHIP_FAMILY_RV350) || \ 42 ((rinfo)->family == CHIP_FAMILY_R350) || \ [all …]
|
| H A D | ati_radeon_fb.c | 111 if ((rinfo->family == CHIP_FAMILY_RS100) || in radeon_identify_vram() 112 (rinfo->family == CHIP_FAMILY_RS200) || in radeon_identify_vram() 113 (rinfo->family == CHIP_FAMILY_RS300)) { in radeon_identify_vram() 126 if ((rinfo->family == CHIP_FAMILY_RS100) || in radeon_identify_vram() 127 (rinfo->family == CHIP_FAMILY_RS200)) { in radeon_identify_vram() 159 if ((rinfo->family >= CHIP_FAMILY_R300) || in radeon_identify_vram() 174 } else if ((rinfo->family == CHIP_FAMILY_RV100) || in radeon_identify_vram() 175 (rinfo->family == CHIP_FAMILY_RS100) || in radeon_identify_vram() 176 (rinfo->family == CHIP_FAMILY_RS200)){ in radeon_identify_vram() 246 if (rinfo->family == CHIP_FAMILY_R300 || in radeon_write_pll_regs() [all …]
|
| /rk3399_rockchip-uboot/drivers/fpga/ |
| H A D | altera.c | 23 enum altera_family family; member 55 if ((desc->family < min_altera_type) || in altera_validate() 56 (desc->family > max_altera_type)) { in altera_validate() 57 printf("%s: Invalid family type, %d\n", fn, desc->family); in altera_validate() 86 if (desc->family == altera_fpga[i].family) in altera_desc_to_fpga() 91 printf("%s: Unsupported family type, %d\n", fn, desc->family); in altera_desc_to_fpga()
|
| H A D | lattice.c | 264 if ((desc->family > min_lattice_type) && in lattice_validate() 265 (desc->family < max_lattice_type)) { in lattice_validate() 279 fn, desc->family); in lattice_validate() 297 switch (desc->family) { in lattice_load() 314 __func__, desc->family); in lattice_load() 335 switch (desc->family) { in lattice_info() 341 printf("Unknown family type, %d\n", desc->family); in lattice_info() 360 switch (desc->family) { in lattice_info()
|
| H A D | xilinx.c | 183 switch (desc->family) { in xilinx_info() 201 printf ("Unknown family type, %d\n", desc->family); in xilinx_info() 264 if ((desc->family > min_xilinx_type) && in xilinx_validate() 265 (desc->family < max_xilinx_type)) { in xilinx_validate() 276 printf ("%s: Invalid family type, %d\n", fn, desc->family); in xilinx_validate()
|
| /rk3399_rockchip-uboot/arch/arm/mach-exynos/ |
| H A D | Kconfig | 8 bool "Exynos4 SoC family" 12 Samsung Exynos4 SoC family are based on ARM Cortex-A9 CPU. There 13 are multiple SoCs in this family including Exynos4210, Exynos4412, 17 bool "Exynos5 SoC family" 28 Samsung Exynos5 SoC family are based on ARM Cortex-A15 CPU (and 30 in this family including Exynos5250, Exynos5420 and Exynos5800. 33 bool "Exynos7 SoC family" 37 Samsung Exynos7 SoC family are based on ARM Cortex-A57 CPU or 39 multiple SoCs in this family including Exynos7420.
|
| /rk3399_rockchip-uboot/arch/mips/mach-bmips/ |
| H A D | Kconfig | 16 bool "BMIPS BCM3380 family" 24 This supports BMIPS BCM3380 family. 27 bool "BMIPS BCM6328 family" 35 This supports BMIPS BCM6328 family including BCM63281 and BCM63283. 38 bool "BMIPS BCM6338 family" 46 This supports BMIPS BCM6338 family. 49 bool "BMIPS BCM6348 family" 57 This supports BMIPS BCM6348 family. 60 bool "BMIPS BCM6358 family" 68 This supports BMIPS BCM6358 family including BCM6358 and BCM6359. [all …]
|
| /rk3399_rockchip-uboot/doc/DocBook/ |
| H A D | docbook.css | 2 font-family: sans-serif; 6 font-family: monospace;
|
| /rk3399_rockchip-uboot/arch/mips/mach-ath79/ |
| H A D | Kconfig | 15 This supports QCA/Atheros ar933x family SOCs. 24 This supports QCA/Atheros ar934x family SOCs. 34 This supports QCA/Atheros qca953x family SOCs.
|
| /rk3399_rockchip-uboot/arch/arm/mach-stm32/ |
| H A D | Kconfig | 4 bool "stm32f4 family" 7 bool "stm32f7 family"
|
| /rk3399_rockchip-uboot/arch/arm/mach-tegra/ |
| H A D | Kconfig | 70 bool "Tegra20 family" 77 bool "Tegra30 family" 83 bool "Tegra114 family" 87 bool "Tegra124 family" 93 bool "Tegra210 family" 99 bool "Tegra186 family"
|
| /rk3399_rockchip-uboot/arch/mips/mach-pic32/ |
| H A D | Kconfig | 11 bool "Microchip PIC32MZ[DA] family" 19 This supports Microchip PIC32MZ[DA] family of microcontrollers.
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | at91sam9g20.dtsi | 2 * at91sam9g20.dtsi - Device Tree Include file for AT91SAM9G20 family SoC 12 model = "Atmel AT91SAM9G20 family SoC";
|
| H A D | fsl-ls1012a-frdm.dts | 2 * Device Tree file for Freescale Layerscape-1012A family SoC.
|
| H A D | fsl-ls1012a-rdb.dts | 2 * Device Tree file for Freescale Layerscape-1012A family SoC.
|
| H A D | fsl-ls1043a-qds-duart.dts | 2 * Device Tree file for Freescale Layerscape-1043A family SoC.
|
| H A D | fsl-ls1046a-qds-duart.dts | 2 * Device Tree file for Freescale Layerscape-1046A family SoC.
|
| H A D | fsl-ls1046a-qds-lpuart.dts | 2 * Device Tree file for Freescale Layerscape-1046A family SoC.
|
| H A D | fsl-ls1043a-qds-lpuart.dts | 2 * Device Tree file for Freescale Layerscape-1043A family SoC.
|
| H A D | fsl-ls1012a-frdm.dtsi | 2 * Device Tree file for Freescale Layerscape-1012A family SoC.
|
| /rk3399_rockchip-uboot/board/microchip/pic32mzda/ |
| H A D | README | 7 PIC32MZ[DA] Starter Kit is based on PIC32MZ[DA] family of micro-controller. 8 This family is powered by MIPS M14KEC 32bit general purpose core and has
|
| /rk3399_rockchip-uboot/board/vscom/baltos/ |
| H A D | README | 1 BSP for VScom OnRISC Balios family devices, like Balios iR 5221.
|
| /rk3399_rockchip-uboot/board/Arcturus/ucp1020/ |
| H A D | README | 1 The uCP1020 product family (ucp1020) is an Arcturus Networks Inc. System on Modules 5 Information on the generic product family can be found here:
|
| /rk3399_rockchip-uboot/drivers/ram/ |
| H A D | stm32_sdram.c | 148 enum stm32_fmc_family family; member 167 if (params->family == STM32H7_FMC) in stm32_sdram_init() 246 if (params->family == STM32H7_FMC) in stm32_sdram_init() 329 params->family = dev_get_driver_data(dev); in stm32_fmc_probe()
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.rmobile | 5 and R-Car[2]family of SoCs. Renesas's RMOBILE/R-Car SoC family contains an ARM
|