/openbmc/linux/drivers/clk/tegra/ |
H A D | clk-periph-gate.c | 19 #define read_enb(gate) \ argument 21 #define write_enb_set(val, gate) \ argument 23 #define write_enb_clr(val, gate) \ argument 26 #define read_rst(gate) \ argument 28 #define write_rst_clr(val, gate) \ argument 31 #define periph_clk_to_bit(gate) (1 << (gate->clk_num % 32)) argument 38 struct tegra_clk_periph_gate *gate = to_clk_periph_gate(hw); in clk_periph_is_enabled() local 53 struct tegra_clk_periph_gate *gate = to_clk_periph_gate(hw); in clk_periph_enable_locked() local 68 struct tegra_clk_periph_gate *gate = to_clk_periph_gate(hw); in clk_periph_disable_locked() local 83 struct tegra_clk_periph_gate *gate = to_clk_periph_gate(hw); in clk_periph_enable() local [all …]
|
/openbmc/linux/drivers/staging/sm750fb/ |
H A D | ddk750_power.c | 75 void sm750_set_current_gate(unsigned int gate) in sm750_set_current_gate() 88 u32 gate; in sm750_enable_2d_engine() local 101 u32 gate; in sm750_enable_dma() local 118 u32 gate; in sm750_enable_gpio() local 135 u32 gate; in sm750_enable_i2c() local
|
/openbmc/linux/drivers/clk/ |
H A D | clk-gate.c | 27 static inline u32 clk_gate_readl(struct clk_gate *gate) in clk_gate_readl() 35 static inline void clk_gate_writel(struct clk_gate *gate, u32 val) in clk_gate_writel() 58 struct clk_gate *gate = to_clk_gate(hw); in clk_gate_endisable() local 106 struct clk_gate *gate = to_clk_gate(hw); in clk_gate_is_enabled() local 135 struct clk_gate *gate; in __clk_hw_register_gate() local 202 struct clk_gate *gate; in clk_unregister_gate() local 218 struct clk_gate *gate; in clk_hw_unregister_gate() local
|
H A D | clk-ast2600.c | 271 static u32 get_reset_reg(struct aspeed_clk_gate *gate) in get_reset_reg() 279 static u32 get_clock_reg(struct aspeed_clk_gate *gate) in get_clock_reg() 289 struct aspeed_clk_gate *gate = to_aspeed_clk_gate(hw); in aspeed_g6_clk_is_enabled() local 317 struct aspeed_clk_gate *gate = to_aspeed_clk_gate(hw); in aspeed_g6_clk_enable() local 359 struct aspeed_clk_gate *gate = to_aspeed_clk_gate(hw); in aspeed_g6_clk_disable() local 429 struct aspeed_clk_gate *gate; in aspeed_g6_clk_hw_register_gate() local
|
H A D | clk-aspeed.c | 186 struct aspeed_clk_gate *gate = to_aspeed_clk_gate(hw); in aspeed_clk_is_enabled() local 211 struct aspeed_clk_gate *gate = to_aspeed_clk_gate(hw); in aspeed_clk_enable() local 251 struct aspeed_clk_gate *gate = to_aspeed_clk_gate(hw); in aspeed_clk_disable() local 350 struct aspeed_clk_gate *gate; in aspeed_clk_hw_register_gate() local
|
H A D | clk-stm32f4.c | 514 struct clk_gate gate; member 607 struct clk_gate *gate = to_clk_gate(hw); in stm32f4_pll_enable() local 633 struct clk_gate *gate = to_clk_gate(hw); in stm32f4_pll_recalc() local 645 struct clk_gate *gate = to_clk_gate(hw); in stm32f4_pll_round_rate() local 662 struct clk_gate *gate = to_clk_gate(hw); in stm32f4_pll_set_rate() local 909 struct clk_gate gate; member 917 struct clk_gate *gate = to_clk_gate(hw); in rgclk_enable() local 1059 struct clk_gate *gate; in stm32_register_cclk() local 1630 struct clk_gate *gate = NULL; in stm32_register_aux_clk() local
|
/openbmc/linux/drivers/clk/imx/ |
H A D | clk-gate-93.c | 49 struct imx93_clk_gate *gate = to_imx93_clk_gate(hw); in imx93_clk_gate_do_hardware() local 67 struct imx93_clk_gate *gate = to_imx93_clk_gate(hw); in imx93_clk_gate_enable() local 84 struct imx93_clk_gate *gate = to_imx93_clk_gate(hw); in imx93_clk_gate_disable() local 101 static int imx93_clk_gate_reg_is_enabled(struct imx93_clk_gate *gate) in imx93_clk_gate_reg_is_enabled() 120 struct imx93_clk_gate *gate = to_imx93_clk_gate(hw); in imx93_clk_gate_is_enabled() local 135 struct imx93_clk_gate *gate = to_imx93_clk_gate(hw); in imx93_clk_gate_disable_unused() local 161 struct imx93_clk_gate *gate; in imx93_clk_gate() local
|
H A D | clk-gate2.c | 43 struct clk_gate2 *gate = to_clk_gate2(hw); in clk_gate2_do_shared_clks() local 55 struct clk_gate2 *gate = to_clk_gate2(hw); in clk_gate2_enable() local 72 struct clk_gate2 *gate = to_clk_gate2(hw); in clk_gate2_disable() local 102 struct clk_gate2 *gate = to_clk_gate2(hw); in clk_gate2_is_enabled() local 118 struct clk_gate2 *gate = to_clk_gate2(hw); in clk_gate2_disable_unused() local 142 struct clk_gate2 *gate; in clk_hw_register_gate2() local
|
H A D | clk-gate-exclusive.c | 25 struct clk_gate gate; member 31 struct clk_gate *gate = to_clk_gate(hw); in clk_gate_exclusive_enable() local 62 struct clk_gate *gate; in imx_clk_hw_gate_exclusive() local
|
H A D | clk-composite-7ulp.c | 30 struct clk_gate *gate = to_clk_gate(hw); in pcc_gate_enable() local 77 struct clk_gate *gate = NULL; in imx_ulp_clk_hw_composite() local
|
/openbmc/linux/drivers/clk/mmp/ |
H A D | clk-gate.c | 26 struct mmp_clk_gate *gate = to_clk_mmp_gate(hw); in mmp_clk_gate_enable() local 53 struct mmp_clk_gate *gate = to_clk_mmp_gate(hw); in mmp_clk_gate_disable() local 71 struct mmp_clk_gate *gate = to_clk_mmp_gate(hw); in mmp_clk_gate_is_enabled() local 97 struct mmp_clk_gate *gate; in mmp_clk_register_gate() local
|
/openbmc/linux/drivers/clk/zynqmp/ |
H A D | clk-gate-zynqmp.c | 36 struct zynqmp_clk_gate *gate = to_zynqmp_clk_gate(hw); in zynqmp_clk_gate_enable() local 56 struct zynqmp_clk_gate *gate = to_zynqmp_clk_gate(hw); in zynqmp_clk_gate_disable() local 76 struct zynqmp_clk_gate *gate = to_zynqmp_clk_gate(hw); in zynqmp_clk_gate_is_enabled() local 112 struct zynqmp_clk_gate *gate; in zynqmp_clk_register_gate() local
|
/openbmc/linux/drivers/clk/bcm/ |
H A D | clk-kona.c | 350 __is_clk_gate_enabled(struct ccu_data *ccu, struct bcm_clk_gate *gate) in __is_clk_gate_enabled() 367 is_clk_gate_enabled(struct ccu_data *ccu, struct bcm_clk_gate *gate) in is_clk_gate_enabled() 388 __gate_commit(struct ccu_data *ccu, struct bcm_clk_gate *gate) in __gate_commit() 439 static bool gate_init(struct ccu_data *ccu, struct bcm_clk_gate *gate) in gate_init() 479 struct bcm_clk_gate *gate, bool enable) in clk_gate() 639 static bool div_init(struct ccu_data *ccu, struct bcm_clk_gate *gate, in div_init() 866 __sel_commit(struct ccu_data *ccu, struct bcm_clk_gate *gate, in __sel_commit() 923 static bool sel_init(struct ccu_data *ccu, struct bcm_clk_gate *gate, in sel_init() 969 struct bcm_clk_gate *gate = &bcm_clk->u.peri->gate; in kona_peri_clk_enable() local 977 struct bcm_clk_gate *gate = &bcm_clk->u.peri->gate; in kona_peri_clk_disable() local [all …]
|
H A D | clk-kona.h | 46 #define gate_exists(gate) FLAG_TEST(gate, GATE, EXISTS) argument 47 #define gate_is_enabled(gate) FLAG_TEST(gate, GATE, ENABLED) argument 48 #define gate_is_hw_controllable(gate) FLAG_TEST(gate, GATE, HW) argument 49 #define gate_is_sw_controllable(gate) FLAG_TEST(gate, GATE, SW) argument 50 #define gate_is_sw_managed(gate) FLAG_TEST(gate, GATE, SW_MANAGED) argument 51 #define gate_is_no_disable(gate) FLAG_TEST(gate, GATE, NO_DISABLE) argument 53 #define gate_flip_enabled(gate) FLAG_FLIP(gate, GATE, ENABLED) argument 384 struct bcm_clk_gate gate; member
|
/openbmc/linux/drivers/clk/actions/ |
H A D | owl-gate.c | 36 struct owl_gate *gate = hw_to_owl_gate(hw); in owl_gate_disable() local 44 struct owl_gate *gate = hw_to_owl_gate(hw); in owl_gate_enable() local 67 struct owl_gate *gate = hw_to_owl_gate(hw); in owl_gate_is_enabled() local
|
/openbmc/linux/net/nfc/hci/ |
H A D | command.c | 91 int nfc_hci_send_event(struct nfc_hci_dev *hdev, u8 gate, u8 event, in nfc_hci_send_event() 112 int nfc_hci_send_cmd(struct nfc_hci_dev *hdev, u8 gate, u8 cmd, in nfc_hci_send_cmd() 125 int nfc_hci_send_cmd_async(struct nfc_hci_dev *hdev, u8 gate, u8 cmd, in nfc_hci_send_cmd_async() 140 int nfc_hci_set_param(struct nfc_hci_dev *hdev, u8 gate, u8 idx, in nfc_hci_set_param() 172 int nfc_hci_get_param(struct nfc_hci_dev *hdev, u8 gate, u8 idx, in nfc_hci_get_param() 259 int nfc_hci_disconnect_gate(struct nfc_hci_dev *hdev, u8 gate) in nfc_hci_disconnect_gate()
|
/openbmc/linux/drivers/clk/visconti/ |
H A D | clkc.c | 30 struct visconti_clk_gate *gate = to_visconti_clk_gate(hw); in visconti_gate_clk_is_enabled() local 40 struct visconti_clk_gate *gate = to_visconti_clk_gate(hw); in visconti_gate_clk_disable() local 57 struct visconti_clk_gate *gate = to_visconti_clk_gate(hw); in visconti_gate_clk_enable() local 84 struct visconti_clk_gate *gate; in visconti_clk_register_gate() local
|
/openbmc/linux/drivers/clk/uniphier/ |
H A D | clk-uniphier-gate.c | 25 struct uniphier_clk_gate *gate = to_uniphier_clk_gate(hw); in uniphier_clk_gate_endisable() local 44 struct uniphier_clk_gate *gate = to_uniphier_clk_gate(hw); in uniphier_clk_gate_is_enabled() local 64 struct uniphier_clk_gate *gate; in uniphier_clk_register_gate() local
|
/openbmc/linux/drivers/clk/sunxi-ng/ |
H A D | ccu_gate.c | 12 void ccu_gate_helper_disable(struct ccu_common *common, u32 gate) in ccu_gate_helper_disable() 36 int ccu_gate_helper_enable(struct ccu_common *common, u32 gate) in ccu_gate_helper_enable() 62 int ccu_gate_helper_is_enabled(struct ccu_common *common, u32 gate) in ccu_gate_helper_is_enabled()
|
/openbmc/u-boot/arch/arm/cpu/armv7/bcm281xx/ |
H A D | clk-core.h | 95 #define gate_exists(gate) FLAG_TEST(gate, GATE, EXISTS) argument 96 #define gate_is_enabled(gate) FLAG_TEST(gate, GATE, ENABLED) argument 97 #define gate_is_hw_controllable(gate) FLAG_TEST(gate, GATE, HW) argument 98 #define gate_is_sw_controllable(gate) FLAG_TEST(gate, GATE, SW) argument 99 #define gate_is_sw_managed(gate) FLAG_TEST(gate, GATE, SW_MANAGED) argument 100 #define gate_is_no_disable(gate) FLAG_TEST(gate, GATE, NO_DISABLE) argument 102 #define gate_flip_enabled(gate) FLAG_FLIP(gate, GATE, ENABLED) argument 390 struct bcm_clk_gate gate; member 394 struct bcm_clk_gate gate; member 398 struct bcm_clk_gate gate; member
|
/openbmc/u-boot/arch/arm/cpu/armv7/bcm235xx/ |
H A D | clk-core.h | 95 #define gate_exists(gate) FLAG_TEST(gate, GATE, EXISTS) argument 96 #define gate_is_enabled(gate) FLAG_TEST(gate, GATE, ENABLED) argument 97 #define gate_is_hw_controllable(gate) FLAG_TEST(gate, GATE, HW) argument 98 #define gate_is_sw_controllable(gate) FLAG_TEST(gate, GATE, SW) argument 99 #define gate_is_sw_managed(gate) FLAG_TEST(gate, GATE, SW_MANAGED) argument 100 #define gate_is_no_disable(gate) FLAG_TEST(gate, GATE, NO_DISABLE) argument 102 #define gate_flip_enabled(gate) FLAG_FLIP(gate, GATE, ENABLED) argument 390 struct bcm_clk_gate gate; member 394 struct bcm_clk_gate gate; member 398 struct bcm_clk_gate gate; member
|
/openbmc/linux/drivers/clk/stm32/ |
H A D | clk-stm32-core.c | 135 const struct stm32_gate_cfg *gate = &data->gates[gate_id]; in stm32_gate_endisable() local 161 const struct stm32_gate_cfg *gate = &data->gates[gate_id]; in stm32_gate_disable_unused() local 177 const struct stm32_gate_cfg *gate = &data->gates[gate_id]; in stm32_gate_is_enabled() local 285 struct clk_stm32_gate *gate = to_clk_stm32_gate(hw); in clk_stm32_gate_endisable() local 309 struct clk_stm32_gate *gate = to_clk_stm32_gate(hw); in clk_stm32_gate_is_enabled() local 316 struct clk_stm32_gate *gate = to_clk_stm32_gate(hw); in clk_stm32_gate_disable_unused() local 651 struct clk_stm32_gate *gate = cfg->clock_cfg; in clk_stm32_gate_register() local
|
/openbmc/linux/drivers/clk/mvebu/ |
H A D | cp110-system-controller.c | 123 struct cp110_gate_clk *gate = to_cp110_gate_clk(hw); in cp110_gate_enable() local 133 struct cp110_gate_clk *gate = to_cp110_gate_clk(hw); in cp110_gate_disable() local 141 struct cp110_gate_clk *gate = to_cp110_gate_clk(hw); in cp110_gate_is_enabled() local 159 struct cp110_gate_clk *gate; in cp110_register_gate() local
|
/openbmc/linux/drivers/clk/mediatek/ |
H A D | clk-gate.c | 223 const struct mtk_gate *gate = &clks[i]; in mtk_clk_register_gates() local 252 const struct mtk_gate *gate = &clks[i]; in mtk_clk_register_gates() local 274 const struct mtk_gate *gate = &clks[i - 1]; in mtk_clk_unregister_gates() local
|
/openbmc/linux/drivers/clk/rockchip/ |
H A D | clk.c | 50 struct clk_gate *gate = NULL; in rockchip_clk_register_branch() local 128 struct clk_gate gate; member 216 struct clk_gate *gate = NULL; in rockchip_clk_register_frac_branch() local 321 struct clk_gate *gate = NULL; in rockchip_clk_register_factor_branch() local
|