Home
last modified time | relevance | path

Searched refs:tx4939_ccfg_set (Results 1 – 2 of 2) sorted by relevance

/arch/mips/txx9/generic/
Dsetup_tx4939.c41 tx4939_ccfg_set(TX4939_CCFG_WDRST); in tx4939_wdr_init()
43 tx4939_ccfg_set(TX4939_CCFG_WR); in tx4939_wdr_init()
58 tx4939_ccfg_set(TX4939_CCFG_WDRST); /* W1C */ in tx4939_machine_restart()
206 tx4939_ccfg_set(TX4939_CCFG_WDRST | TX4939_CCFG_BEOW); in tx4939_setup()
209 tx4939_ccfg_set(TX4939_CCFG_TOE); in tx4939_setup()
/arch/mips/include/asm/txx9/
Dtx4939.h516 #define tx4939_ccfg_set(bits) tx4938_ccfg_set(bits) macro