Home
last modified time | relevance | path

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

/Linux-v5.4/sound/pci/mixart/
Dmixart_core.c451 …unsigned int chip_number = (buffer_id & MIXART_NOTIFY_CARD_MASK) >> MIXART_NOTIFY_CARD_OFFSET; /*… in snd_mixart_threaded_irq() local
456 struct snd_mixart *chip = mgr->chip[chip_number]; in snd_mixart_threaded_irq()
459 …if ((chip_number >= mgr->num_cards) || (pcm_number >= MIXART_PCM_TOTAL) || (sub_number >= MIXART_P… in snd_mixart_threaded_irq()
/Linux-v5.4/drivers/tty/
Dcyclades.c3096 unsigned short chip_number; in cy_init_card() local
3106 chip_number = channel / CyPORTS_PER_CHIP; in cy_init_card()
3108 (cy_chip_offset[chip_number] << index); in cy_init_card()
3147 unsigned int chip_number; in cyy_init_card() local
3156 for (chip_number = 0; chip_number < CyMAX_CHIPS_PER_CARD; in cyy_init_card()
3157 chip_number++) { in cyy_init_card()
3159 true_base_addr + (cy_chip_offset[chip_number] << index); in cyy_init_card()
3166 return chip_number; in cyy_init_card()
3178 if (chip_number == 4 && readb(true_base_addr + in cyy_init_card()
3181 return chip_number; in cyy_init_card()
[all …]