Searched defs:arr (Results 1 – 11 of 11) sorted by relevance
| /u-boot/drivers/misc/ |
| A D | npcm_otp.c | 31 static int npcm_otp_check_inputs(u32 arr, u32 word) in npcm_otp_check_inputs() 58 static int npcm_otp_wait_for_otp_ready(u32 arr, u32 timeout) in npcm_otp_wait_for_otp_ready() 93 static void npcm_otp_read_byte(u32 arr, u32 addr, u8 *data) in npcm_otp_read_byte() 128 static bool npcm_otp_bit_is_programmed(u32 arr, in npcm_otp_bit_is_programmed() 153 static int npcm_otp_program_bit(u32 arr, u32 byte_offset, in npcm_otp_program_bit() 223 static int npcm_otp_program_byte(u32 arr, u32 byte_offset, in npcm_otp_program_byte() 267 bool npcm_otp_is_fuse_array_disabled(u32 arr) in npcm_otp_is_fuse_array_disabled() 402 u32 arr = (u32)bank; in fuse_program_data() local
|
| /u-boot/arch/arm/include/asm/arch-stv0991/ |
| A D | stv0991_gpt.h | 22 u32 arr; member
|
| /u-boot/arch/powerpc/cpu/mpc8xxx/ |
| A D | fsl_pamu.c | 342 static uint64_t find_max(uint64_t arr[], int num) in find_max() 353 static uint64_t find_min(uint64_t arr[], int num) in find_min()
|
| /u-boot/drivers/timer/ |
| A D | stm32_timer.c | 41 u32 arr; member
|
| /u-boot/arch/mips/mach-octeon/include/mach/ |
| A D | cvmx-helper-util.h | 401 #define NUM_ELEMENTS(arr) (sizeof(arr) / sizeof((arr)[0])) argument
|
| /u-boot/tools/ |
| A D | sunxi-spl-image-builder.c | 18 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) argument
|
| /u-boot/lib/acpi/ |
| A D | acpigen.c | 800 void acpigen_write_byte_buffer(struct acpi_ctx *ctx, u8 *arr, size_t size) in acpigen_write_byte_buffer() 814 void acpigen_write_return_byte_buffer(struct acpi_ctx *ctx, u8 *arr, in acpigen_write_return_byte_buffer()
|
| /u-boot/scripts/kconfig/ |
| A D | preprocess.c | 13 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) argument
|
| /u-boot/lib/ |
| A D | bch.c | 88 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) argument
|
| /u-boot/fs/ext4/ |
| A D | ext4_common.c | 715 static int parse_path(char **arr, char *dirname) in parse_path()
|
| /u-boot/fs/ubifs/ |
| A D | ubifs.h | 1222 struct ubifs_lprops **arr; member
|
Completed in 37 milliseconds