Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/txx9/generic/
H A Dsetup_tx4939.c36 if (____raw_readq(&tx4939_ccfgptr->ccfg) & TX4939_CCFG_WDRST) in tx4939_wdr_init()
40 tx4939_ccfg_set(TX4939_CCFG_WDRST); in tx4939_wdr_init()
57 tx4939_ccfg_set(TX4939_CCFG_WDRST); /* W1C */ in tx4939_machine_restart()
59 while (!(____raw_readq(&tx4939_ccfgptr->ccfg) & TX4939_CCFG_WDRST)) in tx4939_machine_restart()
189 tx4939_ccfg_set(TX4939_CCFG_WDRST | TX4939_CCFG_BEOW); in tx4939_setup()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/txx9/
H A Dtx4939.h223 #define TX4939_CCFG_WDRST 0x0000020000000000ULL macro