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