Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wan/
A Dfsl_ucc_hdlc.c305 bd_status = R_E_S | R_I_S; in uhdlc_init()
307 bd_status = R_E_S | R_I_S | R_W_S; in uhdlc_init()
533 while (!((bd_status & (R_E_S)) || (--rx_work_limit < 0))) { in hdlc_rx_done()
598 bd->status = cpu_to_be16((bd_status & R_W_S) | R_E_S | R_I_S); in hdlc_rx_done()
992 bd_status = R_E_S | R_I_S; in uhdlc_resume()
994 bd_status = R_E_S | R_I_S | R_W_S; in uhdlc_resume()
/linux-6.3-rc2/include/soc/fsl/qe/
A Ducc_fast.h34 #define R_E_S 0x8000 /* buffer empty */ macro

Completed in 6 milliseconds