| /rk3399_rockchip-uboot/drivers/core/ |
| H A D | regmap.c | 23 struct regmap *map; in regmap_alloc_count() local 47 struct regmap *map; in regmap_init_mem_platdata() local 67 struct regmap *map; in regmap_init_mem() local 111 void *regmap_get_range(struct regmap *map, unsigned int range_num) in regmap_get_range() 122 int regmap_uninit(struct regmap *map) in regmap_uninit() 131 int regmap_read(struct regmap *map, uint offset, uint *valp) in regmap_read() 140 int regmap_write(struct regmap *map, uint offset, uint val) in regmap_write() 149 int regmap_update_bits(struct regmap *map, uint offset, uint mask, uint val) in regmap_update_bits()
|
| H A D | syscon-uclass.c | 103 struct regmap *map; in syscon_get_first_range() local
|
| /rk3399_rockchip-uboot/test/dm/ |
| H A D | regmap.c | 22 struct regmap *map; in dm_test_regmap_base() local 61 struct regmap *map; in dm_test_regmap_syscon() local
|
| H A D | syscon.c | 55 struct regmap *map; in dm_test_syscon_by_phandle() local
|
| /rk3399_rockchip-uboot/arch/x86/lib/efi/ |
| H A D | efi.c | 28 struct efi_entry_memmap *map; in board_get_usable_ram_top() local 74 struct efi_entry_memmap *map; in dram_init() local 98 struct efi_entry_memmap *map; in dram_init_banksize() local
|
| /rk3399_rockchip-uboot/include/ |
| H A D | regmap.h | 43 #define regmap_write32(map, ptr, member, val) \ argument 46 #define regmap_read32(map, ptr, member, valp) \ argument 67 #define regmap_read_poll_timeout(map, addr, val, cond, sleep_us, timeout_ms) \ argument
|
| /rk3399_rockchip-uboot/scripts/basic/ |
| H A D | fixdep.c | 220 static void parse_config_file(const char *map, size_t len) in parse_config_file() 298 void *map; in do_config_file() local 334 static void parse_dep_file(void *map, size_t len) in parse_dep_file() 418 void *map; in print_deps() local
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | efi.c | 69 void *efi_build_mem_table(struct efi_entry_memmap *map, int size, bool skip_bs) in efi_build_mem_table() 122 static void efi_print_mem_table(struct efi_entry_memmap *map, in efi_print_mem_table() 194 struct efi_entry_memmap *map; in do_efi_mem() local
|
| /rk3399_rockchip-uboot/board/freescale/common/ |
| H A D | cds_pci_ft.c | 18 u32 *map = NULL, *piccells = NULL; in cds_pci_fixup() local
|
| /rk3399_rockchip-uboot/lib/efi_loader/ |
| H A D | efi_runtime.c | 217 void efi_runtime_relocate(ulong offset, struct efi_mem_desc *map) in efi_runtime_relocate() 281 struct efi_mem_desc *map = (void*)virtmap + in efi_set_virtual_address_map() local 306 struct efi_mem_desc *map; in efi_set_virtual_address_map() local
|
| H A D | efi_memory.c | 90 static int efi_mem_carve_out(struct efi_mem_list *map, in efi_mem_carve_out()
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | mingw_support.c | 27 void *map = NULL; in mmap() local
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | ipu_disp.c | 238 static void ipu_dc_map_config(int map, int byte_num, int offset, int mask) in ipu_dc_map_config() 254 static void ipu_dc_map_clear(int map) in ipu_dc_map_clear() 261 static void ipu_dc_write_tmpl(int word, u32 opcode, u32 operand, int map, in ipu_dc_write_tmpl() 840 int map; in ipu_init_sync_panel() local
|
| /rk3399_rockchip-uboot/arch/x86/lib/ |
| H A D | coreboot_table.c | 102 struct cb_memory_range *map; in write_coreboot_table() local
|
| /rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/ |
| H A D | sata.c | 197 u16 map = 0; in bd82x6x_sata_enable() local
|
| /rk3399_rockchip-uboot/arch/x86/cpu/broadwell/ |
| H A D | sata.c | 215 u16 map; in broadwell_sata_enable() local
|
| /rk3399_rockchip-uboot/drivers/input/ |
| H A D | key_matrix.c | 111 uchar *map; in create_keymap() local
|
| /rk3399_rockchip-uboot/drivers/crypto/rockchip/ |
| H A D | crypto_ce.c | 148 static u32 rk_get_cemode(const struct rockchip_map *map, u32 num, u32 algo) in rk_get_cemode() 152 const struct rockchip_map *map; in rk_get_cemode() member 171 const struct rockchip_map *map = map_tbl[i].map; in rk_get_cemode() local 184 const struct rockchip_map *map, u32 num) in rk_load_map()
|
| /rk3399_rockchip-uboot/drivers/ram/rockchip/ |
| H A D | sdram_rv1108.c | 27 struct regmap *map; member
|
| H A D | sdram_rk3188.c | 55 struct regmap *map; member 882 struct regmap *map; in rk3188_dmc_probe() local
|
| H A D | sdram_rk3288.c | 58 struct regmap *map; member 1044 struct regmap *map; in rk3288_dmc_probe() local
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv8/ |
| H A D | cache_v8.c | 202 static void add_map(struct mm_region *map) in add_map() 279 struct mm_region *map = &mem_map[i]; in count_required_pts() local
|
| /rk3399_rockchip-uboot/lib/efi/ |
| H A D | efi_stub.c | 279 struct efi_entry_memmap map; in efi_main() local
|
| /rk3399_rockchip-uboot/arch/arm/mach-aspeed/ast2500/ |
| H A D | sdram_ast2500.c | 392 struct regmap *map; in ast2500_sdrammc_ofdata_to_platdata() local
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/rk3066/ |
| H A D | sdram_rk3066.c | 55 struct regmap *map; member 867 struct regmap *map; in rk3066_dmc_probe() local
|