Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wan/
Dfsl_ucc_hdlc.c294 bd_status = R_E_S | R_I_S; in uhdlc_init()
296 bd_status = R_E_S | R_I_S | R_W_S; in uhdlc_init()
485 while (!((bd_status & (R_E_S)) || (--rx_work_limit < 0))) { in hdlc_rx_done()
538 iowrite16be(bd_status | R_E_S | R_I_S, &bd->status); in hdlc_rx_done()
935 bd_status = R_E_S | R_I_S; in uhdlc_resume()
937 bd_status = R_E_S | R_I_S | R_W_S; in uhdlc_resume()
/Linux-v4.19/include/soc/fsl/qe/
Ducc_fast.h38 #define R_E_S 0x8000 /* buffer empty */ macro