Searched refs:of_getintprop_default (Results 1 - 25 of 36) sorted by relevance

12

/linux-master/arch/sparc/kernel/
H A Dprom_64.c403 this_cpu_id = of_getintprop_default(cpun, mid_prop, -1);
407 this_cpu_id = of_getintprop_default(cpun, mid_prop, -1);
441 int cpuid = of_getintprop_default(dp, mid_prop, -1);
447 cpuid = of_getintprop_default(dp, this_mid_prop, -1);
513 portid = of_getintprop_default(portid_parent,
531 of_getintprop_default(dp, "clock-frequency", 0);
535 of_getintprop_default(dp, "l1-dcache-size",
538 of_getintprop_default(dp, "l1-dcache-line-size",
541 of_getintprop_default(dp, "l1-icache-size",
544 of_getintprop_default(d
[all...]
H A Dsun4d_irq.c259 int devid = of_getintprop_default(dp, "device-id", 0);
260 int board = of_getintprop_default(dp, "board#", 0);
369 board = of_getintprop_default(board_parent, "board#", -1);
443 board = of_getintprop_default(dp, "board#", -1);
491 int devid = of_getintprop_default(dp, "device-id", 0);
492 int board = of_getintprop_default(dp, "board#", 0);
H A Dprom_common.c34 int of_getintprop_default(struct device_node *np, const char *name, int def) function
45 EXPORT_SYMBOL(of_getintprop_default); variable
H A Dsbus.c294 portid = of_getintprop_default(op->dev.of_node, "portid", -1);
368 portid = of_getintprop_default(op->dev.of_node, "portid", -1);
446 portid = of_getintprop_default(op->dev.of_node, "portid", -1);
503 portid = of_getintprop_default(op->dev.of_node, "portid", -1);
594 portid = of_getintprop_default(op->dev.of_node, "portid", -1);
H A Dprom_irqtrans.c446 irq_data->portid = of_getintprop_default(dp, "portid", 0);
447 irq_data->chip_version = of_getintprop_default(dp, "version#", 0);
557 irq_data->portid = of_getintprop_default(dp, "portid", 0);
H A Dpsycho_common.c461 pbm->chip_version = of_getintprop_default(dp, "version#", 0);
462 pbm->chip_revision = of_getintprop_default(dp, "module-revision#", 0);
H A Dcentral.c186 p->board_num = of_getintprop_default(op->dev.of_node, "board#", -1);
H A Dpci.c302 dev->vendor = of_getintprop_default(node, "vendor-id", 0xffff);
303 dev->device = of_getintprop_default(node, "device-id", 0xffff);
305 of_getintprop_default(node, "subsystem-vendor-id", 0);
307 of_getintprop_default(node, "subsystem-id", 0);
H A Dpci_schizo.c1365 pbm->chip_version = of_getintprop_default(dp, "version#", 0);
1366 pbm->chip_revision = of_getintprop_default(dp, "module-version#", 0);
1426 portid = of_getintprop_default(dp, "portid", 0xff);
H A Dpci_fire.c468 portid = of_getintprop_default(dp, "portid", 0xff);
/linux-master/drivers/video/fbdev/
H A Dsunxvr1000.c32 gp->width = of_getintprop_default(gp->of_node, "width", 0);
33 gp->height = of_getintprop_default(gp->of_node, "height", 0);
34 gp->depth = of_getintprop_default(gp->of_node, "depth", 32);
H A Dsunxvr2500.c36 sp->width = of_getintprop_default(sp->of_node, "width", 0);
37 sp->height = of_getintprop_default(sp->of_node, "height", 0);
38 sp->depth = of_getintprop_default(sp->of_node, "depth", 8);
H A Dsunxvr500.c58 ep->width = of_getintprop_default(ep->of_node, "width", 0);
59 ep->height = of_getintprop_default(ep->of_node, "height", 0);
60 ep->depth = of_getintprop_default(ep->of_node, "depth", 8);
H A Dsbuslib.c25 var->xres = of_getintprop_default(dp, "width", 1152);
26 var->yres = of_getintprop_default(dp, "height", 900);
H A Dp9100.c271 linebytes = of_getintprop_default(dp, "linebytes", info->var.xres);
H A Dcg3.c372 linebytes = of_getintprop_default(dp, "linebytes",
H A Dbw2.c290 linebytes = of_getintprop_default(dp, "linebytes",
H A Dtcx.c382 linebytes = of_getintprop_default(dp, "linebytes",
H A Dcg6.c766 linebytes = of_getintprop_default(dp, "linebytes",
770 dblbuf = of_getintprop_default(dp, "dblbuf", 0);
/linux-master/arch/sparc/include/asm/
H A Dprom.h38 int of_getintprop_default(struct device_node *np,
/linux-master/drivers/scsi/
H A Dsun_esp.c128 esp->scsi_id = of_getintprop_default(dp, "initiator-id", 0xff);
132 esp->scsi_id = of_getintprop_default(dp, "scsi-initiator-id", 0xff);
136 esp->scsi_id = of_getintprop_default(espdma->dev.of_node,
165 fmhz = of_getintprop_default(dp, "clock-frequency", 0);
167 fmhz = of_getintprop_default(bus_dp, "clock-frequency", 0);
180 bursts = of_getintprop_default(dp, "burst-sizes", 0xff);
181 val = of_getintprop_default(dma_dp, "burst-sizes", 0xff);
185 val = of_getintprop_default(dma_dp->parent, "burst-sizes", 0xff);
H A Dqlogicpti.c770 qpti->scsi_id = of_getintprop_default(dp, "initiator-id", -1);
772 qpti->scsi_id = of_getintprop_default(dp, "scsi-initiator-id",
776 of_getintprop_default(dp->parent,
789 bursts = of_getintprop_default(op->dev.of_node, "burst-sizes", 0xff);
790 bmask = of_getintprop_default(op->dev.of_node->parent, "burst-sizes", 0xff);
/linux-master/drivers/input/misc/
H A Dsparcspkr.c208 info->clock_freq = of_getintprop_default(dp, "clock-frequency", 0);
/linux-master/drivers/net/ethernet/sun/
H A Dsunqe.c754 bsizes = of_getintprop_default(dp, "burst-sizes", 0xff);
756 bsizes_more = of_getintprop_default(dp->parent, "burst-sizes", 0xff);
853 i = of_getintprop_default(op->dev.of_node, "channel#", -1);
H A Dsunbmac.c1118 bsizes = of_getintprop_default(qec_op->dev.of_node, "burst-sizes", 0xff);
1119 bsizes_more = of_getintprop_default(qec_op->dev.of_node, "burst-sizes", 0xff);
1169 bp->board_rev = of_getintprop_default(bp->bigmac_op->dev.of_node,

Completed in 190 milliseconds

12