Home
last modified time | relevance | path

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

/drivers/cpufreq/
Dintel_pstate.c82 struct pstate_data pstate; member
369 int max_perf = cpu->pstate.turbo_pstate; in intel_pstate_get_min_max()
372 max_perf = cpu->pstate.max_pstate; in intel_pstate_get_min_max()
376 cpu->pstate.min_pstate, cpu->pstate.turbo_pstate); in intel_pstate_get_min_max()
380 cpu->pstate.min_pstate, max_perf); in intel_pstate_get_min_max()
383 static void intel_pstate_set_pstate(struct cpudata *cpu, int pstate) in intel_pstate_set_pstate() argument
389 pstate = clamp_t(int, pstate, min_perf, max_perf); in intel_pstate_set_pstate()
391 if (pstate == cpu->pstate.current_pstate) in intel_pstate_set_pstate()
394 trace_cpu_frequency(pstate * 100000, cpu->cpu); in intel_pstate_set_pstate()
396 cpu->pstate.current_pstate = pstate; in intel_pstate_set_pstate()
[all …]
/drivers/staging/android/fiq_debugger/
Dfiq_debugger_arm64.c41 regs->pc, regs->pstate, mode_name(regs)); in fiq_debugger_dump_pc()
60 regs->pstate, mode_name(regs)); in fiq_debugger_dump_regs_aarch32()
100 regs->pc, regs->pstate, mode_name(regs)); in fiq_debugger_dump_regs_aarch64()
121 u32 pstate = READ_SPECIAL_REG(CurrentEl); in fiq_debugger_dump_allregs() local
122 bool in_el2 = (pstate & PSR_MODE_MASK) >= PSR_MODE_EL2t; in fiq_debugger_dump_allregs()
/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sp.h88 unsigned long *pstate; /* pointer to state buffer */ member
470 unsigned long *pstate; member
1297 unsigned long *pstate, bnx2x_obj_type type,
1304 unsigned long *pstate, bnx2x_obj_type type,
1311 unsigned long *pstate, bnx2x_obj_type type,
1345 int state, unsigned long *pstate,
1386 int state, unsigned long *pstate,
Dbnx2x_sp.c280 return !!test_bit(o->state, o->pstate); in bnx2x_raw_check_pending()
286 clear_bit(o->state, o->pstate); in bnx2x_raw_clear_pending()
293 set_bit(o->state, o->pstate); in bnx2x_raw_set_pending()
306 unsigned long *pstate) in bnx2x_state_wait() argument
319 if (!test_bit(state, pstate)) { in bnx2x_state_wait()
343 return bnx2x_state_wait(bp, raw->state, raw->pstate); in bnx2x_raw_wait()
1901 unsigned long *pstate, bnx2x_obj_type type) in bnx2x_init_raw_obj() argument
1909 raw->pstate = pstate; in bnx2x_init_raw_obj()
1919 int state, unsigned long *pstate, bnx2x_obj_type type, in bnx2x_init_vlan_mac_common() argument
1934 state, pstate, type); in bnx2x_init_vlan_mac_common()
[all …]
Dbnx2x_sriov.c1235 ramrod->pstate = &vf->filter_state; in bnx2x_vfop_rxmode_cmd()
Dbnx2x_main.c5726 ramrod_param.pstate = &bp->sp_state; in bnx2x_set_q_rx_mode()
/drivers/net/ethernet/dec/tulip/
Dtulip_core.c1842 pci_power_t pstate; in tulip_suspend() local
1861 pstate = pci_choose_state(pdev, state); in tulip_suspend()
1862 if (state.event == PM_EVENT_SUSPEND && pstate != PCI_D0) { in tulip_suspend()
1866 rc = pci_enable_wake(pdev, pstate, tp->wolinfo.wolopts); in tulip_suspend()
1870 pci_set_power_state(pdev, pstate); in tulip_suspend()
/drivers/scsi/qla2xxx/
Dqla_attr.c1320 uint32_t pstate; in qla2x00_fw_state_show() local
1323 pstate = qlafx00_fw_state_show(dev, attr, buf); in qla2x00_fw_state_show()
1324 return snprintf(buf, PAGE_SIZE, "0x%x\n", pstate); in qla2x00_fw_state_show()