Searched refs:num_chips (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/drivers/irqchip/ |
D | irq-orion.c | 39 for (n = 0; n < dgc->num_chips; n++, base += ORION_IRQS_PER_CHIP) { in orion_handle_irq() 57 int n, ret, base, num_chips = 0; in orion_irq_init() local 61 while (of_address_to_resource(np, num_chips, &r) == 0) in orion_irq_init() 62 num_chips++; in orion_irq_init() 65 num_chips * ORION_IRQS_PER_CHIP, in orion_irq_init() 77 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.1.27/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() 868 for (chip = 0; chip < ak->num_chips; chip++) { in proc_regs_read()
|
/linux-4.1.27/include/linux/mfd/ |
D | htc-egpio.h | 51 int num_chips; member
|
/linux-4.1.27/include/sound/ |
D | ak4xxx-adda.h | 79 unsigned int num_chips; member
|
/linux-4.1.27/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.1.27/include/linux/ |
D | cyclades.h | 81 unsigned int num_chips; /* 0 if card absent, -1 if Z/PCI, else Y */ member
|
D | irq.h | 793 unsigned int num_chips; member
|
/linux-4.1.27/arch/arm/mach-sa1100/ |
D | h3xxx.c | 200 .num_chips = ARRAY_SIZE(egpio_chips),
|
/linux-4.1.27/arch/arm/mach-pxa/ |
D | magician.c | 218 .num_chips = ARRAY_SIZE(egpio_chips),
|
D | hx4700.c | 347 .num_chips = ARRAY_SIZE(egpio_chips),
|
/linux-4.1.27/drivers/mfd/ |
D | htc-egpio.c | 309 ei->nchips = pdata->num_chips; in egpio_probe()
|
/linux-4.1.27/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() 3362 card->num_chips = cy_isa_nchan / CyPORTS_PER_CHIP; in cy_detect_isa() 3836 card->num_chips = nchan / CyPORTS_PER_CHIP; in cy_pci_probe() 3844 card->num_chips = (unsigned int)-1; in cy_pci_probe()
|
/linux-4.1.27/drivers/video/fbdev/ |
D | tdfxfb.c | 426 int num_chips = (draminit0 & DRAMINIT0_SGRAM_NUM) ? 8 : 4; in do_lfb_size() local 449 return num_chips * chip_size * 1024l * 1024; in do_lfb_size()
|
/linux-4.1.27/sound/pci/ice1712/ |
D | quartet.c | 340 for (chip = 0; chip < ak->num_chips; chip++) { in qtet_akm_set_regs()
|