_status_bit       159 drivers/clk/bcm/clk-kona.h #define HW_SW_GATE(_offset, _status_bit, _en_bit, _hw_sw_sel_bit)	\
_status_bit       162 drivers/clk/bcm/clk-kona.h 		.status_bit = (_status_bit),				\
_status_bit       171 drivers/clk/bcm/clk-kona.h #define HW_SW_GATE_AUTO(_offset, _status_bit, _en_bit, _hw_sw_sel_bit)	\
_status_bit       174 drivers/clk/bcm/clk-kona.h 		.status_bit = (_status_bit),				\
_status_bit       182 drivers/clk/bcm/clk-kona.h #define HW_ENABLE_GATE(_offset, _status_bit, _en_bit, _hw_sw_sel_bit)	\
_status_bit       185 drivers/clk/bcm/clk-kona.h 		.status_bit = (_status_bit),				\
_status_bit       193 drivers/clk/bcm/clk-kona.h #define SW_ONLY_GATE(_offset, _status_bit, _en_bit)			\
_status_bit       196 drivers/clk/bcm/clk-kona.h 		.status_bit = (_status_bit),				\
_status_bit       203 drivers/clk/bcm/clk-kona.h #define HW_ONLY_GATE(_offset, _status_bit)				\
_status_bit       206 drivers/clk/bcm/clk-kona.h 		.status_bit = (_status_bit),				\