Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_power.c439 static const u32_t PCICFG_DEVICE_CONTROL_MPS_MASK = 0x000000E0; in lm_pcie_state_save_for_d3() local
450 …v->hw_info.saved_pf0_pcie_mps = GET_FLAGS(pf0_pcie_status_control, PCICFG_DEVICE_CONTROL_MPS_MASK); in lm_pcie_state_save_for_d3()
458 static const u32_t PCICFG_DEVICE_CONTROL_MPS_MASK = 0x000000E0; in lm_pcie_state_restore_for_d0() local
464 u32_t own_mps = GET_FLAGS(own_pcie_status_control, PCICFG_DEVICE_CONTROL_MPS_MASK); in lm_pcie_state_restore_for_d0()
475 pf0_mps = GET_FLAGS(pf0_pcie_status_control, PCICFG_DEVICE_CONTROL_MPS_MASK); in lm_pcie_state_restore_for_d0()
482 RESET_FLAGS(pf0_pcie_status_control, PCICFG_DEVICE_CONTROL_MPS_MASK); in lm_pcie_state_restore_for_d0()