Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/txx9/generic/
Dsetup_tx4939.c37 if (____raw_readq(&tx4939_ccfgptr->ccfg) & TX4939_CCFG_WDRST) in tx4939_wdr_init()
41 tx4939_ccfg_set(TX4939_CCFG_WDRST); in tx4939_wdr_init()
58 tx4939_ccfg_set(TX4939_CCFG_WDRST); /* W1C */ in tx4939_machine_restart()
60 while (!(____raw_readq(&tx4939_ccfgptr->ccfg) & TX4939_CCFG_WDRST)) in tx4939_machine_restart()
206 tx4939_ccfg_set(TX4939_CCFG_WDRST | TX4939_CCFG_BEOW); in tx4939_setup()
/Linux-v4.19/arch/mips/include/asm/txx9/
Dtx4939.h223 #define TX4939_CCFG_WDRST 0x0000020000000000ULL macro