Searched refs:bitfield_replace (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/bcm/ |
H A D | clk-kona.c | 48 static inline u32 bitfield_replace(u32 reg_val, u32 shift, u32 width, u32 val) in bitfield_replace() function 627 reg_val = bitfield_replace(reg_val, div->u.s.shift, div->u.s.width, in __div_commit() 912 reg_val = bitfield_replace(reg_val, sel->shift, sel->width, parent_sel); in __sel_commit()
|
/kernel/linux/linux-6.6/drivers/clk/bcm/ |
H A D | clk-kona.c | 40 static inline u32 bitfield_replace(u32 reg_val, u32 shift, u32 width, u32 val) in bitfield_replace() function 619 reg_val = bitfield_replace(reg_val, div->u.s.shift, div->u.s.width, in __div_commit() 904 reg_val = bitfield_replace(reg_val, sel->shift, sel->width, parent_sel); in __sel_commit()
|
Completed in 7 milliseconds