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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/kernel/
H A Dpci_sun4v.c630 #define MSIQ_TYPE_MASK 0x00000000000000ffUL macro
699 if ((ep->version_type & MSIQ_TYPE_MASK) == 0)
702 type = (ep->version_type & MSIQ_TYPE_MASK) >> MSIQ_TYPE_SHIFT;
716 ep->version_type &= ~MSIQ_TYPE_MASK;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/kernel/
H A Dpci_sun4v.c630 #define MSIQ_TYPE_MASK 0x00000000000000ffUL macro
699 if ((ep->version_type & MSIQ_TYPE_MASK) == 0)
702 type = (ep->version_type & MSIQ_TYPE_MASK) >> MSIQ_TYPE_SHIFT;
716 ep->version_type &= ~MSIQ_TYPE_MASK;

Completed in 127 milliseconds