Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/txx9/generic/
Dsetup_tx4927.c31 if (____raw_readq(&tx4927_ccfgptr->ccfg) & TX4927_CCFG_WDRST) in tx4927_wdr_init()
35 tx4927_ccfg_set(TX4927_CCFG_WDRST); in tx4927_wdr_init()
52 tx4927_ccfg_set(TX4927_CCFG_WDRST); /* W1C */ in tx4927_machine_restart()
54 while (!(____raw_readq(&tx4927_ccfgptr->ccfg) & TX4927_CCFG_WDRST)) in tx4927_machine_restart()
/linux-6.1.9/arch/mips/include/asm/txx9/
Dtx4927.h107 #define TX4927_CCFG_WDRST 0x0000020000000000ULL macro
135 #define TX4927_CCFG_W1CBITS (TX4927_CCFG_WDRST | TX4927_CCFG_BEOW)