Searched refs:PCIEM_CTL_RELAXED_ORD_ENABLE (Results 1 – 5 of 5) sorted by relevance
817 #define PCIEM_CTL_RELAXED_ORD_ENABLE 0x0010 macro
2230 val &= PCIEM_CTL_RELAXED_ORD_ENABLE; in pci_get_relaxed_ordering_enabled()
622 if (ctl & PCIEM_CTL_RELAXED_ORD_ENABLE) in cap_express()
1056 PCIEM_CTL_RELAXED_ORD_ENABLE | PCIEM_CTL_NOSNOOP_ENABLE, 0, 2); in t5_attribute_workaround()1057 if ((v & (PCIEM_CTL_RELAXED_ORD_ENABLE | PCIEM_CTL_NOSNOOP_ENABLE)) != in t5_attribute_workaround()1219 (v & PCIEM_CTL_RELAXED_ORD_ENABLE) != 0) { in t4_attach()1220 v &= ~PCIEM_CTL_RELAXED_ORD_ENABLE; in t4_attach()1223 (v & PCIEM_CTL_RELAXED_ORD_ENABLE) == 0) { in t4_attach()1224 v |= PCIEM_CTL_RELAXED_ORD_ENABLE; in t4_attach()
4114 devctl &= ~(PCIEM_CTL_RELAXED_ORD_ENABLE | in bge_reset()