Home
last modified time | relevance | path

Searched full:bins (Results 1 – 25 of 40) sorted by relevance

12

/linux/drivers/net/wireless/ath/ath9k/
H A Dcommon-spectral.h49 * [7:0]: all bins {max_magnitude[1:0], bitmap_weight[5:0]}
50 * [7:0]: all bins max_magnitude[9:2]
51 * [7:0]: all bins {max_index[5:0], max_magnitude[11:10]}
74 * [7:0]: lower bins {max_magnitude[1:0], bitmap_weight[5:0]}
75 * [7:0]: lower bins max_magnitude[9:2]
76 * [7:0]: lower bins {max_index[5:0], max_magnitude[11:10]}
77 * [7:0]: upper bins {max_magnitude[1:0], bitmap_weight[5:0]}
78 * [7:0]: upper bins max_magnitude[9:2]
79 * [7:0]: upper bins {max_index[5:0], max_magnitude[11:10]}
111 /* grabs the max magnitude from the all/upper/lower bins */
[all …]
H A Dcommon-spectral.c69 * in case of a missing byte (so bins[0] will be outside in ath_cmn_max_idx_verify_ht20_fft()
111 * in case of a missing byte (so bins[0] will be outside in ath_cmn_max_idx_verify_ht20_40_fft()
322 * the expected bins in ath_cmn_process_ht20_40_fft()
632 /* Mix the received bins to the /dev/random in ath_cmn_process_fft()
650 /* Mix the received bins to the /dev/random in ath_cmn_process_fft()
/linux/Documentation/userspace-api/media/v4l/
H A Dmetafmt-vsp1-hgo.rst26 additionally output the histogram with 64 or 256 bins, resulting in four
29 - In *64 bins normal mode*, the HGO operates on the three channels independently
30 to compute three 64-bins histograms. RGB, YCbCr and HSV image formats are
32 - In *64 bins maximum mode*, the HGO operates on the maximum of the (R, G, B)
33 channels to compute a single 64-bins histogram. Only the RGB image format is
35 - In *256 bins normal mode*, the HGO operates on the Y channel to compute a
36 single 256-bins histogram. Only the YCbCr image format is supported.
37 - In *256 bins maximum mode*, the HGO operates on the maximum of the (R, G, B)
38 channels to compute a single 256-bins histogram. Only the RGB image format is
45 .. flat-table:: VSP1 HGO Data - 64 Bins, Normal Mode (792 bytes)
[all …]
/linux/net/sched/
H A Dsch_sfb.c28 * SFB uses two B[l][n] : L x N arrays of bins (L levels, N bins per level)
34 #define SFB_NUMBUCKETS (1 << SFB_BUCKET_SHIFT) /* N bins per Level */
49 struct sfb_bucket bins[SFB_LEVELS][SFB_NUMBUCKETS]; member
69 u8 slot; /* current active bins (0 or 1) */
71 struct sfb_bins bins[2]; member
84 * Each queued skb might be hashed on one or two bins
126 struct sfb_bucket *b = &q->bins[slot].bins[0][0]; in increment_one_qlen()
155 struct sfb_bucket *b = &q->bins[slot].bins[0][0]; in decrement_one_qlen()
192 memset(&q->bins, 0, sizeof(q->bins)); in sfb_zero_all_buckets()
202 const struct sfb_bucket *b = &q->bins[q->slot].bins[0][0]; in sfb_compute_qlen()
[all …]
/linux/drivers/net/wireless/ath/ath10k/
H A Dspectral.c32 /* peak index outside of bins */ in get_max_exp()
72 u8 chain_idx, *bins; in ath10k_spectral_process_fft() local
102 * show, the particular configuration of 80 MHz/64 bins does in ath10k_spectral_process_fft()
136 bins = (u8 *)fftr; in ath10k_spectral_process_fft()
137 bins += sizeof(*fftr) + ar->hw_params.spectral_bin_offset; in ath10k_spectral_process_fft()
145 bin_len, bins); in ath10k_spectral_process_fft()
147 memcpy(fft_sample->data, bins, bin_len); in ath10k_spectral_process_fft()
417 unsigned int bins, fft_size, bin_scale; in read_file_spectral_bins() local
424 bins = 1 << (fft_size - bin_scale); in read_file_spectral_bins()
428 len = sprintf(buf, "%d\n", bins); in read_file_spectral_bins()
[all …]
H A Dspectral.h15 * @fft_size: number of bins to be requested = 2^(fft_size - bin_scale)
/linux/drivers/net/wireless/ath/ath11k/
H A Dspectral.c113 u8 bins[]; member
417 unsigned int bins, fft_size; in ath11k_read_file_spectral_bins() local
423 bins = 1 << fft_size; in ath11k_read_file_spectral_bins()
427 len = sprintf(buf, "%d\n", bins); in ath11k_read_file_spectral_bins()
531 int bin_len, u8 *bins) in ath11k_spectral_get_max_exp() argument
538 /* peak index outside of bins */ in ath11k_spectral_get_max_exp()
543 if (bins[dc_pos + max_index] == (max_magnitude >> max_exp)) in ath11k_spectral_get_max_exp()
548 if (bins[dc_pos + max_index] != (max_magnitude >> max_exp)) in ath11k_spectral_get_max_exp()
607 /* Only In-band bins are useful to user for visualize */ in ath11k_spectral_process_fft()
613 ath11k_warn(ab, "Invalid num of bins %d\n", num_bins); in ath11k_spectral_process_fft()
[all …]
H A Ddebugfs_htt_stats.h253 * The histogram bins are 0-29, 30-59, 60-89 and so on. The are
254 * 10 bins in this histogram. They are defined in FW using the
623 * histogram bins are 0-29, 30-59, 60-89 and so on. The are 10 bins
640 * Each bin represents 1ms & we have 10 bins in this histogram.
/linux/drivers/md/dm-vdo/
H A Dpacker.h49 * block. The bins are kept in a list sorted by the amount of unused space so the first bin with
77 /* The number of bins */
80 struct list_head bins; member
/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8996pro.dtsi13 * On MSM8996 Pro the cpufreq driver shifts speed bins into the high
317 * Unlike CPU opp tables, the GPU driver does not shift speed bins.
320 * 624 Mhz and 560 Mhz are available on speed bins 0 and 1.
321 * All the rest are available on all bins of the hardware (like on
/linux/arch/arc/include/asm/
H A Dshmparam.h9 /* Handle up to 2 cache bins */
/linux/include/uapi/linux/media/arm/
H A Dmali-c55-config.h42 * @bins: 1024 element array of 16-bit pixel counts.
45 * intensity distributions of pixels in fixed-width bins. The modules can be
53 * combined into the second. The histograms are stored consecutively in the bins
82 __u16 bins[1024]; member
93 * The ISP generates a 5-bin histogram of normalised pixel counts within bins of
/linux/include/dt-bindings/clock/
H A Drk3399-ddr.h7 * DDR3 SDRAM Standard Speed Bins include tCK, tRCD, tRP, tRAS and tRC for
/linux/Documentation/devicetree/bindings/net/
H A Dsophgo,cv1800b-dwmac.yaml84 snps,multicast-filter-bins = <0>;
H A Dstarfive,jh7110-dwmac.yaml159 snps,multicast-filter-bins = <64>;
/linux/include/uapi/linux/
H A Domap3isp.h206 /* Flags for number of bins */
212 /* Number of bins * 4 colors * 4-bytes word */
251 __u16 hist_bins; /* number of bins: 32, 64, 128, or 256 */
/linux/arch/arm64/boot/dts/intel/
H A Dsocfpga_agilex.dtsi183 snps,multicast-filter-bins = <256>;
201 snps,multicast-filter-bins = <256>;
219 snps,multicast-filter-bins = <256>;
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dramgt215.c103 u8 median[8], bins[4] = {0, 0, 0, 0}, bin = 0, qty = 0; in gt215_link_train_calc() local
126 bins[(median[i] & 0xf0) >> 4]++; in gt215_link_train_calc()
132 if (bins[i] > qty) { in gt215_link_train_calc()
134 qty = bins[i]; in gt215_link_train_calc()
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.c2707 * all the bins, since we can't analyze at this point how much in bnx2x_mcast_enqueue_cmd()
2848 /* Get a bin and update a bins' vector */ in bnx2x_mcast_set_one_rule_e2()
2856 /* If there were no more bins to clear in bnx2x_mcast_set_one_rule_e2()
2901 * returns last handled bin index or -1 if all bins have been handled
2910 /* go through the registry and configure the bins from it */ in bnx2x_mcast_handle_restore_cmd_e2()
2994 /* If we cleared all bins - we are done */ in bnx2x_mcast_hdl_pending_del_e2()
3029 /* Fill `current' with the required set of bins to configure */ in bnx2x_mcast_hdl_pending_set_e2_convert()
3043 * a list that will be used to configure bins. in bnx2x_mcast_hdl_pending_set_e2_convert()
3091 * into a list of bins to be added/removed, and correcting the numbers in bnx2x_mcast_hdl_pending_set_e2()
3270 * the same bin and the actual number of bins set in the in bnx2x_mcast_validate_e2()
[all …]
/linux/Documentation/admin-guide/mm/
H A Dmultigen_lru.rst107 ``MAX_NR_GENS`` decides the number of bins for each histogram. The
/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_hgo.c119 .name = "Number of Bins",
/linux/arch/arc/boot/dts/
H A Daxs10x_mb.dtsi81 snps,multicast-filter-bins = <256>;
/linux/arch/arm64/boot/dts/renesas/
H A Dr9a09g077.dtsi570 snps,multicast-filter-bins = <256>;
716 snps,multicast-filter-bins = <256>;
862 snps,multicast-filter-bins = <256>;
H A Dr9a09g087.dtsi571 snps,multicast-filter-bins = <256>;
718 snps,multicast-filter-bins = <256>;
865 snps,multicast-filter-bins = <256>;
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_vf.h368 /* There are only 256 approx bins, and in HSI they're divided into
372 u64 bins[4]; member

12