Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/drivers/tty/
Dcyclades.c3121 unsigned short chip_number; in cy_init_card() local
3131 chip_number = channel / CyPORTS_PER_CHIP; in cy_init_card()
3133 (cy_chip_offset[chip_number] << index); in cy_init_card()
3172 unsigned int chip_number; in cyy_init_card() local
3181 for (chip_number = 0; chip_number < CyMAX_CHIPS_PER_CARD; in cyy_init_card()
3182 chip_number++) { in cyy_init_card()
3184 true_base_addr + (cy_chip_offset[chip_number] << index); in cyy_init_card()
3191 return chip_number; in cyy_init_card()
3203 if (chip_number == 4 && readb(true_base_addr + in cyy_init_card()
3206 return chip_number; in cyy_init_card()
[all …]