Home
last modified time | relevance | path

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

/openbmc/linux/include/soc/fsl/qe/
H A Ducc_slow.h51 #define R_F 0x04000000 /* first */ macro
H A Ducc_fast.h25 #define R_F 0x04000000 /* first */ macro
/openbmc/linux/drivers/usb/gadget/udc/
H A Dfsl_qe_udc.h397 #define R_F 0x04000000 /* first */ 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()