Home
last modified time | relevance | path

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

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