Searched refs:core_clk (Results 1 – 1 of 1) sorted by relevance
2651 static void tp_set_timers(struct adapter *adap, unsigned int core_clk) in tp_set_timers() argument2653 unsigned int tre = fls(core_clk / (1000000 / TP_TMR_RES)) - 1; in tp_set_timers()2654 unsigned int dack_re = fls(core_clk / 5000) - 1; /* 200us */ in tp_set_timers()2655 unsigned int tstamp_re = fls(core_clk / 1000); /* 1ms, at least */ in tp_set_timers()2656 unsigned int tps = core_clk >> tre; in tp_set_timers()2662 (core_clk >> dack_re) / (1000 / TP_DACK_TIMER)); in tp_set_timers()