Searched refs:p_cnt (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_throttle.c371 uint32_t clk_val, p_cnt, speed; local
391 p_cnt = THR_GET_REG(sc->cpu_p_cnt);
392 p_cnt &= ~CPU_P_CNT_THT_EN;
393 THR_SET_REG(sc->cpu_p_cnt, p_cnt);
399 p_cnt &= ~clk_val;
400 p_cnt |= (speed << cpu_duty_offset);
403 THR_SET_REG(sc->cpu_p_cnt, p_cnt);
404 p_cnt |= CPU_P_CNT_THT_EN;
405 THR_SET_REG(sc->cpu_p_cnt, p_cnt);
416 uint32_t p_cnt, clk_va local
[all...]
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_int.c2255 struct ecore_sb_cnt_info *p_cnt = &p_hwfn->hw_info.p_igu_info->usage; local
2261 p_cnt->cnt = p_cnt->orig;
2262 p_cnt->free_cnt = p_cnt->orig;
2263 p_cnt->iov_cnt = p_cnt->iov_orig;
2264 p_cnt->free_cnt_iov = p_cnt->iov_orig;
2265 p_cnt
[all...]

Completed in 80 milliseconds