freebsd-dev/sys/dev/extres/clk
Andriy Gapon c3a7328be8 aw_clk_nm: fix incorrect use of abs()
abs() takes a (signed) int as input.
Instead, it was used with unsigned 64-bit integers.

So, add and use a new helper function to calculate a difference between
two uint64_t-s.

Reviewed by:	manu
MFC after:	2 weeks
Differential Revision: https://reviews.freebsd.org/D26307
2020-09-07 06:27:18 +00:00
..
clk_bus.c
clk_div.c extres: clkdiv: Fix div_with_table 2018-08-05 06:15:35 +00:00
clk_div.h
clk_fixed.c
clk_fixed.h
clk_gate.c
clk_gate.h
clk_link.c Implement support for (soft)linked clocks. 2019-11-08 18:57:41 +00:00
clk_link.h Implement support for (soft)linked clocks. 2019-11-08 18:57:41 +00:00
clk_mux.c
clk_mux.h
clk.c Revert r363123. 2020-07-25 06:32:23 +00:00
clk.h aw_clk_nm: fix incorrect use of abs() 2020-09-07 06:27:18 +00:00
clkdev_if.m
clknode_if.m