Searched defs:new_mask (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath5k/
H A Dath5k_dma.c542 * @new_mask: The new interrupt mask to be set
548 enum ath5k_int ath5k_hw_set_imr(struct ath5k_hw *ah, enum ath5k_int new_mask) argument
568 int_mask = new_mask & AR5K_INT_COMMON;
575 if (new_mask & AR5K_INT_FATAL) {
582 if (new_mask & AR5K_INT_BNR)
585 if (new_mask & AR5K_INT_TIM)
588 if (new_mask & AR5K_INT_TIM)
590 if (new_mask & AR5K_INT_DTIM)
592 if (new_mask & AR5K_INT_DTIM_SYNC)
594 if (new_mask
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dcontext.c2386 DWORD new_mask = context_generate_rt_mask(buffer); local
2388 if (new_mask == *current_mask)
2394 *current_mask = new_mask;
/vbox/src/VBox/Devices/Audio/
H A DDevIchAc97.cpp424 uint32_t new_mask = new_sr & SR_INT_MASK; local
428 if (new_mask ^ old_mask)
431 if (!new_mask)
436 else if ((new_mask & SR_LVBCI) && (pReg->cr & CR_LVBIE))
441 else if ((new_mask & SR_BCIS) && (pReg->cr & CR_IOCE))
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c6572 int new_mask = new_size - 1; local
6575 ASSERT((new_size & new_mask) == 0);
6584 ndx = DTRACE_HASHSTR(hash, probe) & new_mask;
6595 hash->dth_mask = new_mask;

Completed in 93 milliseconds