Searched refs:of_decode_int (Results 1 – 16 of 16) sorted by relevance
188 if (of_decode_int(&bp[0]) & 1) in ofisa_reg_get()192 descp[i].addr = of_decode_int(&bp[4]); in ofisa_reg_get()193 descp[i].len = of_decode_int(&bp[8]); in ofisa_reg_get()258 descp[i].irq = of_decode_int(&bp[0]); in ofisa_intr_get()259 switch (of_decode_int(&bp[4])) { in ofisa_intr_get()272 of_decode_int(&bp[4])); in ofisa_intr_get()340 descp[i].drq = of_decode_int(&bp[0]); in ofisa_dma_get()341 descp[i].mode = of_decode_int(&bp[4]); in ofisa_dma_get()342 descp[i].width = of_decode_int(&bp[8]); in ofisa_dma_get()343 descp[i].countwidth = of_decode_int(&bp[12]); in ofisa_dma_get()[all …]
142 freq = of_decode_int(&freqbuf[0]); in com_ofisa_attach()
573 of_decode_int((unsigned char *)&vclean))) == -1) in ofw_getcleaninfo()610 hi = of_decode_int((unsigned char *) in ofw_configisaonly()612 start = of_decode_int((unsigned char *) in ofw_configisaonly()660 hi = of_decode_int((unsigned char *) in ofw_configvl()662 start = of_decode_int((unsigned char *) in ofw_configvl()710 dr->start = of_decode_int((unsigned char *)&dr->start); in ofw_configisadma()711 dr->size = of_decode_int((unsigned char *)&dr->size); in ofw_configisadma()1490 mp->start = of_decode_int((unsigned char *)&mp->start); in ofw_getphysmeminfo()1491 mp->size = of_decode_int((unsigned char *)&mp->size); in ofw_getphysmeminfo()1570 tp->virt = of_decode_int((unsigned char *)&tp->virt); in ofw_getvirttranslations()[all …]
116 sc->base = of_decode_int(®buf[0]); in ofromattach()117 sc->size = of_decode_int(®buf[4]); in ofromattach()
148 stdout_ihandle = of_decode_int((unsigned char *)&stdout_ihandle); in vga_ofbus_cnattach()
136 stdout_ihandle = of_decode_int((void *)&stdout_ihandle); in igsfb_ofbus_cnattach()
131 stdout_ihandle = of_decode_int((void *)&stdout_ihandle); in chipsfb_ofbus_cnattach()
83 return (of_decode_int((unsigned char *)&vclean)); in ofw_getcleaninfo()113 of_decode_int(const u_char *p) in of_decode_int() function518 stdin = of_decode_int(buf); in setup()522 stdout = of_decode_int(buf); in setup()
58 int of_decode_int(const u_char *);
271 clk->u.div.addr = of_decode_int(buf); in cycv_clkmgr_clock_parse()272 clk->u.div.shift = of_decode_int(buf + 4); in cycv_clkmgr_clock_parse()273 clk->u.div.mask = ((1 << of_decode_int(buf + 8)) - 1) << in cycv_clkmgr_clock_parse()285 clk->gate_addr = of_decode_int(buf); in cycv_clkmgr_clock_parse()286 clk->gate_shift = of_decode_int(buf + 4); in cycv_clkmgr_clock_parse()293 fdtbus_get_phandle_from_native(of_decode_int(buf)); in cycv_clkmgr_clock_parse()
103 value = of_decode_int(data); in cycv_rst_acquire()
114 sc->ra_version = of_decode_int(buf); in rtas_attach()117 rtas_size = of_decode_int(buf); in rtas_attach()154 rtas_function_token[index].token = of_decode_int(buf); in rtas_attach()
480 of_decode_int(const u_int8_t *p) in of_decode_int() function642 address_cells = of_decode_int(address_cells_buf); in ofname()644 reg[len] = of_decode_int(®_buf[len * 4]); in ofname()795 u_int32_t freq = of_decode_int(buf); in frequency_format()827 u_int32_t freq = of_decode_int(buf); in size_format()
120 int of_decode_int(const unsigned char *);
283 stdin = of_decode_int(stdinbuf); in ofcons_probe()284 stdout = of_decode_int(stdoutbuf); in ofcons_probe()
165 of_decode_int(const unsigned char *p) in OF_DEVICE_CALL_REGISTER()