Lines Matching refs:port_mask
100 int port_mask = BIT(offset);
103 eic->int_debounce |= port_mask;
105 eic->int_debounce &= ~port_mask;
162 int port_mask = BIT(d->irq & 7);
165 eic->int_type2 ^= port_mask; /* switch edge direction */
169 writeb(port_mask, epg->base + eic->irq_offset + EP93XX_INT_EOI_OFFSET);
177 int port_mask = BIT(d->irq & 7);
180 eic->int_type2 ^= port_mask; /* switch edge direction */
182 eic->int_unmasked &= ~port_mask;
185 writeb(port_mask, epg->base + eic->irq_offset + EP93XX_INT_EOI_OFFSET);
219 int port_mask = BIT(offset);
226 eic->int_type1 |= port_mask;
227 eic->int_type2 |= port_mask;
231 eic->int_type1 |= port_mask;
232 eic->int_type2 &= ~port_mask;
236 eic->int_type1 &= ~port_mask;
237 eic->int_type2 |= port_mask;
241 eic->int_type1 &= ~port_mask;
242 eic->int_type2 &= ~port_mask;
246 eic->int_type1 |= port_mask;
249 eic->int_type2 &= ~port_mask; /* falling */
251 eic->int_type2 |= port_mask; /* rising */
260 eic->int_enabled |= port_mask;