destidx           168 drivers/media/platform/omap3isp/ispcsi2.c 	int fmtidx, destidx, is_3630;
destidx           201 drivers/media/platform/omap3isp/ispcsi2.c 	destidx = csi2->frame_skip ? 0 : !!(csi2->output & CSI2_OUTPUT_CCDC);
destidx           204 drivers/media/platform/omap3isp/ispcsi2.c 	return __csi2_fmt_map[fmtidx][destidx][csi2->dpcm_decompress][is_3630];
destidx          1031 drivers/net/wireless/ath/ath9k/mac.c void ath9k_hw_set_tx_filter(struct ath_hw *ah, u8 destidx, bool set)
destidx          1039 drivers/net/wireless/ath/ath9k/mac.c 		filter |= SM((destidx / ATH9K_HW_SLICE_PER_DCU),
destidx          1041 drivers/net/wireless/ath/ath9k/mac.c 		filter |= BIT(destidx % ATH9K_HW_BIT_IN_SLICE);
destidx          1044 drivers/net/wireless/ath/ath9k/mac.c 			dcu_idx, destidx, set, filter);
destidx           741 drivers/net/wireless/ath/ath9k/mac.h void ath9k_hw_set_tx_filter(struct ath_hw *ah, u8 destidx, bool set);
destidx           197 drivers/staging/media/omap4iss/iss_csi2.c 	int fmtidx, destidx;
destidx           237 drivers/staging/media/omap4iss/iss_csi2.c 	destidx = csi2->frame_skip ? 0 : !!(csi2->output & CSI2_OUTPUT_IPIPEIF);
destidx           239 drivers/staging/media/omap4iss/iss_csi2.c 	return __csi2_fmt_map[fmtidx][destidx][csi2->dpcm_decompress];