dbg_ctrl_reg     2098 sound/pci/hda/patch_ca0132.c 	unsigned int dbg_ctrl_reg;
dbg_ctrl_reg     2102 sound/pci/hda/patch_ca0132.c 	err = chipio_read(codec, DSP_DBGCNTL_INST_OFFSET, &dbg_ctrl_reg);
dbg_ctrl_reg     2106 sound/pci/hda/patch_ca0132.c 	halt_state = (dbg_ctrl_reg & DSP_DBGCNTL_STATE_MASK) >>
dbg_ctrl_reg     2110 sound/pci/hda/patch_ca0132.c 		dbg_ctrl_reg &= ~((halt_state << DSP_DBGCNTL_SS_LOBIT) &
dbg_ctrl_reg     2113 sound/pci/hda/patch_ca0132.c 				   dbg_ctrl_reg);
dbg_ctrl_reg     2117 sound/pci/hda/patch_ca0132.c 		dbg_ctrl_reg |= (halt_state << DSP_DBGCNTL_EXEC_LOBIT) &
dbg_ctrl_reg     2120 sound/pci/hda/patch_ca0132.c 				   dbg_ctrl_reg);