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

/linux-master/drivers/ntb/hw/idt/
H A Dntb_hw_idt.c515 if (IS_FLD_SET(SWPARTxSTS_STATE, partsts, ACT) &&
516 (IS_FLD_SET(SWPORTxSTS_MODE, portsts, NT) ||
517 IS_FLD_SET(SWPORTxSTS_MODE, portsts, USNT) ||
518 IS_FLD_SET(SWPORTxSTS_MODE, portsts, USNTDMA) ||
519 IS_FLD_SET(SWPORTxSTS_MODE, portsts, NTDMA))) {
1068 bar_64bit = IS_FLD_SET(BARSETUP_TYPE, data, 64);
1324 if (IS_FLD_SET(BARSETUP_TYPE, data, 64))
1378 if (IS_FLD_SET(BARSETUP_TYPE, data, 64))
H A Dntb_hw_idt.h947 * @IS_FLD_SET: Check whether a field is set with value
954 #define IS_FLD_SET(field, data, value) \ macro

Completed in 210 milliseconds