Home
last modified time | relevance | path

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

/openbmc/linux/include/soc/fsl/qe/
H A Ducc_fast.h42 #define R_AB_S 0x0008 /* abort */ macro
/openbmc/linux/drivers/net/wan/
H A Dfsl_ucc_hdlc.c35 #define RX_BD_ERRORS (R_CD_S | R_OV_S | R_CR_S | R_AB_S | R_NO_S | R_LG_S)
545 if (bd_status & R_AB_S) in hdlc_rx_done()