Home
last modified time | relevance | path

Searched refs:num_chips (Results 1 – 11 of 11) sorted by relevance

/linux-2.6.39/sound/i2c/other/
Dak4xxx-adda.c283 ak->num_chips = ak->num_dacs / 2; in snd_akm4xxx_init()
289 ak->num_chips = ak->num_dacs / 2; in snd_akm4xxx_init()
295 ak->num_chips = 1; in snd_akm4xxx_init()
301 ak->num_chips = 1; in snd_akm4xxx_init()
307 ak->num_chips = 1; in snd_akm4xxx_init()
313 ak->num_chips = ak->num_dacs / 2; in snd_akm4xxx_init()
319 ak->num_chips = 1; in snd_akm4xxx_init()
325 ak->num_chips = ak->num_dacs / 2; in snd_akm4xxx_init()
334 for (chip = 0; chip < ak->num_chips; chip++) { in snd_akm4xxx_init()
883 for (chip = 0; chip < ak->num_chips; chip++) { in proc_regs_read()
/linux-2.6.39/include/linux/mfd/
Dhtc-egpio.h51 int num_chips; member
/linux-2.6.39/include/sound/
Dak4xxx-adda.h79 unsigned int num_chips; member
/linux-2.6.39/arch/arm/mach-sa1100/
Dh3xxx.c210 .num_chips = ARRAY_SIZE(egpio_chips),
/linux-2.6.39/include/linux/
Dcyclades.h504 unsigned int num_chips; /* 0 if card absent, -1 if Z/PCI, else Y */ member
/linux-2.6.39/drivers/mfd/
Dhtc-egpio.c308 ei->nchips = pdata->num_chips; in egpio_probe()
/linux-2.6.39/arch/arm/mach-pxa/
Dmagician.c216 .num_chips = ARRAY_SIZE(egpio_chips),
Dhx4700.c350 .num_chips = ARRAY_SIZE(egpio_chips),
/linux-2.6.39/drivers/tty/
Dcyclades.c314 return card->num_chips == (unsigned int)-1; in cy_is_Z()
798 for (chip = 0; chip < cinfo->num_chips; chip++) { in cyy_interrupt()
3397 cy_card[j].num_chips = cy_isa_nchan / CyPORTS_PER_CHIP; in cy_detect_isa()
3868 cy_card[card_no].num_chips = nchan / CyPORTS_PER_CHIP; in cy_pci_probe()
3876 cy_card[card_no].num_chips = (unsigned int)-1; in cy_pci_probe()
/linux-2.6.39/drivers/video/
Dtdfxfb.c427 int num_chips = (draminit0 & DRAMINIT0_SGRAM_NUM) ? 8 : 4; in do_lfb_size() local
450 return num_chips * chip_size * 1024l * 1024; in do_lfb_size()
/linux-2.6.39/sound/pci/ice1712/
Dquartet.c339 for (chip = 0; chip < ak->num_chips; chip++) { in qtet_akm_set_regs()