Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/mach-davinci/
Dusb-da8xx.c48 da8xx_usb_phy_pdata.cfgchip = da8xx_get_cfgchip(); in da8xx_register_usb_phy()
142 pdata.cfgchip = da8xx_get_cfgchip(); in da8xx_register_usb_phy_clocks()
Dda850.c654 cfgchip = da8xx_get_cfgchip(); in da850_init_time()
752 da850_pll1_pdata.cfgchip = da8xx_get_cfgchip(); in da850_register_clocks()
755 da850_async1_pdata.cfgchip = da8xx_get_cfgchip(); in da850_register_clocks()
758 da850_async3_pdata.cfgchip = da8xx_get_cfgchip(); in da850_register_clocks()
765 da850_tbclksync_pdata.cfgchip = da8xx_get_cfgchip(); in da850_register_clocks()
Dda8xx.h130 struct regmap *da8xx_get_cfgchip(void);
Ddevices-da8xx.c1157 struct regmap * __init da8xx_get_cfgchip(void) in da8xx_get_cfgchip() function