Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/inc/
H A Dncsw_ext.h191 #define SINGLE_BUF (LAST_BUF | FIRST_BUF) macro
199 …8_t state[4] = { (uint8_t)MIDDLE_BUF, (uint8_t)FIRST_BUF, (uint8_t)LAST_BUF, (uint8_t)SINGLE_BUF };
/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port_im.c182 ((bdStatus & BD_L) ? SINGLE_BUF : FIRST_BUF) : in FmPortImRx()
203 if ((buffPos != SINGLE_BUF) || !errors) in FmPortImRx()