Home
last modified time | relevance | path

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

/arch/mips/txx9/generic/
Dsetup_tx4939.c305 if ((pcfg & TX4939_PCFG_SIO2MODE_MASK) != TX4939_PCFG_SIO2MODE_SIO0) in tx4939_sio_init()
307 if ((pcfg & TX4939_PCFG_SIO2MODE_MASK) != TX4939_PCFG_SIO2MODE_SIO2) in tx4939_sio_init()
558 if ((pcfg & TX4939_PCFG_SIO2MODE_MASK) != TX4939_PCFG_SIO2MODE_SIO2) { in tx4939_stop_unused_modules()
/arch/mips/include/asm/txx9/
Dtx4939.h270 #define TX4939_PCFG_SIO2MODE_MASK 0xc000000000000000ULL macro