Home
last modified time | relevance | path

Searched refs:BD_LENGTH_MASK (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/usb/gadget/udc/
H A Dfsl_qe_udc.c734 while (!(bdstatus & R_E) && !(bdstatus & BD_LENGTH_MASK) && !stop) { in recycle_rxbds()
759 if (!(bdstatus & R_E) && !(bdstatus & BD_LENGTH_MASK)) { in ep_recycle_rxbds()
832 length = bdstatus & BD_LENGTH_MASK; in qe_ep0_rx()
879 length = bdstatus & BD_LENGTH_MASK; in qe_ep0_rx()
957 length = bdstatus & BD_LENGTH_MASK; in ep_rx_tasklet()
1007 length = bdstatus & BD_LENGTH_MASK; in ep_rx_tasklet()
1088 if (!(bdstatus & (T_R | BD_LENGTH_MASK))) { in qe_ep_tx()
1489 length = bdstatus & BD_LENGTH_MASK; in ep_req_rx()
1550 length = bdstatus & BD_LENGTH_MASK; in ep_req_rx()
/linux/include/soc/fsl/qe/
H A Dqe.h349 #define BD_LENGTH_MASK 0x0000ffff macro
/linux/drivers/net/ethernet/freescale/
H A Dgianfar.h375 #define BD_LENGTH_MASK 0x0000ffff macro
H A Dgianfar.c2148 (lstatus & BD_LENGTH_MASK)) in gfar_clean_tx_ring()
2308 int size = lstatus & BD_LENGTH_MASK; in gfar_add_rx_frag()