Searched refs:chip_mask (Results 1 – 3 of 3) sorted by relevance
36 static void chip_mask(struct irq_data *d) in chip_mask() function45 .irq_mask = chip_mask,
132 static int snd_ice1712_ews88mt_chip_select(struct snd_ice1712 *ice, int chip_mask) in snd_ice1712_ews88mt_chip_select() argument137 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()
38 u8 chip_mask; member3061 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()