Home
last modified time | relevance | path

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

/openbmc/linux/arch/ia64/include/asm/
H A Dpal.h1130 ia64_pal_halt (u64 halt_state) in ia64_pal_halt() argument
1133 PAL_CALL(iprv, PAL_HALT, halt_state, 0, 0); in ia64_pal_halt()
/openbmc/linux/sound/pci/hda/
H A Dpatch_ca0132.c2525 unsigned int halt_state; in dsp_set_run_state() local
2532 halt_state = (dbg_ctrl_reg & DSP_DBGCNTL_STATE_MASK) >> in dsp_set_run_state()
2535 if (halt_state != 0) { in dsp_set_run_state()
2536 dbg_ctrl_reg &= ~((halt_state << DSP_DBGCNTL_SS_LOBIT) & in dsp_set_run_state()
2543 dbg_ctrl_reg |= (halt_state << DSP_DBGCNTL_EXEC_LOBIT) & in dsp_set_run_state()