Home
last modified time | relevance | path

Searched refs:chip_mask (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/nios2/kernel/
H A Dirq.c36 static void chip_mask(struct irq_data *d) in chip_mask() function
45 .irq_mask = chip_mask,
/openbmc/linux/sound/pci/ice1712/
H A Dews.c132 static int snd_ice1712_ews88mt_chip_select(struct snd_ice1712 *ice, int chip_mask) in snd_ice1712_ews88mt_chip_select() argument
137 if (snd_BUG_ON(chip_mask < 0 || chip_mask > 0x0f)) in snd_ice1712_ews88mt_chip_select()
142 ndata = (data & 0xf0) | chip_mask; in snd_ice1712_ews88mt_chip_select()
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_self_test.c38 u8 chip_mask; member
3061 if (!((rec.chip_mask & IDLE_CHK_E1) && is_e1) && in bnx2x_idle_chk()
3062 !((rec.chip_mask & IDLE_CHK_E1H) && is_e1h) && in bnx2x_idle_chk()
3063 !((rec.chip_mask & IDLE_CHK_E2) && is_e2) && in bnx2x_idle_chk()
3064 !((rec.chip_mask & IDLE_CHK_E3A0) && is_e3a0) && in bnx2x_idle_chk()
3065 !((rec.chip_mask & IDLE_CHK_E3B0) && is_e3b0)) in bnx2x_idle_chk()