Home
last modified time | relevance | path

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

/linux/drivers/net/wan/
H A Dfsl_ucc_hdlc.c303 bd_status = R_E_S | R_I_S; in uhdlc_init()
305 bd_status = R_E_S | R_I_S | R_W_S; in uhdlc_init()
596 bd->status = cpu_to_be16((bd_status & R_W_S) | R_E_S | R_I_S); in hdlc_rx_done()
991 bd_status = R_E_S | R_I_S; in uhdlc_resume()
993 bd_status = R_E_S | R_I_S | R_W_S; in uhdlc_resume()
/linux/include/soc/fsl/qe/
H A Ducc_fast.h36 #define R_I_S 0x1000 /* interrupt on reception */ macro