last_cfault        44 sound/soc/codecs/tas6424.c 	unsigned int last_cfault;
last_cfault       417 sound/soc/codecs/tas6424.c 		tas6424->last_cfault = reg;
last_cfault       427 sound/soc/codecs/tas6424.c 	if ((reg & TAS6424_FAULT_OC_CH1) && !(tas6424->last_cfault & TAS6424_FAULT_OC_CH1))
last_cfault       430 sound/soc/codecs/tas6424.c 	if ((reg & TAS6424_FAULT_OC_CH2) && !(tas6424->last_cfault & TAS6424_FAULT_OC_CH2))
last_cfault       433 sound/soc/codecs/tas6424.c 	if ((reg & TAS6424_FAULT_OC_CH3) && !(tas6424->last_cfault & TAS6424_FAULT_OC_CH3))
last_cfault       436 sound/soc/codecs/tas6424.c 	if ((reg & TAS6424_FAULT_OC_CH4) && !(tas6424->last_cfault & TAS6424_FAULT_OC_CH4))
last_cfault       439 sound/soc/codecs/tas6424.c 	if ((reg & TAS6424_FAULT_DC_CH1) && !(tas6424->last_cfault & TAS6424_FAULT_DC_CH1))
last_cfault       442 sound/soc/codecs/tas6424.c 	if ((reg & TAS6424_FAULT_DC_CH2) && !(tas6424->last_cfault & TAS6424_FAULT_DC_CH2))
last_cfault       445 sound/soc/codecs/tas6424.c 	if ((reg & TAS6424_FAULT_DC_CH3) && !(tas6424->last_cfault & TAS6424_FAULT_DC_CH3))
last_cfault       448 sound/soc/codecs/tas6424.c 	if ((reg & TAS6424_FAULT_DC_CH4) && !(tas6424->last_cfault & TAS6424_FAULT_DC_CH4))
last_cfault       452 sound/soc/codecs/tas6424.c 	tas6424->last_cfault = reg;