/linux/drivers/clk/davinci/ |
H A D | pll-da850.c | 89 int da850_pll0_init(struct device *dev, void __iomem *base, struct regmap *cfgchip) in da850_pll0_init() argument 93 davinci_pll_clk_register(dev, &da850_pll0_info, "ref_clk", base, cfgchip); in da850_pll0_init() 145 struct regmap *cfgchip; in of_da850_pll0_init() local 153 cfgchip = syscon_regmap_lookup_by_compatible("ti,da830-cfgchip"); in of_da850_pll0_init() 157 da850_pll0_sysclk_info, 7, base, cfgchip); in of_da850_pll0_init() 198 int da850_pll1_init(struct device *dev, void __iomem *base, struct regmap *cfgchip) in da850_pll1_init() argument 202 davinci_pll_clk_register(dev, &da850_pll1_info, "oscin", base, cfgchip); in da850_pll1_init() 223 int of_da850_pll1_init(struct device *dev, void __iomem *base, struct regmap *cfgchip) in of_da850_pll1_init() argument 227 da850_pll1_sysclk_info, 3, base, cfgchip); in of_da850_pll1_init()
|
H A D | pll.h | 99 struct regmap *cfgchip); 121 struct regmap *cfgchip); 125 int da850_pll1_init(struct device *dev, void __iomem *base, struct regmap *cfgchip); 127 int of_da850_pll1_init(struct device *dev, void __iomem *base, struct regmap *cfgchip);
|
H A D | da8xx-cfgchip.c | 27 u32 cfgchip; member 118 gate->reg = info->cfgchip; in da8xx_cfgchip_gate_clk_register() 130 .cfgchip = CFGCHIP(1), 152 .cfgchip = CFGCHIP(3), 199 u32 cfgchip; member 259 mux->reg = info->cfgchip; in da8xx_cfgchip_mux_clk_register() 273 .cfgchip = CFGCHIP(3), 295 .cfgchip = CFGCHIP(3), 756 regmap = pdata->cfgchip; in da8xx_cfgchip_probe()
|
H A D | pll.c | 369 struct regmap *cfgchip) in davinci_pll_clk_register() argument 429 if (IS_ERR_OR_NULL(cfgchip)) in davinci_pll_clk_register() 431 PTR_ERR(cfgchip)); in davinci_pll_clk_register() 433 regmap_write_bits(cfgchip, info->unlock_reg, in davinci_pll_clk_register() 750 struct regmap *cfgchip) in of_davinci_pll_init() argument 761 clk = davinci_pll_clk_register(dev, info, parent_name, base, cfgchip); in of_davinci_pll_init() 858 pdata->cfgchip = in davinci_pll_get_pdata() 888 struct regmap *cfgchip); 916 return pll_init(dev, base, pdata->cfgchip); in davinci_pll_probe()
|
H A D | pll-da830.c | 40 int da830_pll_init(struct device *dev, void __iomem *base, struct regmap *cfgchip) in da830_pll_init() argument 44 davinci_pll_clk_register(dev, &da830_pll_info, "ref_clk", base, cfgchip); in da830_pll_init()
|
H A D | Makefile | 4 obj-$(CONFIG_ARCH_DAVINCI_DA8XX) += da8xx-cfgchip.o
|
/linux/Documentation/devicetree/bindings/phy/ |
H A D | phy-da8xx-usb.txt | 11 It also requires a "syscon" node with compatible = "ti,da830-cfgchip", "syscon" 16 cfgchip: cfgchip@1417c { 17 compatible = "ti,da830-cfgchip", "syscon";
|
/linux/include/linux/clk/ |
H A D | davinci.h | 17 int da830_pll_init(struct device *dev, void __iomem *base, struct regmap *cfgchip); 20 int da850_pll0_init(struct device *dev, void __iomem *base, struct regmap *cfgchip);
|
/linux/Documentation/devicetree/bindings/clock/ti/davinci/ |
H A D | da8xx-cfgchip.txt | 8 (compatible = "ti,da830-cfgchip"). 55 cfgchip: syscon@1417c { 56 compatible = "ti,da830-cfgchip", "syscon", "simple-mfd";
|
/linux/include/linux/platform_data/ |
H A D | clk-davinci-pll.h | 18 struct regmap *cfgchip; member
|
H A D | clk-da8xx-cfgchip.h | 18 struct regmap *cfgchip; member
|
H A D | phy-da8xx-usb.h | 18 struct regmap *cfgchip; member
|
/linux/drivers/phy/ti/ |
H A D | phy-da8xx-usb.c | 191 d_phy->regmap = pdata->cfgchip; in da8xx_usb_phy_probe()
|
/linux/arch/arm/boot/dts/ti/davinci/ |
H A D | da850.dtsi | 376 cfgchip: chip-controller@1417c { label 377 compatible = "ti,da830-cfgchip", "syscon", "simple-mfd";
|