Searched refs:RETA_ENTRY_MASK_Q (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/pci/
H A Dif_wmreg.h1382 #define RETA_ENTRY_MASK_Q(x) (0x000000ffUL << (((x) % 4) * 8)) /* Redirection Table */ macro
H A Dif_wm.c6046 reta_reg &= ~RETA_ENTRY_MASK_Q(i);
6047 reta_reg |= __SHIFTIN(reta_ent, RETA_ENTRY_MASK_Q(i));

Completed in 112 milliseconds