PCI_EXP_LNKCAP_L1EL
val &= ~PCI_EXP_LNKCAP_L1EL;
val |= FIELD_PREP(PCI_EXP_LNKCAP_L1EL, 0x6);
u32 encoding = FIELD_GET(PCI_EXP_LNKCAP_L1EL, lnkcap);