Home
last modified time | relevance | path

Searched refs:psc_enable_module (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/board/ti/ks2_evm/
H A Dboard.c70 int rc = psc_enable_module(KS2_LPSC_USB); in board_init()
75 rc = psc_enable_module(KS2_LPSC_USB_1); in board_init()
H A Dboard_k2g.c222 if (psc_enable_module(KS2_LPSC_MMC)) { in board_mmc_init()
/openbmc/u-boot/arch/arm/mach-keystone/
H A Dcmd_clock.c105 res = psc_enable_module(psc_module); in do_psc_cmd()
H A Dinit.c43 psc_enable_module(KS2_LPSC_OSR); in osr_init()
H A Dpsc.c155 int psc_enable_module(u32 mod_num) in psc_enable_module() function
/openbmc/u-boot/arch/arm/mach-keystone/include/mach/
H A Dpsc_defs.h100 int psc_enable_module(u32 mod_num);
/openbmc/u-boot/drivers/net/ti/
H A Dkeystone_net.c545 if (psc_enable_module(KS2_LPSC_PA)) in ks2_eth_probe()
548 if (psc_enable_module(KS2_LPSC_CPGMAC)) in ks2_eth_probe()
550 if (psc_enable_module(KS2_LPSC_CRYPTO)) in ks2_eth_probe()
/openbmc/u-boot/drivers/remoteproc/
H A Dti_power_proc.c153 ret = psc_enable_module(priv->psc_module); in ti_powerproc_start()