Home
last modified time | relevance | path

Searched refs:R_L (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/soc/fsl/qe/
H A Ducc_slow.h48 #define R_L 0x08000000 /* last */ macro
H A Ducc_fast.h24 #define R_L 0x08000000 /* last */ macro
/openbmc/linux/drivers/usb/gadget/udc/
H A Dfsl_qe_udc.h396 #define R_L 0x08000000 /* last */ macro
H A Dfsl_qe_udc.c834 if ((bdstatus & R_F) && (bdstatus & R_L) in qe_ep0_rx()
967 if ((bdstatus & R_F) && (bdstatus & R_L) in ep_rx_tasklet()
1493 if ((bdstatus & R_F) && (bdstatus & R_L) in ep_req_rx()
/openbmc/linux/drivers/net/ethernet/freescale/
H A Ducc_geth.c3017 (!(bd_status & (R_F | R_L))) || in ucc_geth_rx()