Searched refs:FLAG_FLIP (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/cpu/armv7/bcm281xx/ |
| H A D | clk-core.h | 91 #define FLAG_FLIP(obj, type, flag) ((obj)->flags ^= FLAG(type, flag)) macro 103 #define gate_flip_enabled(gate) FLAG_FLIP(gate, GATE, ENABLED)
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv7/bcm235xx/ |
| H A D | clk-core.h | 91 #define FLAG_FLIP(obj, type, flag) ((obj)->flags ^= FLAG(type, flag)) macro 103 #define gate_flip_enabled(gate) FLAG_FLIP(gate, GATE, ENABLED)
|