Searched refs:FLAG_CLEAR (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/arch/arm/cpu/armv7/bcm235xx/ |
H A D | clk-core.h | 89 #define FLAG_CLEAR(obj, type, flag) ((obj)->flags &= ~(FLAG(type, flag))) macro
|
/openbmc/u-boot/arch/arm/cpu/armv7/bcm281xx/ |
H A D | clk-core.h | 89 #define FLAG_CLEAR(obj, type, flag) ((obj)->flags &= ~(FLAG(type, flag))) macro
|
/openbmc/linux/drivers/clk/bcm/ |
H A D | clk-kona.h | 34 #define FLAG_CLEAR(obj, type, flag) ((obj)->flags &= ~(FLAG(type, flag))) macro
|
H A D | clk-kona-setup.c | 14 #define trigger_clear_exists(trig) FLAG_CLEAR(trig, TRIG, EXISTS)
|