Searched refs:bitfield_extract (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/clk/bcm/
H A Dclk-kona.c34 static inline u32 bitfield_extract(u32 reg_val, u32 shift, u32 width) function
570 reg_div = bitfield_extract(reg_val, div->u.s.shift, div->u.s.width);
600 reg_div = bitfield_extract(reg_val, div->u.s.shift,
848 parent_sel = bitfield_extract(reg_val, sel->shift, sel->width);
885 parent_sel = bitfield_extract(reg_val, sel->shift, sel->width);

Completed in 221 milliseconds