Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/txx9/generic/
H A Dsetup_tx4927.c35 tx4927_ccfg_set(TX4927_CCFG_WDRST); in tx4927_wdr_init()
37 tx4927_ccfg_set(TX4927_CCFG_WR); in tx4927_wdr_init()
52 tx4927_ccfg_set(TX4927_CCFG_WDRST); /* W1C */ in tx4927_machine_restart()
174 tx4927_ccfg_set(TX4927_CCFG_BEOW); in tx4927_setup()
177 tx4927_ccfg_set(TX4927_CCFG_TOE); in tx4927_setup()
/openbmc/linux/arch/mips/pci/
H A Dpci-tx4927.c56 tx4927_ccfg_set(TX4927_CCFG_PCI66); in tx4927_pciclk66_setup()
/openbmc/linux/arch/mips/include/asm/txx9/
H A Dtx4927.h246 static inline void tx4927_ccfg_set(__u64 bits) in tx4927_ccfg_set() function
H A Dtx4938.h267 #define tx4938_ccfg_set(bits) tx4927_ccfg_set(bits)