| /rk3399_rockchip-uboot/drivers/i2c/muxes/ |
| H A D | i2c-mux-gpio.c | 32 u32 *values; member 76 u32 *values; in i2c_mux_gpio_probe() local 80 values = devm_kzalloc(dev, sizeof(*mux->values) * mux->n_values, in i2c_mux_gpio_probe() 82 if (!values) { in i2c_mux_gpio_probe() 88 *(values + i) = fdtdec_get_uint(fdt, subnode, "reg", -1); in i2c_mux_gpio_probe() 92 mux->values = values; in i2c_mux_gpio_probe()
|
| /rk3399_rockchip-uboot/arch/x86/cpu/intel_common/ |
| H A D | lpc.c | 49 } values[4], *ptr; in lpc_common_early_init() local 54 "intel,gen-dec", (u32 *)values, in lpc_common_early_init() 55 sizeof(values) / sizeof(u32)); in lpc_common_early_init() 67 count = count * sizeof(u32) / sizeof(values[0]); in lpc_common_early_init() 68 for (i = 0, ptr = values; i < ARRAY_SIZE(values); i++, ptr++) { in lpc_common_early_init()
|
| /rk3399_rockchip-uboot/tools/scripts/ |
| H A D | define2mk.sed | 9 # Only process values prefixed with #define CONFIG_ 17 # drop quotes around string values 19 # Concatenate string values 21 # Assume strings as default - add quotes around values 31 # Change '1' and empty values to "y" (not perfect, but
|
| /rk3399_rockchip-uboot/tools/binman/ |
| H A D | image.py | 90 for entry in self._entries.values(): 131 for entry in self._entries.values(): 145 todo = self._entries.values() 174 for entry in self._entries.values(): 182 for entry in self._entries.values(): 187 entries = sorted(self._entries.values(), key=lambda entry: entry.pos) 198 for entry in self._entries.values(): 217 for entry in self._entries.values(): 226 for entry in self._entries.values():
|
| /rk3399_rockchip-uboot/post/lib_powerpc/fpu/ |
| H A D | acc1.c | 31 double values[] = { 0.1e-100, 1.0, -1.0, 0.0 }; in fpu_post_test_math5() local 33 if (func (values) != 0.1e-100) { in fpu_post_test_math5()
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/net/ |
| H A D | ti,dp83867.txt | 6 for applicable values 8 for applicable values 10 for applicable values
|
| H A D | micrel-ksz90x1.txt | 3 Some boards require special tuning values, particularly when it comes to 4 clock delays. You can specify clock delay values by adding 38 The KSZ9031 hardware supports a range of skew values from negative to 39 positive, where the specific range is property dependent. All values 44 The following 5-bit values table apply to rxc-skew-ps and txc-skew-ps. 81 The following 4-bit values table apply to the txdX-skew-ps, rxdX-skew-ps
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/exynos/ |
| H A D | dwmmc.txt | 29 - samsung,timing: The timing values to be written into the 31 . It is comprised of 3 values corresponding to the 3 fileds 36 . The above 3 values are used by the clock phase shifter. 47 . Timing is comprised of 3 values as explained below
|
| /rk3399_rockchip-uboot/tools/patman/ |
| H A D | series.py | 65 values = value.split(',') 66 values = [str.strip() for str in values] 70 (commit.hash, line, values, self[name])) 71 self[name] += values 134 all_ccs = itertools.chain(cover_cc, *self._generated_cc.values())
|
| /rk3399_rockchip-uboot/drivers/video/rockchip/ |
| H A D | rk_edp.c | 281 static int rk_edp_dpcd_read(struct rk3288_edp *regs, u32 addr, u8 *values, in rk_edp_dpcd_read() argument 284 return rk_edp_dpcd_transfer(regs, addr, values, size, DPCD_READ); in rk_edp_dpcd_read() 287 static int rk_edp_dpcd_write(struct rk3288_edp *regs, u32 addr, u8 *values, in rk_edp_dpcd_write() argument 290 return rk_edp_dpcd_transfer(regs, addr, values, size, DPCD_WRITE); in rk_edp_dpcd_write() 326 u8 values[2]; in rk_edp_link_configure() local 328 values[0] = edp->link_train.link_rate; in rk_edp_link_configure() 329 values[1] = edp->link_train.lane_count; in rk_edp_link_configure() 331 return rk_edp_dpcd_write(edp->regs, DPCD_LINK_BW_SET, values, in rk_edp_link_configure() 332 sizeof(values)); in rk_edp_link_configure() 591 u8 values[3]; in rk_edp_init_training() local [all …]
|
| /rk3399_rockchip-uboot/lib/avb/libavb/ |
| H A D | avb_cmdline.c | 115 additional_substitutions->values[n]); in avb_sub_cmdline() 418 avb_free(cmdline_subst->values[i]); in avb_free_cmdline_subst_list() 458 out_cmdline_subst->values[list_index] = avb_bin2hex(digest, digest_size); in avb_add_root_digest_substitution() 459 if (out_cmdline_subst->values[list_index] == NULL) { in avb_add_root_digest_substitution() 470 if (out_cmdline_subst->values[list_index]) { in avb_add_root_digest_substitution() 471 avb_free(out_cmdline_subst->values[list_index]); in avb_add_root_digest_substitution()
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.bus_vcxk | 43 valid values for <xxxx> are: 63 for valid values for <xxxx> see CONFIG_SYS_VCXK_<xxxx>_PIN 68 for valid values for <xxxx> see CONFIG_SYS_VCXK_<xxxx>_PIN
|
| H A D | README.fuse | 19 Upon startup, the fusebox control IP reads the fuse values and stores them to a 56 may differ from the fusebox values. Read or sense operations can then be 57 used to get the values from the shadow cache or from the fusebox. 59 This is useful to change the behaviors linked to some cached fuse values,
|
| H A D | README.zynq | 41 All possible bootmode values are defined in Table 6-2:Boot_Mode MIO Pins 44 board_late_init() will read the bootmode values using slcr bootmode register 48 SLCR bootmode register Bit[3:0] values
|
| H A D | README.armada-secureboot | 54 3. Burning the necessary eFuse values. 226 proceed, identified via a numeric ID. The tested values 228 additional ID values, consult the documentation in [1]. 230 correct eFuse values to a text file in the U-Boot root 234 The parameter values may be hardcoded into the file, but it is also possible to 236 reading configuration values from Kconfig options or from the board config 247 eFuse structure's values (this option is just needed for programming the eFuse 278 | operation! Should wrong or corrupted values be used, the | 286 the eFuse structure to the values needed for the used KAK digest, as well as 290 will write these values to the eFuse structure. [all …]
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/ |
| H A D | config.txt | 22 This setting will override any values configured via Kconfig. 35 If present, the values of the 'u-boot,mmc-env-offset' and/or 42 will point at the beginning of a LBA and values that are not
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | mkbootimg | 132 def __call__(self, parser, namespace, values, option_string=None): argument 133 if len(values) > self.maxlen: 135 format(self.maxlen, len(values))) 136 setattr(namespace, self.dest, values)
|
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | builder.py | 593 values = line[8:].split(' ', 1) 594 if len(values) > 1: 595 key, value = values 597 key = values[0] 649 values = line.split() 651 if len(values) > 6: 652 rodata = int(values[6], 16) 654 'all' : int(values[0]) + int(values[1]) + 655 int(values[2]), 656 'text' : int(values[0]) - rodata, [all …]
|
| /rk3399_rockchip-uboot/include/android_avb/ |
| H A D | avb_cmdline.h | 54 char* values[AVB_MAX_NUM_CMDLINE_SUBST]; member
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/misc/ |
| H A D | intel-lpc.txt | 11 - intel,gen-dec : Specifies the values for the gen-dec registers. Up to four 16 values are:
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/serial/ |
| H A D | sandbox-serial.txt | 11 Supported values are:
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/mach-imx/ |
| H A D | imximage.cfg | 2 * i.MX image header offset values
|
| /rk3399_rockchip-uboot/board/xilinx/microblaze-generic/ |
| H A D | Kconfig | 34 int "USE_HW_MUL values (0=NONE, 1=MUL32, 2=MUL64)"
|
| /rk3399_rockchip-uboot/doc/SPL/ |
| H A D | README.omap3 | 22 of which CONFIG variables control these values. For a given board and the 23 amount of DRAM available to it different values may need to be used.
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/video/ |
| H A D | simple-framebuffer.txt | 13 - format: The format of the framebuffer surface. Valid values are:
|