Home
last modified time | relevance | path

Searched refs:prefix (Results 1 – 25 of 133) sorted by relevance

123456

/u-boot/tools/
A Dmrvl_uart.sh29 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 Dmeson-g12.dtsi17 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 Dmeson-sm1.dtsi19 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 Dcompiler.h177 # 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 Dcompiler-clang.h13 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) argument
/u-boot/tools/binman/etype/
A Dvblock.py66 prefix = self.keydir + '/'
70 '--keyblock', prefix + self.keyblock,
71 '--signprivate', prefix + self.signprivate,
74 '--kernelkey', prefix + self.kernelkey,
/u-boot/test/
A Dcmd_ut.c16 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 Dregulator.txt5 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 D067_fmap.dts11 name-prefix = "ro-";
19 name-prefix = "rw-";
A D056_name_prefix.dts14 name-prefix = "ro-";
22 name-prefix = "rw-";
A D060_fdt_update.dts13 name-prefix = "ro-";
21 name-prefix = "rw-";
A D061_fdt_update_bad.dts13 name-prefix = "ro-";
21 name-prefix = "rw-";
/u-boot/drivers/power/pmic/
A Dpmic_tps65910_dm.c15 { .prefix = "ldo_", .driver = TPS65910_LDO_DRIVER },
16 { .prefix = "buck_", .driver = TPS65910_BUCK_DRIVER },
17 { .prefix = "boost_", .driver = TPS65910_BOOST_DRIVER },
A Dpmic-uclass.c42 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 Dstpmic1.c34 { .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 Dsandbox.c17 { .prefix = SANDBOX_OF_LDO_PREFIX, .driver = SANDBOX_LDO_DRIVER },
18 { .prefix = SANDBOX_OF_BUCK_PREFIX, .driver = SANDBOX_BUCK_DRIVER },
A Dlp873x.c19 { .prefix = "ldo", .driver = LP873X_LDO_DRIVER },
20 { .prefix = "buck", .driver = LP873X_BUCK_DRIVER },
A Dpca9450.c21 { .prefix = "b", .driver = PCA9450_REGULATOR_DRIVER},
23 { .prefix = "l", .driver = PCA9450_REGULATOR_DRIVER},
A Dtps65941.c19 { .prefix = "ldo", .driver = TPS65941_LDO_DRIVER },
20 { .prefix = "buck", .driver = TPS65941_BUCK_DRIVER },
A Dmax77686.c18 { .prefix = "LDO", .driver = MAX77686_LDO_DRIVER },
19 { .prefix = "BUCK", .driver = MAX77686_BUCK_DRIVER },
A Dpfuze100.c20 { .prefix = "s", .driver = PFUZE100_REGULATOR_DRIVER },
22 { .prefix = "v", .driver = PFUZE100_REGULATOR_DRIVER },
A Ds2mps11.c17 { .prefix = S2MPS11_OF_LDO_PREFIX, .driver = S2MPS11_LDO_DRIVER },
18 { .prefix = S2MPS11_OF_BUCK_PREFIX, .driver = S2MPS11_BUCK_DRIVER },
/u-boot/lib/
A Dstring.c708 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 Dlan7x.h134 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 Dmx6-pins.h10 #define MX6_PAD_DECLARE(prefix, name, pco, mc, mm, sio, si, pc) \ argument
11 prefix##name = IOMUX_PAD(pco, mc, mm, sio, si, pc)

Completed in 19 milliseconds

123456