Searched refs:kp_shift (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/clk/bcm/ |
H A D | clk-iproc.h | 133 unsigned int kp_shift; member
|
H A D | clk-nsp.c | 23 .ki_width = kiw, .kp_shift = kps, .kp_width = kpw, .ka_shift = kas, \
|
H A D | clk-ns2.c | 23 .ki_width = kiw, .kp_shift = kps, .kp_width = kpw, .ka_shift = kas, \
|
H A D | clk-cygnus.c | 31 .ki_width = kiw, .kp_shift = kps, .kp_width = kpw, .ka_shift = kas, \
|
H A D | clk-sr.c | 25 .ki_shift = kis, .ki_width = kiw, .kp_shift = kps, .kp_width = kpw, \
|
H A D | clk-iproc-pll.c | 257 bit_mask(dig_filter->kp_width) << dig_filter->kp_shift | in __pll_bring_out_reset() 259 val |= ki << dig_filter->ki_shift | kp << dig_filter->kp_shift | in __pll_bring_out_reset()
|