Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/txx9/generic/
H A Dsetup_tx4938.c248 txx9_set64(&tx4938_ccfgptr->clkctr, TX4938_CLKCTR_PCIC1RST); in tx4938_setup()
257 txx9_set64(&tx4938_ccfgptr->clkctr, in tx4938_setup()
262 txx9_set64(&tx4938_ccfgptr->clkctr, in tx4938_setup()
264 txx9_set64(&tx4938_ccfgptr->clkctr, in tx4938_setup()
269 txx9_set64(&tx4938_ccfgptr->clkctr, in tx4938_setup()
271 txx9_set64(&tx4938_ccfgptr->clkctr, in tx4938_setup()
470 txx9_set64(&tx4938_ccfgptr->clkctr, rst); in tx4938_stop_unused_modules()
471 txx9_set64(&tx4938_ccfgptr->clkctr, ckd); in tx4938_stop_unused_modules()
H A Dsetup_tx4927.c301 txx9_set64(&tx4927_ccfgptr->pcfg, dmasel); in tx4927_aclc_init()
322 txx9_set64(&tx4927_ccfgptr->clkctr, rst); in tx4927_stop_unused_modules()
323 txx9_set64(&tx4927_ccfgptr->clkctr, ckd); in tx4927_stop_unused_modules()
/openbmc/linux/arch/mips/txx9/rbtx4927/
H A Dsetup.c77 txx9_set64(&tx4927_ccfgptr->clkctr, TX4927_CLKCTR_PCIRST); in tx4927_pci_setup()
95 txx9_set64(&tx4927_ccfgptr->clkctr, TX4927_CLKCTR_PCIRST); in tx4927_pci_setup()
124 txx9_set64(&tx4938_ccfgptr->clkctr, TX4938_CLKCTR_PCIRST); in tx4937_pci_setup()
142 txx9_set64(&tx4938_ccfgptr->clkctr, TX4938_CLKCTR_PCIRST); in tx4937_pci_setup()
/openbmc/linux/arch/mips/include/asm/txx9/
H A Dtx4927.h227 static inline void txx9_set64(__u64 __iomem *adr, __u64 bits) in txx9_set64() function