Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/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()
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()
Dhclge_ptp.h53 u32 quo; member
/Linux-v6.6/Documentation/process/
Dmaintainer-kvm-x86.rst34 the status quo for the foreseeable future.