Home
last modified time | relevance | path

Searched refs:chip_number (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/sound/pci/mixart/
Dmixart_core.c464 …unsigned int chip_number = (buffer_id & MIXART_NOTIFY_CARD_MASK) >> MIXART_NOTIFY_CARD_OFFSET; /*… in snd_mixart_threaded_irq() local
469 struct snd_mixart *chip = mgr->chip[chip_number]; in snd_mixart_threaded_irq()
472 …if ((chip_number >= mgr->num_cards) || (pcm_number >= MIXART_PCM_TOTAL) || (sub_number >= MIXART_P… in snd_mixart_threaded_irq()
/linux-4.1.27/drivers/tty/
Dcyclades.c3134 unsigned short chip_number; in cy_init_card() local
3144 chip_number = channel / CyPORTS_PER_CHIP; in cy_init_card()
3146 (cy_chip_offset[chip_number] << index); in cy_init_card()
3185 unsigned int chip_number; in cyy_init_card() local
3194 for (chip_number = 0; chip_number < CyMAX_CHIPS_PER_CARD; in cyy_init_card()
3195 chip_number++) { in cyy_init_card()
3197 true_base_addr + (cy_chip_offset[chip_number] << index); in cyy_init_card()
3204 return chip_number; in cyy_init_card()
3216 if (chip_number == 4 && readb(true_base_addr + in cyy_init_card()
3219 return chip_number; in cyy_init_card()
[all …]