Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/drivers/tty/
Dcyclades.c3101 unsigned short chip_number; in cy_init_card() local
3111 chip_number = channel / CyPORTS_PER_CHIP; in cy_init_card()
3113 (cy_chip_offset[chip_number] << index); in cy_init_card()
3152 unsigned int chip_number; in cyy_init_card() local
3161 for (chip_number = 0; chip_number < CyMAX_CHIPS_PER_CARD; in cyy_init_card()
3162 chip_number++) { in cyy_init_card()
3164 true_base_addr + (cy_chip_offset[chip_number] << index); in cyy_init_card()
3171 return chip_number; in cyy_init_card()
3183 if (chip_number == 4 && readb(true_base_addr + in cyy_init_card()
3186 return chip_number; in cyy_init_card()
[all …]