Symbol: of_decode_int
sys/arch/arm/altera/cycv_clkmgr.c
271
clk->u.div.addr = of_decode_int(buf);
sys/arch/arm/altera/cycv_clkmgr.c
272
clk->u.div.shift = of_decode_int(buf + 4);
sys/arch/arm/altera/cycv_clkmgr.c
273
clk->u.div.mask = ((1 << of_decode_int(buf + 8)) - 1) <<
sys/arch/arm/altera/cycv_clkmgr.c
285
clk->gate_addr = of_decode_int(buf);
sys/arch/arm/altera/cycv_clkmgr.c
286
clk->gate_shift = of_decode_int(buf + 4);
sys/arch/arm/altera/cycv_clkmgr.c
293
fdtbus_get_phandle_from_native(of_decode_int(buf));
sys/arch/arm/altera/cycv_rstmgr.c
103
value = of_decode_int(data);
sys/arch/powerpc/powerpc/rtas.c
116
sc->ra_version = of_decode_int(buf);
sys/arch/powerpc/powerpc/rtas.c
119
rtas_size = of_decode_int(buf);
sys/arch/powerpc/powerpc/rtas.c
156
rtas_function_token[index].token = of_decode_int(buf);
sys/arch/shark/ofw/chipsfb_ofbus.c
131
stdout_ihandle = of_decode_int((void *)&stdout_ihandle);
sys/arch/shark/ofw/igsfb_ofbus.c
136
stdout_ihandle = of_decode_int((void *)&stdout_ihandle);
sys/arch/shark/ofw/ofrom.c
116
sc->base = of_decode_int(&regbuf[0]);
sys/arch/shark/ofw/ofrom.c
117
sc->size = of_decode_int(&regbuf[4]);
sys/arch/shark/ofw/ofw.c
1490
mp->start = of_decode_int((unsigned char *)&mp->start);
sys/arch/shark/ofw/ofw.c
1491
mp->size = of_decode_int((unsigned char *)&mp->size);
sys/arch/shark/ofw/ofw.c
1570
tp->virt = of_decode_int((unsigned char *)&tp->virt);
sys/arch/shark/ofw/ofw.c
1571
tp->size = of_decode_int((unsigned char *)&tp->size);
sys/arch/shark/ofw/ofw.c
1572
tp->phys = of_decode_int((unsigned char *)&tp->phys);
sys/arch/shark/ofw/ofw.c
1573
tp->mode = of_decode_int((unsigned char *)&tp->mode);
sys/arch/shark/ofw/ofw.c
1667
mem_ihandle = of_decode_int((unsigned char *)&mem_ihandle);
sys/arch/shark/ofw/ofw.c
1686
mmu_ihandle = of_decode_int((unsigned char *)&mmu_ihandle);
sys/arch/shark/ofw/ofw.c
573
of_decode_int((unsigned char *)&vclean))) == -1)
sys/arch/shark/ofw/ofw.c
610
hi = of_decode_int((unsigned char *)
sys/arch/shark/ofw/ofw.c
612
start = of_decode_int((unsigned char *)
sys/arch/shark/ofw/ofw.c
660
hi = of_decode_int((unsigned char *)
sys/arch/shark/ofw/ofw.c
662
start = of_decode_int((unsigned char *)
sys/arch/shark/ofw/ofw.c
710
dr->start = of_decode_int((unsigned char *)&dr->start);
sys/arch/shark/ofw/ofw.c
711
dr->size = of_decode_int((unsigned char *)&dr->size);
sys/arch/shark/ofw/vga_ofbus.c
148
stdout_ihandle = of_decode_int((unsigned char *)&stdout_ihandle);
sys/arch/shark/stand/ofwboot/Locore.c
518
stdin = of_decode_int(buf);
sys/arch/shark/stand/ofwboot/Locore.c
522
stdout = of_decode_int(buf);
sys/arch/shark/stand/ofwboot/Locore.c
83
return (of_decode_int((unsigned char *)&vclean));
sys/arch/shark/stand/ofwboot/openfirm.h
58
int of_decode_int(const u_char *);
sys/dev/ofisa/com_ofisa.c
142
freq = of_decode_int(&freqbuf[0]);
sys/dev/ofisa/ofisa.c
188
if (of_decode_int(&bp[0]) & 1)
sys/dev/ofisa/ofisa.c
192
descp[i].addr = of_decode_int(&bp[4]);
sys/dev/ofisa/ofisa.c
193
descp[i].len = of_decode_int(&bp[8]);
sys/dev/ofisa/ofisa.c
258
descp[i].irq = of_decode_int(&bp[0]);
sys/dev/ofisa/ofisa.c
259
switch (of_decode_int(&bp[4])) {
sys/dev/ofisa/ofisa.c
272
of_decode_int(&bp[4]));
sys/dev/ofisa/ofisa.c
340
descp[i].drq = of_decode_int(&bp[0]);
sys/dev/ofisa/ofisa.c
341
descp[i].mode = of_decode_int(&bp[4]);
sys/dev/ofisa/ofisa.c
342
descp[i].width = of_decode_int(&bp[8]);
sys/dev/ofisa/ofisa.c
343
descp[i].countwidth = of_decode_int(&bp[12]);
sys/dev/ofisa/ofisa.c
344
descp[i].busmaster = of_decode_int(&bp[16]);
sys/dev/ofw/ofcons.c
283
stdin = of_decode_int(stdinbuf);
sys/dev/ofw/ofcons.c
284
stdout = of_decode_int(stdoutbuf);
sys/dev/ofw/ofw_subr.c
323
of_decode_int(const unsigned char *p)
sys/dev/ofw/openfirm.h
120
int of_decode_int(const unsigned char *);
usr.sbin/ofctl/ofctl.c
642
address_cells = of_decode_int(address_cells_buf);
usr.sbin/ofctl/ofctl.c
644
reg[len] = of_decode_int(&reg_buf[len * 4]);
usr.sbin/ofctl/ofctl.c
795
u_int32_t freq = of_decode_int(buf);
usr.sbin/ofctl/ofctl.c
827
u_int32_t freq = of_decode_int(buf);