Home
last modified time | relevance | path

Searched refs:FLAG_TEST (Results 1 – 1 of 1) sorted by relevance

/drivers/clk/bcm/
Dclk-kona.h44 #define FLAG_TEST(obj, type, flag) (!!((obj)->flags & FLAG(type, flag))) macro
54 #define gate_exists(gate) FLAG_TEST(gate, GATE, EXISTS)
55 #define gate_is_enabled(gate) FLAG_TEST(gate, GATE, ENABLED)
56 #define gate_is_hw_controllable(gate) FLAG_TEST(gate, GATE, HW)
57 #define gate_is_sw_controllable(gate) FLAG_TEST(gate, GATE, SW)
58 #define gate_is_sw_managed(gate) FLAG_TEST(gate, GATE, SW_MANAGED)
59 #define gate_is_no_disable(gate) FLAG_TEST(gate, GATE, NO_DISABLE)
65 #define divider_exists(div) FLAG_TEST(div, DIV, EXISTS)
66 #define divider_is_fixed(div) FLAG_TEST(div, DIV, FIXED)
71 #define trigger_exists(trig) FLAG_TEST(trig, TRIG, EXISTS)