Home
last modified time | relevance | path

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

/openbmc/linux/sound/ppc/
H A Dsnd_ps3.c65 static inline void update_reg(unsigned int reg, u32 or_val) in update_reg() argument
67 u32 newval = read_reg(reg) | or_val; in update_reg()
70 static inline void update_mask_reg(unsigned int reg, u32 mask, u32 or_val) in update_mask_reg() argument
72 u32 newval = (read_reg(reg) & mask) | or_val; in update_mask_reg()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h1326 void _nmask_and_or_msr(unsigned long nmask, unsigned long or_val);
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.c3172 u8 devad, u16 reg, u16 or_val) in bnx2x_cl45_read_or_write() argument
3176 bnx2x_cl45_write(bp, phy, devad, reg, val | or_val); in bnx2x_cl45_read_or_write()