Searched refs:rate_sel (Results 1 – 7 of 7) sorted by relevance
1498 int rate_sel = 0; in ds3231_clk_sqw_recalc_rate() local1504 rate_sel += 1; in ds3231_clk_sqw_recalc_rate()1506 rate_sel += 2; in ds3231_clk_sqw_recalc_rate()1508 return ds3231_clk_sqw_rates[rate_sel]; in ds3231_clk_sqw_recalc_rate()1529 int rate_sel; in ds3231_clk_sqw_set_rate() local1531 for (rate_sel = 0; rate_sel < ARRAY_SIZE(ds3231_clk_sqw_rates); in ds3231_clk_sqw_set_rate()1532 rate_sel++) { in ds3231_clk_sqw_set_rate()1533 if (ds3231_clk_sqw_rates[rate_sel] == rate) in ds3231_clk_sqw_set_rate()1537 if (rate_sel == ARRAY_SIZE(ds3231_clk_sqw_rates)) in ds3231_clk_sqw_set_rate()1540 if (rate_sel & 1) in ds3231_clk_sqw_set_rate()[all …]
2593 SET_WORD(info->rate_sel, in mac_send_bcn_h2c()
5392 u16 rate_sel; member
4768 info.rate_sel = (u16)bcn_cmn->bcn_rate; in hal_mac_ax_send_beacon()
4786 info.rate_sel = (u16)bcn_cmn->bcn_rate; in hal_mac_ax_send_beacon()