Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/
H A Dclk-apple-nco.c57 #define LFSR_TBLSIZE (1 << LFSR_LEN) macro
63 u16 fwd[LFSR_TBLSIZE];
64 u16 inv[LFSR_TBLSIZE];
130 coarse >= COARSE_DIV_OFFSET + LFSR_TBLSIZE; in applnco_div_out_of_range()
218 unsigned long lo = *parent_rate / (COARSE_DIV_OFFSET + LFSR_TBLSIZE) + 1; in applnco_round_rate()