Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_main.c1330 u32 pm_ctrl_data; in atl1c_set_aspm() local
1334 pm_ctrl_data &= ~(PM_CTRL_ASPM_L1_EN | in atl1c_set_aspm()
1339 pm_ctrl_data &= ~PMCTRL_TXL1_AFTER_L0S; in atl1c_set_aspm()
1343 pm_ctrl_data = FIELD_SETX(pm_ctrl_data, in atl1c_set_aspm()
1350 pm_ctrl_data = FIELD_SETX(pm_ctrl_data, in atl1c_set_aspm()
1363 pm_ctrl_data = FIELD_SETX(pm_ctrl_data, in atl1c_set_aspm()
1365 pm_ctrl_data |= PM_CTRL_RCVR_WT_TIMER | in atl1c_set_aspm()
1375 pm_ctrl_data &= ~PM_CTRL_ASPM_L0S_EN; in atl1c_set_aspm()
1377 pm_ctrl_data = in atl1c_set_aspm()
1380 pm_ctrl_data |= PM_CTRL_SERDES_L1_EN | in atl1c_set_aspm()
[all …]