Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/staging/sm750fb/
A 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.3-rc2/drivers/net/ethernet/hisilicon/hns3/hns3pf/
A Dhclge_ptp.c12 ptp->cycle.quo = readl(hdev->ptp->io_base + HCLGE_PTP_CYCLE_QUO_REG) & in hclge_ptp_get_cycle()
31 u32 quo, numerator; in hclge_ptp_adjfine() local
33 adj_base = (u64)cycle->quo * (u64)cycle->den + (u64)cycle->numer; in hclge_ptp_adjfine()
41 quo = div_u64_rem(adj_val, cycle->den, &numerator); in hclge_ptp_adjfine()
44 writel(quo & HCLGE_PTP_CYCLE_QUO_MASK, in hclge_ptp_adjfine()
A Dhclge_ptp.h53 u32 quo; member

Completed in 6 milliseconds