Searched refs:BD_L (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port_im.c174 length = (uint16_t)((bdStatus & BD_L) ?
182 ((bdStatus & BD_L) ? SINGLE_BUF : FIRST_BUF) :
183 ((bdStatus & BD_L) ? LAST_BUF : MIDDLE_BUF));
185 if (bdStatus & BD_L)
685 BD_STATUS_AND_LENGTH_SET(BD_GET(p_FmPort->im.currBdId), p_FmPort->im.txFirstBdStatus | BD_L);
689 BD_STATUS_AND_LENGTH_SET (BD_GET(p_FmPort->im.currBdId), (bdStatus | BD_R_E | BD_L));
H A Dfm_port.h734 #define BD_L 0x08000000 macro

Completed in 59 milliseconds