Searched refs:p_cnt (Results 1 – 2 of 2) sorted by relevance
371 uint32_t clk_val, p_cnt, speed; in acpi_thr_set() local391 p_cnt = THR_GET_REG(sc->cpu_p_cnt); in acpi_thr_set()392 p_cnt &= ~CPU_P_CNT_THT_EN; in acpi_thr_set()393 THR_SET_REG(sc->cpu_p_cnt, p_cnt); in acpi_thr_set()399 p_cnt &= ~clk_val; in acpi_thr_set()400 p_cnt |= (speed << cpu_duty_offset); in acpi_thr_set()403 THR_SET_REG(sc->cpu_p_cnt, p_cnt); in acpi_thr_set()404 p_cnt |= CPU_P_CNT_THT_EN; in acpi_thr_set()405 THR_SET_REG(sc->cpu_p_cnt, p_cnt); in acpi_thr_set()416 uint32_t p_cnt, clk_val; in acpi_thr_get() local[all …]
2255 struct ecore_sb_cnt_info *p_cnt = &p_hwfn->hw_info.p_igu_info->usage; in ecore_int_igu_reset_cam_default() local2261 p_cnt->cnt = p_cnt->orig; in ecore_int_igu_reset_cam_default()2262 p_cnt->free_cnt = p_cnt->orig; in ecore_int_igu_reset_cam_default()2263 p_cnt->iov_cnt = p_cnt->iov_orig; in ecore_int_igu_reset_cam_default()2264 p_cnt->free_cnt_iov = p_cnt->iov_orig; in ecore_int_igu_reset_cam_default()2265 p_cnt->orig = 0; in ecore_int_igu_reset_cam_default()2266 p_cnt->iov_orig = 0; in ecore_int_igu_reset_cam_default()