Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/
H A Drtlx.h53 RTLX_STATE_OPENED enumerator
/openbmc/linux/arch/mips/kernel/
H A Drtlx.c167 state = xchg(&chan->lx_state, RTLX_STATE_OPENED); in rtlx_open()
168 if (state == RTLX_STATE_OPENED) { in rtlx_open()