Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
FPGA_CCLOCK_PS
drivers/infiniband/hw/hfi1/chip.c
11771
cclocks = (ns * 1000) / FPGA_CCLOCK_PS;
drivers/infiniband/hw/hfi1/chip.c
11788
ns = (cclocks * FPGA_CCLOCK_PS) / 1000;