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

/linux-4.4.14/drivers/dma/ioat/
H A Dregisters.h51 #define IOAT_VER_MAJOR_MASK 0xF0 macro
53 #define GET_IOAT_VER_MAJOR(x) (((x) & IOAT_VER_MAJOR_MASK) >> 4)

Completed in 41 milliseconds