Home
last modified time | relevance | path

Searched refs:k2 (Results 1 – 11 of 11) sorted by relevance

/u-boot/configs/
A Dnanopi-k2_defconfig9 CONFIG_IDENT_STRING=" nanopi-k2"
10 CONFIG_DEFAULT_DEVICE_TREE="meson-gxbb-nanopi-k2"
/u-boot/fs/btrfs/
A Dctree.c73 int btrfs_comp_cpu_keys(const struct btrfs_key *k1, const struct btrfs_key *k2) in btrfs_comp_cpu_keys() argument
75 if (k1->objectid > k2->objectid) in btrfs_comp_cpu_keys()
77 if (k1->objectid < k2->objectid) in btrfs_comp_cpu_keys()
79 if (k1->type > k2->type) in btrfs_comp_cpu_keys()
81 if (k1->type < k2->type) in btrfs_comp_cpu_keys()
83 if (k1->offset > k2->offset) in btrfs_comp_cpu_keys()
85 if (k1->offset < k2->offset) in btrfs_comp_cpu_keys()
91 const struct btrfs_key *k2) in btrfs_comp_keys() argument
96 return btrfs_comp_cpu_keys(&k1, k2); in btrfs_comp_keys()
A Dctree.h1241 int btrfs_comp_cpu_keys(const struct btrfs_key *k1, const struct btrfs_key *k2);
/u-boot/board/amlogic/p200/
A DMAINTAINERS11 F: doc/board/amlogic/nanopi-k2.rst
/u-boot/doc/board/amlogic/
A Dindex.rst88 nanopi-k2
A Dnanopi-k2.rst45 $ git clone https://github.com/friendlyarm/u-boot.git -b nanopi-k2-v2015.01 amlogic-u-boot
/u-boot/arch/arm/dts/
A Dmeson-gxbb-nanopi-k2.dts12 compatible = "friendlyarm,nanopi-k2", "amlogic,meson-gxbb";
33 label = "nanopi-k2:blue:stat";
A DMakefile155 meson-gxbb-nanopi-k2.dtb \
157 meson-gxbb-nanopi-k2.dtb \
/u-boot/scripts/kconfig/
A Dexpr.c1030 enum string_value_kind k1 = k_string, k2 = k_string; in expr_calc_value() local
1071 k2 = expr_parse_string(str2, e->right.sym->type, &rval); in expr_calc_value()
1074 if (k1 == k_string || k2 == k_string) in expr_calc_value()
1076 else if (k1 == k_invalid || k2 == k_invalid) { in expr_calc_value()
1082 } else if (k1 == k_unsigned || k2 == k_unsigned) in expr_calc_value()
/u-boot/
A D.azure-pipelines.yml379 BUILDMAN: "k2 k3"
401 …e,kirkwood,mvebu,siemens,tegra,uniphier,mx,samsung,sunxi,am33xx,omap,rk,toradex,socfpga,k2,k3,zynq"
/u-boot/drivers/phy/
A DKconfig240 Support for the USB PHY found on some Keystone (k2) processors

Completed in 20 milliseconds