Home
last modified time | relevance | path

Searched refs:ref_freq (Results 1 – 2 of 2) sorted by relevance

/src/sys/arm/ti/am335x/
H A Dam335x_lcd.c621 uint64_t ref_freq; in am335x_lcd_configure() local
636 err = clk_get_freq(sc->sc_clk_dpll_disp_ck, &ref_freq); in am335x_lcd_configure()
685 div = am335x_lcd_calc_divisor(ref_freq, sc->sc_panel.panel_pxl_clk); in am335x_lcd_configure()
/src/sys/contrib/dev/athk/ath12k/
H A Dwmi.c5414 struct ath12k_hw_mode_freq_range_arg *ref_freq) in ath12k_wmi_fill_upper_share_sbs_freq() argument
5425 ref_freq[phy_id].low_2ghz_freq; in ath12k_wmi_fill_upper_share_sbs_freq()
5427 ref_freq[phy_id].high_2ghz_freq; in ath12k_wmi_fill_upper_share_sbs_freq()
5433 ath12k_wmi_get_highest_5ghz_freq_from_range(ref_freq); in ath12k_wmi_fill_upper_share_sbs_freq()
5436 ath12k_wmi_get_lowest_5ghz_freq_from_range(ref_freq); in ath12k_wmi_fill_upper_share_sbs_freq()
5445 struct ath12k_hw_mode_freq_range_arg *ref_freq) in ath12k_wmi_fill_lower_share_sbs_freq() argument
5456 ref_freq[phy_id].low_2ghz_freq; in ath12k_wmi_fill_lower_share_sbs_freq()
5458 ref_freq[phy_id].high_2ghz_freq; in ath12k_wmi_fill_lower_share_sbs_freq()
5463 ath12k_wmi_get_lowest_5ghz_freq_from_range(ref_freq); in ath12k_wmi_fill_lower_share_sbs_freq()
5468 ath12k_wmi_get_highest_5ghz_freq_from_range(ref_freq); in ath12k_wmi_fill_lower_share_sbs_freq()