Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/soc/fsl/qe/
H A Ducc_fast.h35 #define R_W_S 0x2000 /* wrap bit */ macro
/OK3568_Linux_fs/kernel/drivers/net/wan/
H A Dfsl_ucc_hdlc.c307 bd_status = R_E_S | R_I_S | R_W_S; in uhdlc_init()
596 iowrite16be((bd_status & R_W_S) | R_E_S | R_I_S, &bd->status); in hdlc_rx_done()
599 if (bd_status & R_W_S) { in hdlc_rx_done()
994 bd_status = R_E_S | R_I_S | R_W_S; in uhdlc_resume()