Home
last modified time | relevance | path

Searched refs:array (Results 1 – 25 of 51) sorted by relevance

123

/rk3399_rockchip-uboot/post/lib_powerpc/fpu/
H A Dacc1.c19 static double func (const double *array) in func() argument
21 double d = *array; in func()
26 return d + func (array + 1); in func()
/rk3399_rockchip-uboot/board/toradex/common/
H A Dtdx-common.c35 int array[8]; in get_board_serial() local
50 array[i--] = serial % 10; in get_board_serial()
54 array[i--] = 0; in get_board_serial()
55 serial = array[0]; in get_board_serial()
58 serial += array[i]; in get_board_serial()
/rk3399_rockchip-uboot/lib/optee_clientApi/
H A Dtabinary_to_cfile.py24 import array
44 for x in array.array("B", TAdata):
H A Dtabinary_to_img.py23 import array
/rk3399_rockchip-uboot/include/
H A Ddwc3-uboot.h49 int dwc3_setup_phy(struct udevice *dev, struct phy **array, int *num_phys);
52 static inline int dwc3_setup_phy(struct udevice *dev, struct phy **array, in dwc3_setup_phy() argument
H A Dfdtdec.h678 u32 *array, int count);
694 const char *prop_name, u32 *array, int count);
784 u8 *array, int count);
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap5/
H A Dsys_proto.h46 void do_set_mux(u32 base, struct pad_conf_entry const *array, int size);
47 void do_set_mux32(u32 base, struct pad_conf_entry const *array, int size);
H A Ddra7xx_iodelay.h89 int do_set_iodelay(u32 base, struct iodelay_cfg_entry const *array,
/rk3399_rockchip-uboot/doc/
H A DREADME.commands23 compiled into any object code and construct a static array so the
24 command array can be iterated over using the linker lists macros.
H A DREADME.armada-secureboot32 * Load an array of code signing public RSA keys from the header block, and
36 the key array).
44 * The "root" public key verifies the code signing key array.
67 CSK - Code Signing Key(s): An array of RSA key pairs, which
71 to sign and verify the array of CSKs.
131 CSK array), created using the selected CSK.
134 CSK array: The array of the 16 CSKs as RSA-2048 public keys in DER
136 CSK block signature: The RSA signature of the CSK array, created using the
H A DREADME.bitbangMII28 the bb_miiphy_buses[] array with a record for each required bus and declare
H A DREADME.VSC3316-330836 con_arr - connection array
H A DREADME.gpt109 88 4 B CRC32 of partition array
125 CRC32 for partition entries (field "CRC32 of partition array") is calculated for
126 the whole array entry ( Number_of_partition_entries *
/rk3399_rockchip-uboot/arch/arm/mach-omap2/
H A Dhwinit-common.c26 void do_set_mux(u32 base, struct pad_conf_entry const *array, int size) in do_set_mux() argument
29 struct pad_conf_entry *pad = (struct pad_conf_entry *) array; in do_set_mux()
/rk3399_rockchip-uboot/doc/device-tree-bindings/net/
H A Dethernet.txt3 - local-mac-address: array of 6 bytes, specifies the MAC address that was
5 - mac-address: array of 6 bytes, specifies the MAC address that was last used by
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap4/
H A Dsys_proto.h48 void do_set_mux(u32 base, struct pad_conf_entry const *array, int size);
/rk3399_rockchip-uboot/arch/arm/mach-omap2/omap5/
H A Ddra7xx_iodelay.c141 int do_set_iodelay(u32 base, struct iodelay_cfg_entry const *array, in do_set_iodelay() argument
144 struct iodelay_cfg_entry *iodelay = (struct iodelay_cfg_entry *)array; in do_set_iodelay()
H A Dhwinit.c46 void do_set_mux32(u32 base, struct pad_conf_entry const *array, int size) in do_set_mux32() argument
49 struct pad_conf_entry *pad = (struct pad_conf_entry *)array; in do_set_mux32()
/rk3399_rockchip-uboot/scripts/dtc/
H A Ddtc-parser.tab.c_shipped159 } array;
395 /* The size of an array large to enough to hold all stacks, each with
1686 (yyval.data) = data_merge((yyvsp[-2].data), (yyvsp[-1].array).data);
1787 (yyval.array).data = empty_data;
1788 (yyval.array).bits = bits;
1796 (yyval.array).data = empty_data;
1797 (yyval.array).bits = 32;
1805 if ((yyvsp[-1].array).bits < 64) {
1806 uint64_t mask = (1ULL << (yyvsp[-1].array).bits) - 1;
1817 " %d-bit array element", (yyvsp[-1].array).bits);
[all …]
H A Ddtc-parser.y48 } array; member
81 %type <array> arrayprefix
/rk3399_rockchip-uboot/arch/sandbox/dts/
H A Dsandbox_pmic.dtsi22 * reg-defaults - byte array
/rk3399_rockchip-uboot/doc/device-tree-bindings/pinctrl/
H A Datmel,at91-pio4-pinctrl.txt23 - pinmux: integer array. Each integer represents a pin number plus mux and
/rk3399_rockchip-uboot/lib/
H A Dfdtdec.c656 u32 *array, int count) in fdtdec_get_int_array() argument
666 array[i] = fdt32_to_cpu(cell[i]); in fdtdec_get_int_array()
672 const char *prop_name, u32 *array, int count) in fdtdec_get_int_array_count() argument
686 array[i] = fdt32_to_cpu(cell[i]); in fdtdec_get_int_array_count()
848 u8 *array, int count) in fdtdec_get_byte_array() argument
855 memcpy(array, cell, count); in fdtdec_get_byte_array()
/rk3399_rockchip-uboot/drivers/input/
H A Dinput.c309 static int array_search(int *array, int count, int key) in array_search() argument
314 if (array[i] == key) in array_search()
/rk3399_rockchip-uboot/doc/device-tree-bindings/pwm/
H A Dpwm.txt13 pwm-specifier : array of #pwm-cells specifying the given PWM

123