Home
last modified time | relevance | path

Searched refs:ulong (Results 1 – 25 of 1557) sorted by relevance

12345678910>>...63

/openbmc/u-boot/arch/m68k/include/asm/
H A Dptrace.h13 ulong d0;
14 ulong d1;
15 ulong d2;
16 ulong d3;
17 ulong d4;
18 ulong d5;
19 ulong d6;
20 ulong d7;
21 ulong a0;
22 ulong a1;
[all …]
H A Dimmap_5272.h94 ulong dma_dmr;
97 ulong dma_dbcr;
98 ulong dma_dsar;
99 ulong dma_ddar;
214 ulong usb_asr;
215 ulong usb_drr1;
216 ulong usb_drr2;
275 ulong usb_ep0dr;
276 ulong usb_ep1dr;
277 ulong usb_ep2dr;
[all …]
/openbmc/u-boot/post/lib_powerpc/
H A Db.c28 extern void cpu_post_exec_11 (ulong *code, ulong *res, ulong op1);
29 extern void cpu_post_exec_31 (ulong *code, ulong *ctr, ulong *lr, ulong *jump,
30 ulong cr);
32 static int cpu_post_test_bc (ulong cmd, ulong bo, ulong bi, in cpu_post_test_bc()
33 int pjump, int decr, int link, ulong pctr, ulong cr) in cpu_post_test_bc()
38 ulong jump; in cpu_post_test_bc()
85 ulong code[] = in cpu_post_test_b()
94 ulong res; in cpu_post_test_b()
117 ulong res; in cpu_post_test_b()
131 ulong cc, cd; in cpu_post_test_b()
[all …]
H A Dcr.c37 extern void cpu_post_exec_11 (ulong *code, ulong *res, ulong op1);
38 extern void cpu_post_exec_21x (ulong *code, ulong *op1, ulong *op2, ulong op3);
49 ulong cr;
64 ulong cr;
65 ulong cs;
66 ulong cd;
237 ulong res; in cpu_post_test_cr()
259 ulong res; in cpu_post_test_cr()
260 ulong xer; in cpu_post_test_cr()
285 ulong res; in cpu_post_test_cr()
[all …]
H A Dstring.c24 extern void cpu_post_exec_02 (ulong *code, ulong op1, ulong op2);
25 extern void cpu_post_exec_04 (ulong *code, ulong op1, ulong op2, ulong op3,
26 ulong op4);
39 ulong code[] = in cpu_post_test_string()
52 cpu_post_exec_02(code, (ulong)src, (ulong)dst); in cpu_post_test_string()
61 ulong code[] = in cpu_post_test_string()
74 cpu_post_exec_04(code, (ulong)src, (ulong)dst, 0, sizeof(src)); in cpu_post_test_string()
H A Dload.c32 extern void cpu_post_exec_22w (ulong *code, ulong *op1, ulong op2, ulong *op3);
33 extern void cpu_post_exec_21w (ulong *code, ulong *op1, ulong *op2);
37 ulong cmd;
41 ulong offset;
170 ulong base0 = (ulong) (data + 8); in cpu_post_test_load()
171 ulong base = base0; in cpu_post_test_load()
172 ulong value; in cpu_post_test_load()
176 ulong code[] = in cpu_post_test_load()
186 ulong code[] = in cpu_post_test_load()
220 ret = *(ulong *)(base0 + test->offset) == value ? in cpu_post_test_load()
H A Dstore.c32 extern void cpu_post_exec_12w (ulong *code, ulong *op1, ulong op2, ulong op3);
33 extern void cpu_post_exec_11w (ulong *code, ulong *op1, ulong op2);
37 ulong cmd;
41 ulong offset;
42 ulong value;
155 ulong base0 = (ulong) (data + 8); in cpu_post_test_store()
156 ulong base = base0; in cpu_post_test_store()
160 ulong code[] = in cpu_post_test_store()
170 ulong code[] = in cpu_post_test_store()
200 ret = *(ulong *)(base0 + test->offset) == test->value ? in cpu_post_test_store()
H A Dcmp.c27 extern void cpu_post_exec_12 (ulong *code, ulong *res, ulong op1, ulong op2);
31 ulong cmd;
32 ulong op1;
33 ulong op2;
34 ulong cr;
35 ulong res;
98 ulong res; in cpu_post_test_cmp()
/openbmc/u-boot/arch/powerpc/lib/
H A Dbootm.c34 static ulong get_sp (void);
44 void (*kernel)(bd_t *, ulong r4, ulong r5, ulong r6, in boot_jump_linux()
45 ulong r7, ulong r8, ulong r9); in boot_jump_linux()
50 kernel = (void (*)(bd_t *, ulong, ulong, ulong, in boot_jump_linux()
51 ulong, ulong, ulong))images->ep; in boot_jump_linux()
53 (ulong)kernel); in boot_jump_linux()
116 ulong size, sp, bootmap_base; in arch_lmb_reserve()
260 static ulong get_sp (void) in get_sp()
262 ulong sp; in get_sp()
335 ((void (*)(void *, ulong, ulong, ulong, in boot_jump_vxworks()
[all …]
/openbmc/u-boot/post/drivers/
H A Dmemory.c238 static int memory_post_addrline(ulong *testaddr, ulong *base, ulong size) in memory_post_addrline()
240 ulong *target; in memory_post_addrline()
241 ulong *end; in memory_post_addrline()
243 ulong xor; in memory_post_addrline()
246 end = (ulong *)((ulong)base + size); /* pointer arith! */ in memory_post_addrline()
249 target = (ulong *)((ulong)testaddr ^ xor); in memory_post_addrline()
275 ulong *mem = (ulong *) start; in memory_post_test1()
305 ulong *mem = (ulong *) start; in memory_post_test2()
335 ulong *mem = (ulong *) start; in memory_post_test3()
365 ulong *mem = (ulong *) start; in memory_post_test4()
[all …]
/openbmc/linux/mm/damon/
H A Dmodules-common.h12 ulong, 0600); \
13 module_param_named(aggr_interval, attrs.aggr_interval, ulong, \
21 module_param_named(quota_ms, quota.ms, ulong, 0600); \
23 quota.reset_interval, ulong, 0600);
27 module_param_named(quota_sz, quota.sz, ulong, 0600);
30 module_param_named(wmarks_interval, wmarks.interval, ulong, \
32 module_param_named(wmarks_high, wmarks.high, ulong, 0600); \
33 module_param_named(wmarks_mid, wmarks.mid, ulong, 0600); \
34 module_param_named(wmarks_low, wmarks.low, ulong, 0600);
39 module_param_named(bytes_##try_name, stat.sz_tried, ulong, \
[all …]
/openbmc/u-boot/include/
H A Dimage.h599 uint8_t arch, ulong *rd_start, ulong *rd_end);
627 ulong *setup_start, ulong *setup_len);
652 int arch, ulong *datap, ulong *lenp);
687 enum fit_load_op load_op, ulong *datap, ulong *lenp);
727 ulong *initrd_start, ulong *initrd_end);
863 ulong *data, ulong *len);
910 int bootz_setup(ulong image, ulong *start, ulong *end);
921 int booti_setup(ulong image, ulong *relocated_addr, ulong *size,
1333 ulong *os_data, ulong *os_len);
1335 ulong *rd_data, ulong *rd_len);
[all …]
H A Diotrace.h13 typedef ulong iovalue_t;
71 void iotrace_writel(ulong value, const void *ptr);
73 void iotrace_writew(ulong value, const void *ptr);
75 void iotrace_writeb(ulong value, const void *ptr);
98 void iotrace_set_region(ulong start, ulong size);
111 void iotrace_get_region(ulong *start, ulong *size);
143 void iotrace_set_buffer(ulong start, ulong size);
155 void iotrace_get_buffer(ulong *start, ulong *size, ulong *needed_size, ulong *offset, ulong *count);
H A Dcommon.h117 ulong board_get_usable_ram_top(ulong total_size);
188 ulong env_get_ulong(const char *name, int base, ulong default_val);
200 ulong env_get_hex(const char *varname, ulong default_val);
311 void relocate_code(ulong);
313 void relocate_code(ulong, gd_t *, ulong) __attribute__ ((noreturn));
315 ulong get_endaddr (void);
316 void trap_init (ulong);
344 ulong get_tbclk (void);
364 ulong get_bus_freq (ulong);
394 ulong lcd_setmem (ulong);
[all …]
H A Dflash.h19 ulong size; /* total bank size in bytes */
21 ulong flash_id; /* combined device & manufacturer code */
29 ulong write_tout; /* maximum write timeout */
90 extern int flash_sect_erase (ulong addr_first, ulong addr_last);
91 extern int flash_sect_protect (int flag, ulong addr_first, ulong addr_last);
92 extern int flash_sect_roundb (ulong *addr);
97 extern void flash_protect (int flag, ulong from, ulong to, flash_info_t *info);
98 extern int flash_write (char *, ulong, ulong);
99 extern flash_info_t *addr2info (ulong);
100 extern int write_buff (flash_info_t *info, uchar *src, ulong addr, ulong cnt);
[all …]
/openbmc/u-boot/common/
H A Diotrace.c27 ulong start;
28 ulong size;
29 ulong needed_size;
30 ulong offset;
31 ulong region_start;
32 ulong region_size;
51 if ((ulong)ptr < iotrace.region_start || in add_record()
137 void iotrace_set_region(ulong start, ulong size) in iotrace_set_region()
149 void iotrace_get_region(ulong *start, ulong *size) in iotrace_get_region()
165 void iotrace_set_buffer(ulong start, ulong size) in iotrace_set_buffer()
[all …]
/openbmc/u-boot/drivers/bootcount/
H A Dbootcount_ram.c12 const ulong patterns[] = { 0x00000000,
18 const ulong OFFS_PATTERN = 3;
19 const ulong REPEAT_PATTERN = 1000;
21 void bootcount_store(ulong a) in bootcount_store()
23 ulong *save_addr; in bootcount_store()
24 ulong size = 0; in bootcount_store()
38 flush_dcache_range((ulong)&save_addr[0], in bootcount_store()
43 ulong bootcount_load(void) in bootcount_load()
45 ulong *save_addr; in bootcount_load()
46 ulong size = 0; in bootcount_load()
[all …]
/openbmc/u-boot/env/
H A Dflash.c59 static ulong __maybe_unused end_addr =
80 ulong addr_default = (ulong)&default_environment[0]; in env_flash_init()
81 ulong addr1 = (ulong)&(flash_addr->data); in env_flash_init()
82 ulong addr2 = (ulong)&(flash_addr_new->data); in env_flash_init()
126 ulong up_data = 0; in env_flash_save()
171 (ulong)&(flash_addr_new->data), in env_flash_save()
197 ulong ltmp = end_addr; in env_flash_save()
245 ulong up_data = 0; in env_flash_save()
261 (ulong)saved_data); in env_flash_save()
315 ulong ltmp = end_addr; in env_flash_load()
[all …]
/openbmc/linux/arch/powerpc/include/asm/
H A Dkvm_host.h566 ulong tar;
572 ulong purr;
574 ulong ic;
575 ulong dscr;
576 ulong amr;
578 ulong iamr;
581 ulong dabr;
587 ulong cfar;
588 ulong ppr;
604 ulong tid;
[all …]
H A Dkvm_book3s_asm.h84 ulong host_r1;
85 ulong host_r2;
86 ulong host_msr;
88 ulong scratch0;
89 ulong scratch1;
90 ulong scratch2;
125 ulong gpr[14];
127 ulong xer;
128 ulong ctr;
129 ulong lr;
[all …]
/openbmc/u-boot/arch/m68k/lib/
H A Dbootm.c26 static ulong get_sp (void);
31 ulong sp; in arch_lmb_reserve()
54 void (*kernel) (bd_t *, ulong, ulong, ulong, ulong); in do_bootm_linux()
78 kernel = (void (*)(bd_t *, ulong, ulong, ulong, ulong))images->ep; in do_bootm_linux()
81 (ulong) kernel); in do_bootm_linux()
101 static ulong get_sp (void) in get_sp()
103 ulong sp; in get_sp()
/openbmc/u-boot/drivers/clk/aspeed/
H A Dclk_ast2500.c139 ulong axi_div = 2; in ast2500_get_hclk()
194 ulong rate; in ast2500_clk_get_rate()
243 ulong input_rate;
244 ulong rate;
281 static ulong ast2500_calc_clock_config(ulong input_rate, ulong requested_rate, in ast2500_calc_clock_config()
329 static ulong ast2500_configure_ddr(struct ast2500_scu *scu, ulong rate) in ast2500_configure_ddr()
353 static ulong ast2500_configure_d2pll(struct ast2500_scu *scu, ulong rate) in ast2500_configure_d2pll()
371 ulong new_rate; in ast2500_configure_d2pll()
408 ulong new_rate; in ast2500_clk_set_rate()
432 ulong required_rate; in ast2500_configure_mac()
[all …]
/openbmc/u-boot/drivers/reset/
H A Dreset-uniphier.c264 .data = (ulong)uniphier_pro4_sys_reset_data,
268 .data = (ulong)uniphier_pro4_sys_reset_data,
297 .data = (ulong)uniphier_mio_reset_data,
301 .data = (ulong)uniphier_mio_reset_data,
305 .data = (ulong)uniphier_mio_reset_data,
309 .data = (ulong)uniphier_mio_reset_data,
313 .data = (ulong)uniphier_mio_reset_data,
317 .data = (ulong)uniphier_mio_reset_data,
321 .data = (ulong)uniphier_mio_reset_data,
325 .data = (ulong)uniphier_mio_reset_data,
[all …]
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx25/
H A Dgeneric.c55 ulong fref = MXC_HCLK; in imx_get_mpllclk()
63 ulong fref = MXC_HCLK; in imx_get_upllclk()
68 static ulong imx_get_armclk(void) in imx_get_armclk()
71 ulong cctl = readl(&ccm->cctl); in imx_get_armclk()
72 ulong fref = imx_get_mpllclk(); in imx_get_armclk()
73 ulong div; in imx_get_armclk()
87 ulong cctl = readl(&ccm->cctl); in imx_get_ahbclk()
88 ulong fref = imx_get_armclk(); in imx_get_ahbclk()
89 ulong div; in imx_get_ahbclk()
107 ulong div; in imx_get_perclk()
[all …]
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_tmpl.c35 qla27xx_insertbuf(void *mem, ulong size, void *buf, ulong *len) in qla27xx_insertbuf()
108 ulong *len) in qla27xx_read_window()
263 ulong dwords; in qla27xx_fwdt_entry_t262()
843 ulong type; in qla27xx_walk_template()
946 static ulong
950 ulong len = 0; in qla27xx_execute_fwdt_template()
962 ulong
966 ulong len = 0; in qla27xx_fwdt_calculate_dump_size()
976 ulong
1016 ulong len; in qla27xx_mpi_fwdump()
[all …]

12345678910>>...63