Home
last modified time | relevance | path

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

/arch/mips/txx9/generic/
Dsetup_tx4927.c34 tx4927_ccfg_set(TX4927_CCFG_WDRST); in tx4927_wdr_init()
36 tx4927_ccfg_set(TX4927_CCFG_WR); in tx4927_wdr_init()
51 tx4927_ccfg_set(TX4927_CCFG_WDRST); /* W1C */ in tx4927_machine_restart()
173 tx4927_ccfg_set(TX4927_CCFG_BEOW); in tx4927_setup()
176 tx4927_ccfg_set(TX4927_CCFG_TOE); in tx4927_setup()
/arch/mips/pci/
Dpci-tx4927.c58 tx4927_ccfg_set(TX4927_CCFG_PCI66); in tx4927_pciclk66_setup()
/arch/mips/include/asm/txx9/
Dtx4927.h244 static inline void tx4927_ccfg_set(__u64 bits) in tx4927_ccfg_set() function
Dtx4938.h267 #define tx4938_ccfg_set(bits) tx4927_ccfg_set(bits)