Searched refs:FLAG_SET (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/hw/usb/ |
H A D | dev-mtp.c | 246 #define FLAG_SET(_mtp, _flag) ((_mtp)->flags & (1 << (_flag))) macro 876 if (FLAG_SET(s, MTP_FLAG_WRITABLE)) { in usb_mtp_get_storage_info() 1197 if (!FLAG_SET(s, MTP_FLAG_WRITABLE)) { in usb_mtp_object_delete() 1395 if (!FLAG_SET(s, MTP_FLAG_WRITABLE)) { in usb_mtp_command() 1428 if (!FLAG_SET(s, MTP_FLAG_WRITABLE)) { in usb_mtp_command()
|
/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/linux/drivers/clk/bcm/ |
H A D | clk-kona.h | 33 #define FLAG_SET(obj, type, flag) ((obj)->flags |= FLAG(type, flag)) macro
|