mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 14:54:21 -04:00
If the call to clknode_get_freq() returns an error (unlikely), report this, rather than printing the error code as the clock frequency. If the clock has no parent (e.g. a fixed reference clock), print "none" rather than "(NULL)(-1)". This is a more human-legible presentation of the same information. Reviewed by: manu MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D44267 |
||
|---|---|---|
| .. | ||
| allwinner | ||
| rockchip | ||
| xilinx | ||
| clk.c | ||
| clk.h | ||
| clk_bus.c | ||
| clk_div.c | ||
| clk_div.h | ||
| clk_fixed.c | ||
| clk_fixed.h | ||
| clk_gate.c | ||
| clk_gate.h | ||
| clk_link.c | ||
| clk_link.h | ||
| clk_mux.c | ||
| clk_mux.h | ||
| clkdev_if.m | ||
| clknode_if.m | ||