Searched refs:CLKF_VAL (Results 1 – 2 of 2) sorted by relevance
175 #define CLKF_VAL(freq) ((((freq) + 4999999) / 5000000) & CLKF_MASK) macro
131 writeb(CLKF_VAL(state->clk_freq), ®s->clk_factor); in mac53c94_init()