Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/ti/ks2_evm/
H A Dboard.c96 if (psc_enable_module(KS2_LPSC_PA)) in board_eth_init()
99 if (psc_enable_module(KS2_LPSC_CPGMAC)) in board_eth_init()
101 if (psc_enable_module(KS2_LPSC_CRYPTO)) in board_eth_init()
H A Dboard_k2g.c206 if (psc_enable_module(KS2_LPSC_MMC)) { in board_mmc_init()
/OK3568_Linux_fs/u-boot/arch/arm/mach-keystone/
H A Dcmd_clock.c106 res = psc_enable_module(psc_module); in do_psc_cmd()
H A Dinit.c44 psc_enable_module(KS2_LPSC_OSR); in osr_init()
H A Dpsc.c156 int psc_enable_module(u32 mod_num) in psc_enable_module() function
/OK3568_Linux_fs/u-boot/arch/arm/mach-keystone/include/mach/
H A Dpsc_defs.h101 int psc_enable_module(u32 mod_num);
/OK3568_Linux_fs/u-boot/drivers/remoteproc/
H A Dti_power_proc.c153 ret = psc_enable_module(priv->psc_module); in ti_powerproc_start()
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dkeystone_net.c903 if (psc_enable_module(KS2_LPSC_PA)) in ks2_eth_probe()
906 if (psc_enable_module(KS2_LPSC_CPGMAC)) in ks2_eth_probe()
908 if (psc_enable_module(KS2_LPSC_CRYPTO)) in ks2_eth_probe()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-keystone.c108 ret = psc_enable_module(KS2_LPSC_USB); in xhci_hcd_init()