Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/can/dev/
Dbittiming.c107 bt->tq = DIV_U64_ROUND_CLOSEST(mul_u32_u32(bt->brp, NSEC_PER_SEC), in can_fixup_bittiming()
/linux-6.6.21/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_hwtstamp.c84 DIV_U64_ROUND_CLOSEST(scaled_ns * PSEC_PER_NSEC, 466U); in hwtstamp_correct_latency()
/linux-6.6.21/include/linux/
Dmath64.h327 #define DIV_U64_ROUND_CLOSEST(dividend, divisor) \ macro
/linux-6.6.21/drivers/tty/serial/
Dmvebu-uart.c1123 divisor = DIV_U64_ROUND_CLOSEST((u64)(val & BRDV_BAUD_MASK) * in mvebu_uart_clock_prepare()
1152 divisor = DIV_U64_ROUND_CLOSEST((u64)(val & BRDV_BAUD_MASK) * in mvebu_uart_clock_prepare()