Home
last modified time | relevance | path

Searched defs:SET_FLAG (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Dbasic_types.h194 #define SET_FLAG(__Flag, __setFlag) ((__Flag) |= __setFlag) macro
/openbmc/u-boot/drivers/bios_emulator/include/x86emu/
H A Dregs.h211 #define SET_FLAG(flag) (M.x86.R_FLG |= (flag)) macro
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x.h2495 #define SET_FLAG(value, mask, flag) \ macro