Home
last modified time | relevance | path

Searched refs:quo (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/staging/sm750fb/
Dddk750_chip.c321 unsigned int RN, quo, rem, fl_quo; in sm750_calc_pll_value() local
354 quo = RN / input; in sm750_calc_pll_value()
360 M = quo * X; in sm750_calc_pll_value()
/linux-6.1.9/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_ptp.c12 ptp->cycle.quo = readl(hdev->ptp->io_base + HCLGE_PTP_CYCLE_QUO_REG) & in hclge_ptp_get_cycle()
32 u32 quo, numerator; in hclge_ptp_adjfreq() local
39 adj_base = (u64)cycle->quo * (u64)cycle->den + (u64)cycle->numer; in hclge_ptp_adjfreq()
53 quo = div_u64_rem(adj_val, cycle->den, &numerator); in hclge_ptp_adjfreq()
56 writel(quo & HCLGE_PTP_CYCLE_QUO_MASK, in hclge_ptp_adjfreq()
Dhclge_ptp.h53 u32 quo; member