Home
last modified time | relevance | path

Searched refs:S_MC4A_WIDTH (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/uts/common/io/chxge/com/
H A Dregs.h506 #define S_MC4A_WIDTH 24 macro
508 #define V_MC4A_WIDTH(x) ((x) << S_MC4A_WIDTH)
509 #define G_MC4A_WIDTH(x) (((x) >> S_MC4A_WIDTH) & M_MC4A_WIDTH)