Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_power.c381 val = REG_RD(pdev, rpm.rpm_config); in set_d0_power_state()
383 REG_WR(pdev, rpm.rpm_config, val); in set_d0_power_state()
/illumos-gate/usr/src/uts/common/io/bnx/570x/driver/common/lmdev/
H A Dbnx_lm_main.c3986 REG_RD(pdev, rpm.rpm_config, &val); in set_d0_power_state()
3988 REG_WR(pdev, rpm.rpm_config, val); in set_d0_power_state()
4066 REG_RD(pdev, rpm.rpm_config, &val); in set_d3_power_state()
4069 REG_WR(pdev, rpm.rpm_config, val & ~RPM_CONFIG_ACPI_ENA); in set_d3_power_state()
4088 REG_WR(pdev, rpm.rpm_config, val); in set_d3_power_state()
/illumos-gate/usr/src/uts/common/io/bnx/570x/common/include/
H A D5706_reg.h5881 u32_t rpm_config; member