/u-boot/tools/ |
A D | mrvl_uart.sh | 29 prefix="\xF2" 33 prefix="\xF4" 37 prefix="\xF8" 41 prefix="\xBB" 100 echo -n -e "$prefix\x11\x22\x33\x44\x55\x66\x77" >> $tmpfile
|
/u-boot/arch/arm/dts/ |
A D | meson-g12.dtsi | 17 sound-name-prefix = "TDM_A"; 28 sound-name-prefix = "TDM_B"; 39 sound-name-prefix = "TDM_C"; 54 sound-name-prefix = "PDM"; 104 sound-name-prefix = "TODDR_A"; 119 sound-name-prefix = "TODDR_B"; 134 sound-name-prefix = "TODDR_C"; 149 sound-name-prefix = "FRDDR_A"; 164 sound-name-prefix = "FRDDR_B"; 179 sound-name-prefix = "FRDDR_C"; [all …]
|
A D | meson-sm1.dtsi | 19 sound-name-prefix = "TDM_A"; 30 sound-name-prefix = "TDM_B"; 41 sound-name-prefix = "TDM_C"; 202 sound-name-prefix = "TODDR_A"; 217 sound-name-prefix = "TODDR_B"; 232 sound-name-prefix = "TODDR_C"; 247 sound-name-prefix = "FRDDR_A"; 262 sound-name-prefix = "FRDDR_B"; 277 sound-name-prefix = "FRDDR_C"; 299 sound-name-prefix = "TDMIN_A"; [all …]
|
/u-boot/include/linux/ |
A D | compiler.h | 177 # define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __LINE__) argument 323 # define __compiletime_assert(condition, msg, prefix, suffix) \ argument 325 extern void prefix ## suffix(void) __compiletime_error(msg); \ 327 prefix ## suffix(); \ 330 # define __compiletime_assert(condition, msg, prefix, suffix) do { } while (0) argument 333 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument 334 __compiletime_assert(condition, msg, prefix, suffix)
|
A D | compiler-clang.h | 13 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) argument
|
/u-boot/tools/binman/etype/ |
A D | vblock.py | 66 prefix = self.keydir + '/' 70 '--keyblock', prefix + self.keyblock, 71 '--signprivate', prefix + self.signprivate, 74 '--kernelkey', prefix + self.kernelkey,
|
/u-boot/test/ |
A D | cmd_ut.c | 16 int cmd_ut_category(const char *name, const char *prefix, in cmd_ut_category() argument 22 int prefix_len = prefix ? strlen(prefix) : 0; in cmd_ut_category() 31 if (prefix && !strncmp(test_name, prefix, prefix_len)) in cmd_ut_category()
|
/u-boot/doc/device-tree-bindings/regulator/ |
A D | regulator.txt | 5 by the prefix of regulator node's name, or, if this fails, by the prefix of the 13 For the node name e.g.: "prefix[:alpha:]num { ... }": 14 - the driver prefix should be: "prefix" - case sensitive 17 Example the prefix "ldo" will pass for: "ldo1", "ldo@1", "ldoreg@1, ... 22 property is possible. The syntax for the prefix of the "regulator-name" property 26 named "BOOST_DRV". Using prefix "regualtor@1" for driver matching would load 27 the same driver for both regulators, hence the prefix is ambiguous. 31 binding if binding by node's name prefix fails
|
/u-boot/tools/binman/test/ |
A D | 067_fmap.dts | 11 name-prefix = "ro-"; 19 name-prefix = "rw-";
|
A D | 056_name_prefix.dts | 14 name-prefix = "ro-"; 22 name-prefix = "rw-";
|
A D | 060_fdt_update.dts | 13 name-prefix = "ro-"; 21 name-prefix = "rw-";
|
A D | 061_fdt_update_bad.dts | 13 name-prefix = "ro-"; 21 name-prefix = "rw-";
|
/u-boot/drivers/power/pmic/ |
A D | pmic_tps65910_dm.c | 15 { .prefix = "ldo_", .driver = TPS65910_LDO_DRIVER }, 16 { .prefix = "buck_", .driver = TPS65910_BUCK_DRIVER }, 17 { .prefix = "boost_", .driver = TPS65910_BOOST_DRIVER },
|
A D | pmic-uclass.c | 42 for (info = child_info; info->prefix && info->driver; info++) { in pmic_bind_children() 43 debug(" - compatible prefix: '%s'\n", info->prefix); in pmic_bind_children() 45 prefix_len = strlen(info->prefix); in pmic_bind_children() 46 if (strncmp(info->prefix, node_name, prefix_len)) { in pmic_bind_children() 51 if (strncmp(info->prefix, reg_name, prefix_len)) in pmic_bind_children()
|
A D | stpmic1.c | 34 { .prefix = "ldo", .driver = "stpmic1_ldo" }, 35 { .prefix = "buck", .driver = "stpmic1_buck" }, 36 { .prefix = "vref_ddr", .driver = "stpmic1_vref_ddr" }, 37 { .prefix = "pwr_sw", .driver = "stpmic1_pwr_sw" }, 38 { .prefix = "boost", .driver = "stpmic1_boost" },
|
A D | sandbox.c | 17 { .prefix = SANDBOX_OF_LDO_PREFIX, .driver = SANDBOX_LDO_DRIVER }, 18 { .prefix = SANDBOX_OF_BUCK_PREFIX, .driver = SANDBOX_BUCK_DRIVER },
|
A D | lp873x.c | 19 { .prefix = "ldo", .driver = LP873X_LDO_DRIVER }, 20 { .prefix = "buck", .driver = LP873X_BUCK_DRIVER },
|
A D | pca9450.c | 21 { .prefix = "b", .driver = PCA9450_REGULATOR_DRIVER}, 23 { .prefix = "l", .driver = PCA9450_REGULATOR_DRIVER},
|
A D | tps65941.c | 19 { .prefix = "ldo", .driver = TPS65941_LDO_DRIVER }, 20 { .prefix = "buck", .driver = TPS65941_BUCK_DRIVER },
|
A D | max77686.c | 18 { .prefix = "LDO", .driver = MAX77686_LDO_DRIVER }, 19 { .prefix = "BUCK", .driver = MAX77686_BUCK_DRIVER },
|
A D | pfuze100.c | 20 { .prefix = "s", .driver = PFUZE100_REGULATOR_DRIVER }, 22 { .prefix = "v", .driver = PFUZE100_REGULATOR_DRIVER },
|
A D | s2mps11.c | 17 { .prefix = S2MPS11_OF_LDO_PREFIX, .driver = S2MPS11_LDO_DRIVER }, 18 { .prefix = S2MPS11_OF_BUCK_PREFIX, .driver = S2MPS11_BUCK_DRIVER },
|
/u-boot/lib/ |
A D | string.c | 708 unsigned int words, prefix; in memchr_inv() local 718 prefix = (unsigned long)start % 8; in memchr_inv() 719 if (prefix) { in memchr_inv() 722 prefix = 8 - prefix; in memchr_inv() 723 r = check_bytes8(start, value, prefix); in memchr_inv() 726 start += prefix; in memchr_inv() 727 bytes -= prefix; in memchr_inv()
|
/u-boot/drivers/usb/eth/ |
A D | lan7x.h | 134 const char *prefix, const u32 reg, in lan7x_wait_for_bit() argument 163 debug("%s: Timeout (reg=0x%x mask=%08x wait_set=%i)\n", prefix, reg, in lan7x_wait_for_bit() 175 const char *prefix, in lan7x_mdio_wait_for_bit() argument 205 debug("%s: Timeout (reg=0x%x mask=%08x wait_set=%i)\n", prefix, reg, in lan7x_mdio_wait_for_bit()
|
/u-boot/arch/arm/include/asm/arch-mx6/ |
A D | mx6-pins.h | 10 #define MX6_PAD_DECLARE(prefix, name, pco, mc, mm, sio, si, pc) \ argument 11 prefix##name = IOMUX_PAD(pco, mc, mm, sio, si, pc)
|