Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/txx9/rbtx4927/
H A Dsetup.c83 txx9_clear64(&tx4927_ccfgptr->clkctr, TX4927_CLKCTR_PCIRST); in tx4927_pci_setup()
99 txx9_clear64(&tx4927_ccfgptr->clkctr, TX4927_CLKCTR_PCIRST); in tx4927_pci_setup()
130 txx9_clear64(&tx4938_ccfgptr->clkctr, TX4938_CLKCTR_PCIRST); in tx4937_pci_setup()
146 txx9_clear64(&tx4938_ccfgptr->clkctr, TX4938_CLKCTR_PCIRST); in tx4937_pci_setup()
/openbmc/linux/arch/mips/txx9/generic/
H A Dsetup_tx4927.c180 txx9_clear64(&tx4927_ccfgptr->pcfg, TX4927_PCFG_DMASEL_ALL); in tx4927_setup()
184 txx9_clear64(&tx4927_ccfgptr->pcfg, TX4927_PCFG_PCICLKEN_ALL); in tx4927_setup()
300 txx9_clear64(&tx4927_ccfgptr->pcfg, dmasel_mask); in tx4927_aclc_init()
H A Dsetup_tx4938.c193 txx9_clear64(&tx4938_ccfgptr->pcfg, TX4938_PCFG_DMASEL_ALL); in tx4938_setup()
197 txx9_clear64(&tx4938_ccfgptr->pcfg, TX4938_PCFG_PCICLKEN_ALL); in tx4938_setup()
252 txx9_clear64(&tx4938_ccfgptr->clkctr, in tx4938_setup()
/openbmc/linux/arch/mips/include/asm/txx9/
H A Dtx4927.h216 static inline void txx9_clear64(__u64 __iomem *adr, __u64 bits) in txx9_clear64() function