int_sta            97 drivers/dma/st_fdma.c 				  unsigned long int_sta)
int_sta           107 drivers/dma/st_fdma.c 	if (int_sta & FDMA_INT_STA_ERR) {
int_sta           129 drivers/dma/st_fdma.c 	unsigned long int_sta, clr;
int_sta           131 drivers/dma/st_fdma.c 	int_sta = fdma_read(fdev, FDMA_INT_STA_OFST);
int_sta           132 drivers/dma/st_fdma.c 	clr = int_sta;
int_sta           134 drivers/dma/st_fdma.c 	for (; int_sta != 0 ; int_sta >>= 2, fchan++) {
int_sta           135 drivers/dma/st_fdma.c 		if (!(int_sta & (FDMA_INT_STA_CH | FDMA_INT_STA_ERR)))
int_sta           139 drivers/dma/st_fdma.c 		st_fdma_ch_sta_update(fchan, int_sta);
int_sta           181 drivers/iio/adc/stmpe-adc.c 		int int_sta;
int_sta           183 drivers/iio/adc/stmpe-adc.c 		int_sta = stmpe_reg_read(info->stmpe, STMPE_REG_ADC_INT_STA);
int_sta           186 drivers/iio/adc/stmpe-adc.c 		if (!(int_sta & STMPE_ADC_CH(info->channel)))
int_sta           193 drivers/iio/adc/stmpe-adc.c 		stmpe_reg_write(info->stmpe, STMPE_REG_ADC_INT_STA, int_sta);
int_sta            97 drivers/input/touchscreen/stmpe-ts.c 	int int_sta;
int_sta           103 drivers/input/touchscreen/stmpe-ts.c 	int_sta = stmpe_reg_read(ts->stmpe, STMPE_REG_INT_STA);
int_sta           112 drivers/input/touchscreen/stmpe-ts.c 	while ((int_sta & (1 << STMPE_IRQ_TOUCH_DET)) && (timeout > 0)) {
int_sta           114 drivers/input/touchscreen/stmpe-ts.c 		int_sta = stmpe_reg_read(ts->stmpe, STMPE_REG_INT_STA);
int_sta          2046 drivers/net/wireless/intel/iwlwifi/mvm/tx.c 	struct iwl_mvm_int_sta *int_sta = sta;
int_sta          2057 drivers/net/wireless/intel/iwlwifi/mvm/tx.c 		return iwl_mvm_flush_tx_path(mvm, int_sta->tfd_queue_msk,