Searched refs:FLAG_FLIP (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/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)
|
| /OK3568_Linux_fs/u-boot/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)
|
| /OK3568_Linux_fs/kernel/drivers/clk/bcm/ |
| H A D | clk-kona.h | 43 #define FLAG_FLIP(obj, type, flag) ((obj)->flags ^= FLAG(type, flag)) macro 61 #define gate_flip_enabled(gate) FLAG_FLIP(gate, GATE, ENABLED)
|