Searched refs:num_chips (Results 1 - 16 of 16) sorted by relevance

/linux-4.4.14/drivers/irqchip/
H A Dirq-ingenic.c34 unsigned num_chips; member in struct:ingenic_intc_data
50 for (i = 0; i < intc->num_chips; i++) { intc_cascade()
88 unsigned num_chips) ingenic_intc_of_init()
113 intc->num_chips = num_chips; ingenic_intc_of_init()
120 for (i = 0; i < num_chips; i++) { ingenic_intc_of_init()
146 domain = irq_domain_add_legacy(node, num_chips * 32, JZ4740_IRQ_BASE, 0, ingenic_intc_of_init()
87 ingenic_intc_of_init(struct device_node *node, unsigned num_chips) ingenic_intc_of_init() argument
H A Dirq-orion.c38 for (n = 0; n < dgc->num_chips; n++, base += ORION_IRQS_PER_CHIP) { orion_handle_irq()
56 int n, ret, base, num_chips = 0; orion_irq_init() local
60 while (of_address_to_resource(np, num_chips, &r) == 0) orion_irq_init()
61 num_chips++; orion_irq_init()
64 num_chips * ORION_IRQS_PER_CHIP, orion_irq_init()
76 for (n = 0, base = 0; n < num_chips; n++, base += ORION_IRQS_PER_CHIP) { orion_irq_init()
H A Dirq-atmel-aic.c192 if (idx >= dgc->num_chips) aic_irq_domain_xlate()
/linux-4.4.14/include/linux/mfd/
H A Dhtc-egpio.h39 * @num_chips: number of egpio chip descriptors
51 int num_chips; member in struct:htc_egpio_platform_data
/linux-4.4.14/sound/i2c/other/
H A Dak4xxx-adda.c284 ak->num_chips = ak->num_dacs / 2; snd_akm4xxx_init()
290 ak->num_chips = ak->num_dacs / 2; snd_akm4xxx_init()
296 ak->num_chips = 1; snd_akm4xxx_init()
302 ak->num_chips = 1; snd_akm4xxx_init()
308 ak->num_chips = 1; snd_akm4xxx_init()
314 ak->num_chips = ak->num_dacs / 2; snd_akm4xxx_init()
320 ak->num_chips = 1; snd_akm4xxx_init()
326 ak->num_chips = ak->num_dacs / 2; snd_akm4xxx_init()
335 for (chip = 0; chip < ak->num_chips; chip++) { snd_akm4xxx_init()
867 for (chip = 0; chip < ak->num_chips; chip++) { proc_regs_read()
/linux-4.4.14/include/sound/
H A Dak4xxx-adda.h79 unsigned int num_chips; member in struct:snd_akm4xxx
/linux-4.4.14/kernel/irq/
H A Dgeneric-chip.c300 dgc->num_chips = numchips; irq_alloc_domain_generic_chips()
345 if (idx >= dgc->num_chips) irq_get_domain_generic_chip()
375 if (idx >= dgc->num_chips) irq_map_generic_chip()
/linux-4.4.14/arch/arm/mach-sa1100/
H A Dh3xxx.c200 .num_chips = ARRAY_SIZE(egpio_chips),
/linux-4.4.14/drivers/mfd/
H A Dhtc-egpio.c309 ei->nchips = pdata->num_chips; egpio_probe()
/linux-4.4.14/include/linux/
H A Dcyclades.h81 unsigned int num_chips; /* 0 if card absent, -1 if Z/PCI, else Y */ member in struct:cyclades_card
H A Dirq.h849 * @num_chips: Number of chips
857 unsigned int num_chips; member in struct:irq_domain_chip_generic
/linux-4.4.14/arch/arm/mach-pxa/
H A Dhx4700.c347 .num_chips = ARRAY_SIZE(egpio_chips),
H A Dmagician.c231 .num_chips = ARRAY_SIZE(egpio_chips),
/linux-4.4.14/drivers/video/fbdev/
H A Dtdfxfb.c407 int num_chips = (draminit0 & DRAMINIT0_SGRAM_NUM) ? 8 : 4; do_lfb_size() local
430 return num_chips * chip_size * 1024l * 1024; do_lfb_size()
/linux-4.4.14/drivers/tty/
H A Dcyclades.c311 return card->num_chips == (unsigned int)-1; cy_is_Z()
788 for (chip = 0; chip < cinfo->num_chips; chip++) { cyy_interrupt()
3349 card->num_chips = cy_isa_nchan / CyPORTS_PER_CHIP; cy_detect_isa()
3823 card->num_chips = nchan / CyPORTS_PER_CHIP; cy_pci_probe()
3831 card->num_chips = (unsigned int)-1; cy_pci_probe()
/linux-4.4.14/sound/pci/ice1712/
H A Dquartet.c338 for (chip = 0; chip < ak->num_chips; chip++) { qtet_akm_set_regs()

Completed in 1102 milliseconds