Searched refs:num_chips (Results 1 – 16 of 16) sorted by relevance
/linux-4.4.14/drivers/irqchip/ |
D | irq-ingenic.c | 34 unsigned num_chips; member 50 for (i = 0; i < intc->num_chips; i++) { in intc_cascade() 88 unsigned num_chips) in ingenic_intc_of_init() argument 113 intc->num_chips = num_chips; in ingenic_intc_of_init() 120 for (i = 0; i < num_chips; i++) { in ingenic_intc_of_init() 146 domain = irq_domain_add_legacy(node, num_chips * 32, JZ4740_IRQ_BASE, 0, in ingenic_intc_of_init()
|
D | irq-orion.c | 38 for (n = 0; n < dgc->num_chips; n++, base += ORION_IRQS_PER_CHIP) { in orion_handle_irq() 56 int n, ret, base, num_chips = 0; in orion_irq_init() local 60 while (of_address_to_resource(np, num_chips, &r) == 0) in orion_irq_init() 61 num_chips++; in orion_irq_init() 64 num_chips * ORION_IRQS_PER_CHIP, in orion_irq_init() 76 for (n = 0, base = 0; n < num_chips; n++, base += ORION_IRQS_PER_CHIP) { in orion_irq_init()
|
D | irq-atmel-aic.c | 192 if (idx >= dgc->num_chips) in aic_irq_domain_xlate()
|
/linux-4.4.14/sound/i2c/other/ |
D | ak4xxx-adda.c | 284 ak->num_chips = ak->num_dacs / 2; in snd_akm4xxx_init() 290 ak->num_chips = ak->num_dacs / 2; in snd_akm4xxx_init() 296 ak->num_chips = 1; in snd_akm4xxx_init() 302 ak->num_chips = 1; in snd_akm4xxx_init() 308 ak->num_chips = 1; in snd_akm4xxx_init() 314 ak->num_chips = ak->num_dacs / 2; in snd_akm4xxx_init() 320 ak->num_chips = 1; in snd_akm4xxx_init() 326 ak->num_chips = ak->num_dacs / 2; in snd_akm4xxx_init() 335 for (chip = 0; chip < ak->num_chips; chip++) { in snd_akm4xxx_init() 867 for (chip = 0; chip < ak->num_chips; chip++) { in proc_regs_read()
|
/linux-4.4.14/include/linux/mfd/ |
D | htc-egpio.h | 51 int num_chips; member
|
/linux-4.4.14/include/sound/ |
D | ak4xxx-adda.h | 79 unsigned int num_chips; member
|
/linux-4.4.14/kernel/irq/ |
D | generic-chip.c | 300 dgc->num_chips = numchips; in irq_alloc_domain_generic_chips() 345 if (idx >= dgc->num_chips) in irq_get_domain_generic_chip() 375 if (idx >= dgc->num_chips) in irq_map_generic_chip()
|
/linux-4.4.14/include/linux/ |
D | cyclades.h | 81 unsigned int num_chips; /* 0 if card absent, -1 if Z/PCI, else Y */ member
|
D | irq.h | 857 unsigned int num_chips; member
|
/linux-4.4.14/arch/arm/mach-sa1100/ |
D | h3xxx.c | 200 .num_chips = ARRAY_SIZE(egpio_chips),
|
/linux-4.4.14/drivers/mfd/ |
D | htc-egpio.c | 309 ei->nchips = pdata->num_chips; in egpio_probe()
|
/linux-4.4.14/arch/arm/mach-pxa/ |
D | magician.c | 231 .num_chips = ARRAY_SIZE(egpio_chips),
|
D | hx4700.c | 347 .num_chips = ARRAY_SIZE(egpio_chips),
|
/linux-4.4.14/drivers/tty/ |
D | cyclades.c | 311 return card->num_chips == (unsigned int)-1; in cy_is_Z() 788 for (chip = 0; chip < cinfo->num_chips; chip++) { in cyy_interrupt() 3349 card->num_chips = cy_isa_nchan / CyPORTS_PER_CHIP; in cy_detect_isa() 3823 card->num_chips = nchan / CyPORTS_PER_CHIP; in cy_pci_probe() 3831 card->num_chips = (unsigned int)-1; in cy_pci_probe()
|
/linux-4.4.14/drivers/video/fbdev/ |
D | tdfxfb.c | 407 int num_chips = (draminit0 & DRAMINIT0_SGRAM_NUM) ? 8 : 4; in do_lfb_size() local 430 return num_chips * chip_size * 1024l * 1024; in do_lfb_size()
|
/linux-4.4.14/sound/pci/ice1712/ |
D | quartet.c | 338 for (chip = 0; chip < ak->num_chips; chip++) { in qtet_akm_set_regs()
|