Home
last modified time | relevance | path

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

/drivers/usb/gadget/
Dfsl_qe_udc.c740 while (!(bdstatus & R_E) && !(bdstatus & BD_LENGTH_MASK) && !stop) { in recycle_rxbds()
765 if (!(bdstatus & R_E) && !(bdstatus & BD_LENGTH_MASK)) { in ep_recycle_rxbds()
838 length = bdstatus & BD_LENGTH_MASK; in qe_ep0_rx()
885 length = bdstatus & BD_LENGTH_MASK; in qe_ep0_rx()
963 length = bdstatus & BD_LENGTH_MASK; in ep_rx_tasklet()
1013 length = bdstatus & BD_LENGTH_MASK; in ep_rx_tasklet()
1094 if (!(bdstatus & (T_R | BD_LENGTH_MASK))) { in qe_ep_tx()
1495 length = bdstatus & BD_LENGTH_MASK; in ep_req_rx()
1556 length = bdstatus & BD_LENGTH_MASK; in ep_req_rx()
/drivers/net/ethernet/freescale/
Dgianfar.h402 #define BD_LENGTH_MASK 0x0000ffff macro
Ducc_geth.c1903 BD_LENGTH_MASK), in ucc_geth_free_tx()
3186 length = (u16) ((bd_status & BD_LENGTH_MASK) - 4); in ucc_geth_rx()
Dgianfar.c2520 (lstatus & BD_LENGTH_MASK)) in gfar_clean_tx_ring()