Home
last modified time | relevance | path

Searched defs:bitfield_replace (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dbitfield.h57 static inline uint bitfield_replace(uint reg_val, uint shift, uint width, in bitfield_replace() function
/openbmc/linux/drivers/clk/bcm/
H A Dclk-kona.c40 static inline u32 bitfield_replace(u32 reg_val, u32 shift, u32 width, u32 val) in bitfield_replace() function