Searched defs:pcicfg_device_control_offset (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.c438 static const u32_t pcicfg_device_control_offset = PCICFG_OFFSET + PCICFG_DEVICE_CONTROL; local
449 pf0_pcie_status_control = REG_RD(pdev, pcicfg_device_control_offset);
457 static const u32_t pcicfg_device_control_offset = PCICFG_OFFSET + PCICFG_DEVICE_CONTROL; local
463 u32_t own_pcie_status_control = REG_RD(pdev, pcicfg_device_control_offset);
474 pf0_pcie_status_control = REG_RD(pdev, pcicfg_device_control_offset);
485 REG_WR(pdev, pcicfg_device_control_offset, pf0_pcie_status_control);

Completed in 60 milliseconds