L3_LKUP
#define L3_LKUP(value) ((value) << 7)
#define L3_LKUP(value) REG_FIELD_PREP(L3_LKUP_MASK, value)