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

/linux-master/drivers/staging/sm750fb/
H A Dddk750_chip.c321 unsigned int RN, quo, rem, fl_quo; local
354 quo = RN / input;
360 M = quo * X;
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_ptp.h53 u32 quo; member in struct:hclge_ptp_cycle
H A Dhclge_ptp.c12 ptp->cycle.quo = readl(hdev->ptp->io_base + HCLGE_PTP_CYCLE_QUO_REG) &
31 u32 quo, numerator; local
33 adj_base = (u64)cycle->quo * (u64)cycle->den + (u64)cycle->numer;
41 quo = div_u64_rem(adj_val, cycle->den, &numerator);
44 writel(quo & HCLGE_PTP_CYCLE_QUO_MASK,

Completed in 134 milliseconds