Searched refs:destidx (Results 1 – 2 of 2) sorted by relevance
1031 void ath9k_hw_set_tx_filter(struct ath_hw *ah, u8 destidx, bool set) in ath9k_hw_set_tx_filter() argument1039 filter |= SM((destidx / ATH9K_HW_SLICE_PER_DCU), in ath9k_hw_set_tx_filter()1041 filter |= BIT(destidx % ATH9K_HW_BIT_IN_SLICE); in ath9k_hw_set_tx_filter()1044 dcu_idx, destidx, set, filter); in ath9k_hw_set_tx_filter()
168 int fmtidx, destidx, is_3630; in csi2_ctx_map_format() local201 destidx = csi2->frame_skip ? 0 : !!(csi2->output & CSI2_OUTPUT_CCDC); in csi2_ctx_map_format()204 return __csi2_fmt_map[fmtidx][destidx][csi2->dpcm_decompress][is_3630]; in csi2_ctx_map_format()