Home
last modified time | relevance | path

Searched refs:tx4938_ccfg_set (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/mips/txx9/generic/
H A Dsetup_tx4938.c37 tx4938_ccfg_set(TX4938_CCFG_WDRST); in tx4938_wdr_init()
39 tx4938_ccfg_set(TX4938_CCFG_WR); in tx4938_wdr_init()
54 tx4938_ccfg_set(TX4938_CCFG_WDRST); /* W1C */ in tx4938_machine_restart()
187 tx4938_ccfg_set(TX4938_CCFG_BEOW); in tx4938_setup()
190 tx4938_ccfg_set(TX4938_CCFG_TOE); in tx4938_setup()
/openbmc/linux/arch/mips/pci/
H A Dpci-tx4938.c76 tx4938_ccfg_set(TX4938_CCFG_PCI66); in tx4938_pciclk66_setup()
/openbmc/linux/arch/mips/include/asm/txx9/
H A Dtx4938.h267 #define tx4938_ccfg_set(bits) tx4927_ccfg_set(bits) macro