| /rk3399_rockchip-uboot/post/lib_powerpc/fpu/ |
| H A D | acc1.c | 19 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 D | tdx-common.c | 35 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 D | tabinary_to_cfile.py | 24 import array 44 for x in array.array("B", TAdata):
|
| H A D | tabinary_to_img.py | 23 import array
|
| /rk3399_rockchip-uboot/include/ |
| H A D | dwc3-uboot.h | 49 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 D | fdtdec.h | 678 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 D | sys_proto.h | 46 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 D | dra7xx_iodelay.h | 89 int do_set_iodelay(u32 base, struct iodelay_cfg_entry const *array,
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.commands | 23 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 D | README.armada-secureboot | 32 * 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 D | README.bitbangMII | 28 the bb_miiphy_buses[] array with a record for each required bus and declare
|
| H A D | README.VSC3316-3308 | 36 con_arr - connection array
|
| H A D | README.gpt | 109 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 D | hwinit-common.c | 26 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 D | ethernet.txt | 3 - 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 D | sys_proto.h | 48 void do_set_mux(u32 base, struct pad_conf_entry const *array, int size);
|
| /rk3399_rockchip-uboot/arch/arm/mach-omap2/omap5/ |
| H A D | dra7xx_iodelay.c | 141 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 D | hwinit.c | 46 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 D | dtc-parser.tab.c_shipped | 159 } 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 D | dtc-parser.y | 48 } array; member 81 %type <array> arrayprefix
|
| /rk3399_rockchip-uboot/arch/sandbox/dts/ |
| H A D | sandbox_pmic.dtsi | 22 * reg-defaults - byte array
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/pinctrl/ |
| H A D | atmel,at91-pio4-pinctrl.txt | 23 - pinmux: integer array. Each integer represents a pin number plus mux and
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | fdtdec.c | 656 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 D | input.c | 309 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 D | pwm.txt | 13 pwm-specifier : array of #pwm-cells specifying the given PWM
|