Searched refs:int_mask (Results 1 – 4 of 4) sorted by relevance
550 enum ath5k_int old_mask, int_mask; in ath5k_hw_set_imr() local568 int_mask = new_mask & AR5K_INT_COMMON; in ath5k_hw_set_imr()576 int_mask |= AR5K_IMR_HIUERR; in ath5k_hw_set_imr()583 int_mask |= AR5K_INT_BNR; in ath5k_hw_set_imr()586 int_mask |= AR5K_IMR_TIM; in ath5k_hw_set_imr()600 int_mask |= AR5K_IMR_RXDOPPLER; in ath5k_hw_set_imr()604 ath5k_hw_reg_write(ah, int_mask, AR5K_PIMR); in ath5k_hw_set_imr()609 int_mask |= (AR5K_IMR_SSERR | AR5K_IMR_MCABT in ath5k_hw_set_imr()612 ath5k_hw_reg_write(ah, int_mask, AR5K_IMR); in ath5k_hw_set_imr()
35 static const int int_mask = sizeof(int) - 1; variable279 ptr = (ptr + int_mask) & ~int_mask; in postred_ptr()436 alloc_size = (alloc_size + int_mask) & ~int_mask; in smalloc_pool()
1057 vptr->int_mask = INT_MASK_DEF; in velocity_init_registers()1093 mac_write_int_mask(vptr->int_mask, regs); in velocity_init_registers()
1823 u32 int_mask; member