Home
last modified time | relevance | path

Searched refs:FPGA_CCLOCK_PS (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/infiniband/hw/hfi1/
H A Dchip.h554 #define FPGA_CCLOCK_PS 30300 /* 33 MHz */ macro
H A Dchip.c11771 cclocks = (ns * 1000) / FPGA_CCLOCK_PS; in ns_to_cclock()
11788 ns = (cclocks * FPGA_CCLOCK_PS) / 1000; in cclock_to_ns()