Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.h534 #define BMI_STATUS_RX_MASK_UNUSED (uint32_t)(~(FM_PORT_FRM_ERR_DMA … macro
552 #define BMI_STATUS_OP_MASK_UNUSED (uint32_t)(BMI_STATUS_RX_MASK_UNUSED & …
H A Dfm_port.c313 unusedMask = BMI_STATUS_RX_MASK_UNUSED; in CheckInitParameters()