Searched defs:FLAG_SET (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/clk/bcm/ |
H A D | clk-kona.h | 33 #define FLAG_SET(obj, type, flag) ((obj)->flags |= FLAG(type, flag)) macro
|
/openbmc/u-boot/arch/arm/cpu/armv7/bcm235xx/ |
H A D | clk-core.h | 88 #define FLAG_SET(obj, type, flag) ((obj)->flags |= FLAG(type, flag)) macro
|
/openbmc/u-boot/arch/arm/cpu/armv7/bcm281xx/ |
H A D | clk-core.h | 88 #define FLAG_SET(obj, type, flag) ((obj)->flags |= FLAG(type, flag)) macro
|
/openbmc/qemu/hw/usb/ |
H A D | dev-mtp.c | 246 #define FLAG_SET(_mtp, _flag) ((_mtp)->flags & (1 << (_flag))) macro
|