Home
last modified time | relevance | path

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

/linux-3.3/drivers/usb/gadget/
Dfsl_qe_udc.c743 while (!(bdstatus & R_E) && !(bdstatus & BD_LENGTH_MASK) && !stop) { in recycle_rxbds()
768 if (!(bdstatus & R_E) && !(bdstatus & BD_LENGTH_MASK)) { in ep_recycle_rxbds()
841 length = bdstatus & BD_LENGTH_MASK; in qe_ep0_rx()
888 length = bdstatus & BD_LENGTH_MASK; in qe_ep0_rx()
966 length = bdstatus & BD_LENGTH_MASK; in ep_rx_tasklet()
1016 length = bdstatus & BD_LENGTH_MASK; in ep_rx_tasklet()
1097 if (!(bdstatus & (T_R | BD_LENGTH_MASK))) { in qe_ep_tx()
1498 length = bdstatus & BD_LENGTH_MASK; in ep_req_rx()
1559 length = bdstatus & BD_LENGTH_MASK; in ep_req_rx()
/linux-3.3/arch/powerpc/include/asm/
Dqe.h267 #define BD_LENGTH_MASK 0x0000ffff macro
/linux-3.3/drivers/net/ethernet/freescale/
Dgianfar.h395 #define BD_LENGTH_MASK 0x0000ffff macro
Ducc_geth.c1940 BD_LENGTH_MASK), in ucc_geth_memclean()
3207 length = (u16) ((bd_status & BD_LENGTH_MASK) - 4); in ucc_geth_rx()
Dgianfar.c2501 (lstatus & BD_LENGTH_MASK)) in gfar_clean_tx_ring()