Searched refs:FLAG_FLIP (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/arch/arm/cpu/armv7/bcm235xx/ |
H A D | clk-core.h | 90 #define FLAG_FLIP(obj, type, flag) ((obj)->flags ^= FLAG(type, flag)) macro 102 #define gate_flip_enabled(gate) FLAG_FLIP(gate, GATE, ENABLED)
|
/openbmc/u-boot/arch/arm/cpu/armv7/bcm281xx/ |
H A D | clk-core.h | 90 #define FLAG_FLIP(obj, type, flag) ((obj)->flags ^= FLAG(type, flag)) macro 102 #define gate_flip_enabled(gate) FLAG_FLIP(gate, GATE, ENABLED)
|
/openbmc/linux/drivers/clk/bcm/ |
H A D | clk-kona.h | 35 #define FLAG_FLIP(obj, type, flag) ((obj)->flags ^= FLAG(type, flag)) macro 53 #define gate_flip_enabled(gate) FLAG_FLIP(gate, GATE, ENABLED)
|