LE_SCF
#define LE_SCF(value) ((value) << 14)
#define LE_SCF(value) REG_FIELD_PREP(LE_SCF_MASK, value)