Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/infiniband/hw/hfi1/
Dchip.h553 #define ASIC_CCLOCK_PS 1242 /* 805 MHz */ macro
Dchip.c11771 cclocks = (ns * 1000) / ASIC_CCLOCK_PS; in ns_to_cclock()
11788 ns = (cclocks * ASIC_CCLOCK_PS) / 1000; in cclock_to_ns()