/kernel/linux/linux-6.6/drivers/clk/qcom/ |
H A D | clk-rcg.h | 96 #define to_clk_rcg(_hw) container_of(to_clk_regmap(_hw), struct clk_rcg, clkr) 129 #define to_clk_dyn_rcg(_hw) \ 130 container_of(to_clk_regmap(_hw), struct clk_dyn_rcg, clkr) 159 #define to_clk_rcg2(_hw) container_of(to_clk_regmap(_hw), struct clk_rcg2, clkr) 167 #define to_clk_rcg2_gfx3d(_hw) \ 168 container_of(to_clk_rcg2(_hw), struct clk_rcg2_gfx3d, rcg)
|
H A D | clk-krait.h | 24 #define to_krait_mux_clk(_hw) container_of(_hw, struct krait_mux_clk, hw) 37 #define to_krait_div2_clk(_hw) container_of(_hw, struct krait_div2_clk, hw)
|
H A D | clk-hfpll.h | 39 #define to_clk_hfpll(_hw) \ 40 container_of(to_clk_regmap(_hw), struct clk_hfpll, clkr)
|
H A D | clk-pll.h | 59 #define to_clk_pll(_hw) container_of(to_clk_regmap(_hw), struct clk_pll, clkr)
|
/kernel/linux/linux-6.6/drivers/clk/stm32/ |
H A D | clk-stm32-core.h | 101 #define to_clk_stm32_mux(_hw) container_of(_hw, struct clk_stm32_mux, hw) 111 #define to_clk_stm32_gate(_hw) container_of(_hw, struct clk_stm32_gate, hw) 121 #define to_clk_stm32_divider(_hw) container_of(_hw, struct clk_stm32_div, hw) 133 #define to_clk_stm32_composite(_hw) container_of(_hw, struct clk_stm32_composite, hw)
|
/kernel/linux/linux-5.10/drivers/clk/qcom/ |
H A D | clk-krait.h | 23 #define to_krait_mux_clk(_hw) container_of(_hw, struct krait_mux_clk, hw) 36 #define to_krait_div2_clk(_hw) container_of(_hw, struct krait_div2_clk, hw)
|
H A D | clk-rcg.h | 95 #define to_clk_rcg(_hw) container_of(to_clk_regmap(_hw), struct clk_rcg, clkr) 128 #define to_clk_dyn_rcg(_hw) \ 129 container_of(to_clk_regmap(_hw), struct clk_dyn_rcg, clkr) 154 #define to_clk_rcg2(_hw) container_of(to_clk_regmap(_hw), struct clk_rcg2, clkr)
|
H A D | clk-branch.h | 45 #define to_clk_branch(_hw) \ 46 container_of(to_clk_regmap(_hw), struct clk_branch, clkr)
|
H A D | clk-hfpll.h | 39 #define to_clk_hfpll(_hw) \ 40 container_of(to_clk_regmap(_hw), struct clk_hfpll, clkr)
|
H A D | clk-pll.h | 59 #define to_clk_pll(_hw) container_of(to_clk_regmap(_hw), struct clk_pll, clkr)
|
/kernel/linux/linux-5.10/drivers/clk/tegra/ |
H A D | clk.h | 85 #define to_clk_sync_source(_hw) \ 86 container_of(_hw, struct tegra_clk_sync_source, hw) 126 #define to_clk_frac_div(_hw) container_of(_hw, struct tegra_clk_frac_div, hw) 385 #define to_clk_pll(_hw) container_of(_hw, struct tegra_clk_pll, hw) 515 #define to_clk_pll_out(_hw) container_of(_hw, struct tegra_clk_pll_out, hw) 574 #define to_clk_periph_gate(_hw) \ 575 container_of(_hw, struc [all...] |
/kernel/linux/linux-6.6/drivers/clk/tegra/ |
H A D | clk.h | 85 #define to_clk_sync_source(_hw) \ 86 container_of(_hw, struct tegra_clk_sync_source, hw) 126 #define to_clk_frac_div(_hw) container_of(_hw, struct tegra_clk_frac_div, hw) 385 #define to_clk_pll(_hw) container_of(_hw, struct tegra_clk_pll, hw) 515 #define to_clk_pll_out(_hw) container_of(_hw, struct tegra_clk_pll_out, hw) 571 #define to_clk_periph_gate(_hw) \ 572 container_of(_hw, struc [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_type.h | 83 #define IXGBE_BY_MAC(_hw, r) ((_hw)->mvals[IXGBE_CAT(r, IDX)]) 97 #define IXGBE_I2CCTL(_hw) IXGBE_BY_MAC((_hw), I2CCTL) 111 #define IXGBE_EEC(_hw) IXGBE_BY_MAC((_hw), EEC) 119 #define IXGBE_FLA(_hw) IXGBE_BY_MAC((_hw), FLA) 131 #define IXGBE_GRC(_hw) IXGBE_BY_MAC((_hw), GR [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_type.h | 83 #define IXGBE_BY_MAC(_hw, r) ((_hw)->mvals[IXGBE_CAT(r, IDX)]) 97 #define IXGBE_I2CCTL(_hw) IXGBE_BY_MAC((_hw), I2CCTL) 111 #define IXGBE_EEC(_hw) IXGBE_BY_MAC((_hw), EEC) 119 #define IXGBE_FLA(_hw) IXGBE_BY_MAC((_hw), FLA) 131 #define IXGBE_GRC(_hw) IXGBE_BY_MAC((_hw), GR [all...] |
/kernel/linux/linux-5.10/drivers/clk/baikal-t1/ |
H A D | ccu-pll.h | 53 #define to_ccu_pll(_hw) container_of(_hw, struct ccu_pll, hw)
|
H A D | ccu-div.h | 107 #define to_ccu_div(_hw) container_of(_hw, struct ccu_div, hw)
|
/kernel/linux/linux-6.6/drivers/clk/baikal-t1/ |
H A D | ccu-pll.h | 61 #define to_ccu_pll(_hw) container_of(_hw, struct ccu_pll, hw)
|
H A D | ccu-div.h | 110 #define to_ccu_div(_hw) container_of(_hw, struct ccu_div, hw)
|
/kernel/linux/linux-5.10/drivers/clk/ |
H A D | clk-aspeed.h | 56 #define to_aspeed_clk_gate(_hw) container_of(_hw, struct aspeed_clk_gate, hw)
|
/kernel/linux/linux-6.6/drivers/clk/ |
H A D | clk-aspeed.h | 56 #define to_aspeed_clk_gate(_hw) container_of(_hw, struct aspeed_clk_gate, hw)
|
/kernel/linux/linux-5.10/drivers/clk/ti/ |
H A D | clock.h | 32 #define to_clk_omap_divider(_hw) container_of(_hw, struct clk_omap_divider, hw) 45 #define to_clk_omap_mux(_hw) container_of(_hw, struct clk_omap_mux, hw)
|
/kernel/linux/linux-6.6/drivers/clk/ti/ |
H A D | clock.h | 24 #define to_clk_omap_divider(_hw) container_of(_hw, struct clk_omap_divider, hw) 37 #define to_clk_omap_mux(_hw) container_of(_hw, struct clk_omap_mux, hw)
|
/kernel/linux/linux-5.10/drivers/clk/davinci/ |
H A D | da8xx-cfgchip.c | 39 #define to_da8xx_cfgchip_gate_clk(_hw) \ 40 container_of((_hw), struct da8xx_cfgchip_gate_clk, hw) 210 #define to_da8xx_cfgchip_mux_clk(_hw) \ 211 container_of((_hw), struct da8xx_cfgchip_mux_clk, hw) 352 #define to_da8xx_usb0_clk48(_hw) \ 353 container_of((_hw), struct da8xx_usb0_clk48, hw) 545 #define to_da8xx_usb1_clk48(_hw) \ 546 container_of((_hw), struct da8xx_usb1_clk48, hw)
|
/kernel/linux/linux-5.10/drivers/clk/x86/ |
H A D | clk-cgu.c | 20 #define to_lgm_clk_mux(_hw) container_of(_hw, struct lgm_clk_mux, hw) 21 #define to_lgm_clk_divider(_hw) container_of(_hw, struct lgm_clk_divider, hw) 22 #define to_lgm_clk_gate(_hw) container_of(_hw, struct lgm_clk_gate, hw) 23 #define to_lgm_clk_ddiv(_hw) container_of(_hw, struct lgm_clk_ddiv, hw)
|
/kernel/linux/linux-6.6/drivers/clk/davinci/ |
H A D | da8xx-cfgchip.c | 39 #define to_da8xx_cfgchip_gate_clk(_hw) \ 40 container_of((_hw), struct da8xx_cfgchip_gate_clk, hw) 210 #define to_da8xx_cfgchip_mux_clk(_hw) \ 211 container_of((_hw), struct da8xx_cfgchip_mux_clk, hw) 353 #define to_da8xx_usb0_clk48(_hw) \ 354 container_of((_hw), struct da8xx_usb0_clk48, hw) 547 #define to_da8xx_usb1_clk48(_hw) \ 548 container_of((_hw), struct da8xx_usb1_clk48, hw)
|