/u-boot/board/synopsys/hsdk/ |
A D | env-lib.c | 13 static void env_clear_common(u32 index, const struct env_map_common *map) in env_clear_common() 19 static int env_read_common(u32 index, const struct env_map_common *map) in env_read_common() 39 static void env_clear_core(u32 index, const struct env_map_percpu *map) in env_clear_core() 47 static int env_read_core(u32 index, const struct env_map_percpu *map) in env_read_core() 140 void envs_cleanup_core(const struct env_map_percpu *map) in envs_cleanup_core() 147 void envs_cleanup_common(const struct env_map_common *map) in envs_cleanup_common() 154 int envs_read_common(const struct env_map_common *map) in envs_read_common() 167 int envs_validate_common(const struct env_map_common *map) in envs_validate_common() 180 int envs_read_validate_common(const struct env_map_common *map) in envs_read_validate_common() 197 int envs_read_validate_core(const struct env_map_percpu *map, in envs_read_validate_core() [all …]
|
/u-boot/drivers/core/ |
A D | regmap.c | 51 struct regmap *map; in regmap_alloc() local 68 struct regmap *map; in regmap_init_mem_plat() local 138 struct regmap *map; in regmap_init_mem_index() local 185 struct regmap *map; in regmap_init_mem_range() local 212 struct regmap *map; in regmap_init_mem() local 294 struct regmap **mapp, *map; in devm_regmap_init() local 320 void *regmap_get_range(struct regmap *map, unsigned int range_num) in regmap_get_range() 331 int regmap_uninit(struct regmap *map) in regmap_uninit() 436 int regmap_read(struct regmap *map, uint offset, uint *valp) in regmap_read() 541 int regmap_raw_write(struct regmap *map, uint offset, const void *val, in regmap_raw_write() [all …]
|
/u-boot/arch/x86/cpu/efi/ |
A D | payload.c | 32 struct efi_entry_memmap *map; in board_get_usable_ram_top() local 78 struct efi_entry_memmap *map; in dram_init() local 102 struct efi_entry_memmap *map; in dram_init_banksize() local 183 struct efi_entry_memmap *map; in install_e820_map() local 263 struct efi_entry_memmap *map; in setup_efi_info() local
|
/u-boot/include/ |
A D | regmap.h | 222 #define regmap_range_set(map, range, type, member, val) \ argument 236 #define regmap_set(map, type, member, val) \ argument 249 #define regmap_range_get(map, range, type, member, valp) \ argument 262 #define regmap_get(map, type, member, valp) \ argument 288 #define regmap_read_poll_timeout_test(map, addr, val, cond, sleep_us, \ argument 311 #define regmap_read_poll_timeout(map, addr, val, cond, sleep_us, timeout_ms) \ argument
|
/u-boot/drivers/misc/ |
A D | gdsys_rxaui_ctrl.c | 24 #define rxaui_ctrl_set(map, member, val) \ argument 27 #define rxaui_ctrl_get(map, member, valp) \ argument 31 struct regmap *map; member
|
A D | ihs_fpga.h | 39 #define ihs_fpga_set(map, member, val) \ argument 48 #define ihs_fpga_get(map, member, valp) \ argument
|
A D | gdsys_ioep.h | 53 #define gdsys_ioep_set(map, member, val) \ argument 62 #define gdsys_ioep_get(map, member, valp) \ argument
|
/u-boot/test/dm/ |
A D | regmap.c | 24 struct regmap *map; in dm_test_regmap_base() local 77 struct regmap *map; in dm_test_regmap_syscon() local 104 struct regmap *map; in dm_test_regmap_rw() local 138 struct regmap *map; in dm_test_regmap_getset() local 169 struct regmap *map; in dm_test_regmap_poll() local
|
A D | syscon.c | 55 struct regmap *map; in dm_test_syscon_by_phandle() local
|
A D | syscon-reset.c | 28 struct regmap *map; in dm_test_syscon_reset() local
|
A D | mux-mmio.c | 20 struct regmap *map; in dm_test_mux_mmio_select() local
|
/u-boot/include/linux/ |
A D | bitmap.h | 49 __bitmap_set(unsigned long *map, unsigned int start, int len) in __bitmap_set() 70 __bitmap_clear(unsigned long *map, unsigned int start, int len) in __bitmap_clear() 189 static inline void bitmap_set(unsigned long *map, unsigned int start, in bitmap_set() 203 static inline void bitmap_clear(unsigned long *map, unsigned int start, in bitmap_clear()
|
A D | completion.h | 42 #define COMPLETION_INITIALIZER_ONSTACK_MAP(work, map) \ argument 74 # define DECLARE_COMPLETION_ONSTACK_MAP(work, map) \ argument 78 # define DECLARE_COMPLETION_ONSTACK_MAP(work, map) DECLARE_COMPLETION(work) argument
|
/u-boot/drivers/reset/ |
A D | reset-ipq4019.c | 105 const struct qcom_reset_map *map; in ipq4019_reset_assert() local 121 const struct qcom_reset_map *map; in ipq4019_reset_deassert() local
|
/u-boot/cmd/ |
A D | efi.c | 86 static void *efi_build_mem_table(struct efi_entry_memmap *map, int size, in efi_build_mem_table() 146 static void efi_print_mem_table(struct efi_entry_memmap *map, in efi_print_mem_table() 219 struct efi_entry_memmap *map; in do_efi_mem() local
|
/u-boot/arch/x86/cpu/ |
A D | irq.c | 34 struct pirq_regmap *map = priv->regmap; in pirq_reg_to_linkno() local 63 struct pirq_regmap *map = priv->regmap; in pirq_linkno_to_reg() local 155 struct pirq_regmap *map; in create_pirq_routing_table() local
|
/u-boot/lib/efi_loader/ |
A D | efi_runtime.c | 613 struct efi_mem_desc *map = (void *)efi_virtmap + in efi_convert_pointer() local 669 void efi_runtime_relocate(ulong offset, struct efi_mem_desc *map) in efi_runtime_relocate() 794 struct efi_mem_desc *map = (void*)virtmap + in efi_set_virtual_address_map() local 818 struct efi_mem_desc *map = (void*)virtmap + in efi_set_virtual_address_map() local 850 struct efi_mem_desc *map; in efi_set_virtual_address_map() local
|
/u-boot/drivers/axi/ |
A D | ihs_axi.c | 55 #define ihs_axi_set(map, member, val) \ argument 64 #define ihs_axi_get(map, member, valp) \ argument 72 struct regmap *map; member
|
/u-boot/board/freescale/common/ |
A D | cds_pci_ft.c | 18 u32 *map = NULL, *piccells = NULL; in cds_pci_fixup() local
|
/u-boot/fs/btrfs/ |
A D | volumes.c | 124 static inline int nr_parity_stripes(struct map_lookup *map) in nr_parity_stripes() 134 static inline int nr_data_stripes(struct map_lookup *map) in nr_data_stripes() 520 struct map_lookup *map; in read_one_chunk() local 852 struct map_lookup *map; in btrfs_num_copies() local 891 struct map_lookup *map; in btrfs_next_bg() local 958 struct map_lookup *map; in __btrfs_map_block() local
|
/u-boot/board/gdsys/common/ |
A D | ihs_mdio.c | 30 struct regmap *map; in read_reg() local 42 struct regmap *map; in write_reg() local
|
/u-boot/drivers/clk/meson/ |
A D | g12a-ao.c | 15 struct regmap *map; member
|
/u-boot/drivers/video/ |
A D | ihs_video_out.c | 49 #define ihs_video_out_set(map, member, val) \ argument 52 #define ihs_video_out_get(map, member, valp) \ argument 72 struct regmap *map; member
|
/u-boot/arch/x86/lib/ |
A D | coreboot_table.c | 104 struct cb_memory_range *map; in write_coreboot_table() local
|
/u-boot/drivers/video/imx/ |
A D | ipu_disp.c | 239 static void ipu_dc_map_config(int map, int byte_num, int offset, int mask) in ipu_dc_map_config() 255 static void ipu_dc_map_clear(int map) in ipu_dc_map_clear() 262 static void ipu_dc_write_tmpl(int word, u32 opcode, u32 operand, int map, in ipu_dc_write_tmpl() 841 int map; in ipu_init_sync_panel() local
|