Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port_im.c76 uint32_t bdStatus; in TxConf() local
87 bdStatus = BD_STATUS_AND_LENGTH(BD_GET(confBdId)); in TxConf()
118 bdStatus = BD_STATUS_AND_LENGTH(BD_GET(confBdId)); in TxConf()
141 uint32_t bdStatus; in FmPortImRx() local
174 length = (uint16_t)((bdStatus & BD_L) ? in FmPortImRx()
176 (bdStatus & BD_LENGTH_MASK)); in FmPortImRx()
185 if (bdStatus & BD_L) in FmPortImRx()
443 uint32_t bdStatus; in FmPortImFree() local
643 uint32_t bdStatus, nextBdStatus; in FM_PORT_ImTx() local
654 if (!(bdStatus & BD_R_E) && !(nextBdStatus & BD_R_E)) in FM_PORT_ImTx()
[all …]