Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/txx9/generic/
Dsetup_tx4939.c40 tx4939_ccfg_set(TX4939_CCFG_WDRST); in tx4939_wdr_init()
42 tx4939_ccfg_set(TX4939_CCFG_WR); in tx4939_wdr_init()
57 tx4939_ccfg_set(TX4939_CCFG_WDRST); /* W1C */ in tx4939_machine_restart()
189 tx4939_ccfg_set(TX4939_CCFG_WDRST | TX4939_CCFG_BEOW); in tx4939_setup()
192 tx4939_ccfg_set(TX4939_CCFG_TOE); in tx4939_setup()
/kernel/linux/linux-5.10/arch/mips/include/asm/txx9/
Dtx4939.h487 #define tx4939_ccfg_set(bits) tx4938_ccfg_set(bits) macro