HomeSort by: relevance | last modified time | path
    Searched refs:of_decode_int (Results 1 - 16 of 16) sorted by relevancy

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

Completed in 19 milliseconds