Home
last modified time | relevance | path

Searched refs:numer (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/display/dc/sspl/
H A Ddc_spl_scl_easf_filters.h11 int numer; member
H A Ddc_spl_scl_easf_filters.c2395 if (lookup_table_index_ptr->numer < 0) in spl_easf_get_scale_ratio_to_reg_value()
2399 lookup_table_index_ptr->numer, in spl_easf_get_scale_ratio_to_reg_value()
/linux-6.15/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_ptp.h54 u32 numer; member
H A Dhclge_ptp.c15 ptp->cycle.numer = readl(hdev->ptp->io_base + HCLGE_PTP_CYCLE_NUM_REG); in hclge_ptp_get_cycle()
34 adj_base = (u64)cycle->quo * (u64)cycle->den + (u64)cycle->numer; in hclge_ptp_adjfine()
/linux-6.15/drivers/clk/
H A Dclk-versaclock7.c783 u64 numer, denom, hi, lo, divisor; in vc7_calc_fod_1st_stage_rate() local
785 numer = fod_frac; in vc7_calc_fod_1st_stage_rate()
790 divisor = ((u64)fod_1st_int * denom) + numer; in vc7_calc_fod_1st_stage_rate()
/linux-6.15/scripts/
H A Dspelling.txt1106 numer||number
/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dphy.c5289 u32 numer = 0; in rtw89_phy_ccx_get_report() local
5292 numer = report * score + (env->ccx_period >> 1); in rtw89_phy_ccx_get_report()
5294 ret = numer / env->ccx_period; in rtw89_phy_ccx_get_report()