Home
last modified time | relevance | path

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

/openbmc/linux/include/soc/fsl/qe/
H A Ducc_fast.h48 #define T_R_S 0x8000 /* ready bit */ macro
/openbmc/linux/drivers/net/wan/
H A Dfsl_ucc_hdlc.c418 bd_status = (bd_status & T_W_S) | T_R_S | T_I_S | T_L_S | T_TC_S; in ucc_hdlc_tx()
468 while ((bd_status & T_R_S) == 0) { in hdlc_tx_done()