Home
last modified time | relevance | path

Searched refs:FPGA_CCLOCK_PS (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dchip.h596 #define FPGA_CCLOCK_PS 30300 /* 33 MHz */ macro
H A Dchip.c11810 cclocks = (ns * 1000) / FPGA_CCLOCK_PS; in ns_to_cclock()
11827 ns = (cclocks * FPGA_CCLOCK_PS) / 1000; in cclock_to_ns()
/kernel/linux/linux-6.6/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()

Completed in 68 milliseconds