Home
last modified time | relevance | path

Searched refs:mach (Results 1 – 25 of 145) sorted by relevance

123456

/rk3399_rockchip-uboot/scripts/
H A DMakefile.autoconf129 $(Q)if [ -d $(KBUILD_SRC)/arch/$(ARCH)/mach-$(SOC)/include/mach ]; then \
130 dest=arch/$(ARCH)/mach-$(SOC)/include/mach; \
136 $(Q)if [ -d arch/$(ARCH)/mach-$(SOC)/include/mach ]; then \
137 dest=../../mach-$(SOC)/include/mach; \
/rk3399_rockchip-uboot/drivers/net/
H A Darmada100_fec.c198 static u32 hash_function(u32 mach, u32 macl) in hash_function() argument
210 addrh = nibble_swapping_16_bit(mach); in hash_function()
253 static int add_del_hash_entry(struct armdfec_device *darmdfec, u32 mach, in add_del_hash_entry() argument
261 newlo = (((mach >> 4) & 0xf) << 15) in add_del_hash_entry()
262 | (((mach >> 0) & 0xf) << 11) in add_del_hash_entry()
263 | (((mach >> 12) & 0xf) << 7) in add_del_hash_entry()
264 | (((mach >> 8) & 0xf) << 3) in add_del_hash_entry()
283 entry = start + hash_function(mach, macl); in add_del_hash_entry()
337 u32 mach; in update_hash_table_mac_address() local
342 mach = (oaddr[0] << 8) | oaddr[1]; in update_hash_table_mac_address()
[all …]
/rk3399_rockchip-uboot/arch/arm/mach-rmobile/
H A DKconfig17 source "arch/arm/mach-rmobile/Kconfig.32"
18 source "arch/arm/mach-rmobile/Kconfig.64"
/rk3399_rockchip-uboot/arch/arm/mach-stm32/
H A DKconfig28 source "arch/arm/mach-stm32/stm32f4/Kconfig"
29 source "arch/arm/mach-stm32/stm32f7/Kconfig"
/rk3399_rockchip-uboot/arch/arm/
H A DMakefile80 machdirs := $(patsubst %,arch/arm/mach-%/,$(machine-y))
100 libs-y += arch/arm/mach-imx/
104 libs-y += arch/arm/mach-imx/
109 libs-y += arch/arm/mach-mvebu/
H A DKconfig696 default "arch/arm/mach-omap2/u-boot-spl.lds"
1191 source "arch/arm/mach-aspeed/Kconfig"
1193 source "arch/arm/mach-at91/Kconfig"
1195 source "arch/arm/mach-bcm283x/Kconfig"
1197 source "arch/arm/mach-bcmstb/Kconfig"
1199 source "arch/arm/mach-davinci/Kconfig"
1201 source "arch/arm/mach-exynos/Kconfig"
1203 source "arch/arm/mach-highbank/Kconfig"
1205 source "arch/arm/mach-integrator/Kconfig"
1207 source "arch/arm/mach-keystone/Kconfig"
[all …]
/rk3399_rockchip-uboot/arch/arm/mach-tegra/
H A DKconfig127 source "arch/arm/mach-tegra/tegra20/Kconfig"
128 source "arch/arm/mach-tegra/tegra30/Kconfig"
129 source "arch/arm/mach-tegra/tegra114/Kconfig"
130 source "arch/arm/mach-tegra/tegra124/Kconfig"
131 source "arch/arm/mach-tegra/tegra210/Kconfig"
132 source "arch/arm/mach-tegra/tegra186/Kconfig"
/rk3399_rockchip-uboot/
H A DMAINTAINERS72 F: arch/arm/mach-socfpga/
78 F: arch/arm/mach-at91/
83 F: arch/arm/mach-bcm283x/
93 F: arch/arm/mach-bcmstb/
109 F: arch/arm/mach-imx/
113 F: arch/arm/include/asm/mach-imx/
128 F: arch/arm/mach-kirkwood/
129 F: arch/arm/mach-mvebu/
142 F: arch/arm/mach-rmobile/
150 F: arch/arm/mach-rockchip/
[all …]
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A DKconfig26 default "arch/arm/mach-rockchip/u-boot-tpl-v8.lds"
204 default "arch/arm/mach-rockchip/make_fit_optee.sh"
207 default "arch/arm/mach-rockchip/u-boot-tpl.lds"
243 default "arch/arm/mach-rockchip/u-boot-tpl-v8.lds"
280 default "arch/arm/mach-rockchip/u-boot-tpl-v8.lds"
325 default "arch/arm/mach-rockchip/rk3368/u-boot-tpl.lds"
381 default "arch/arm/mach-rockchip/u-boot-tpl-v8.lds"
418 default "arch/arm/mach-rockchip/u-boot-tpl.lds"
445 default "arch/arm/mach-rockchip/u-boot-tpl-v8.lds"
473 default "arch/arm/mach-rockchip/u-boot-tpl-v8.lds"
[all …]
H A Dmake_fit_optee.sh8 source ./${srctree}/arch/arm/mach-rockchip/fit_nodes.sh
H A Dmake_fit_atf.sh8 source ./${srctree}/arch/arm/mach-rockchip/fit_nodes.sh
/rk3399_rockchip-uboot/arch/mips/
H A DMakefile21 machdirs := $(patsubst %,arch/mips/mach-%/,$(machine-y))
42 cflags-y += -I$(srctree)/arch/mips/include/asm/mach-generic
/rk3399_rockchip-uboot/arch/arm/mach-omap2/
H A DKconfig172 source "arch/arm/mach-omap2/omap3/Kconfig"
174 source "arch/arm/mach-omap2/omap4/Kconfig"
176 source "arch/arm/mach-omap2/omap5/Kconfig"
178 source "arch/arm/mach-omap2/am33xx/Kconfig"
193 default "arch/arm/mach-omap2/u-boot-spl.lds"
/rk3399_rockchip-uboot/board/armadeus/opos6uldev/
H A DKconfig13 default "arch/arm/mach-imx/spl_sd.cfg"
/rk3399_rockchip-uboot/configs/
H A Devb-rk3229_defconfig6 CONFIG_TPL_LDSCRIPT="arch/arm/mach-rockchip/u-boot-tpl.lds"
10 CONFIG_SPL_FIT_GENERATOR="arch/arm/mach-rockchip/make_fit_optee.sh"
H A Dzc5601_defconfig14 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/mach-imx/spl_sd.cfg,MX6Q"
H A Dudoo_neo_defconfig13 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/mach-imx/spl_sd.cfg"
H A Dzc5202_defconfig14 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/mach-imx/spl_sd.cfg,MX6Q"
H A Dliteboard_defconfig10 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/mach-imx/spl_sd.cfg"
/rk3399_rockchip-uboot/board/grinn/chiliboard/
H A DMAINTAINERS5 F: arch/arm/mach-omap2/am33xx/chilisom.c
/rk3399_rockchip-uboot/board/toradex/colibri_vf/
H A Dimximage.cfg11 #include <asm/mach-imx/imximage.cfg>
/rk3399_rockchip-uboot/board/phytec/pcm052/
H A Dimximage.cfg11 #include <asm/mach-imx/imximage.cfg>
/rk3399_rockchip-uboot/board/freescale/vf610twr/
H A Dimximage.cfg11 #include <asm/mach-imx/imximage.cfg>
/rk3399_rockchip-uboot/board/freescale/s32v234evb/
H A Ds32v234evb.cfg13 #include <asm/mach-imx/imximage.cfg>
/rk3399_rockchip-uboot/arch/arm/mach-aspeed/
H A DKconfig21 source "arch/arm/mach-aspeed/ast2500/Kconfig"

123456