Searched refs:SCN_BIT (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/contrib/ncsw/Peripherals/BM/
H A Dbman_low.c469 #define SCN_BIT(bpid) (0x80000000 >> (bpid & 31)) macro
477 val |= SCN_BIT(bpid);
479 val &= ~SCN_BIT(bpid);

Completed in 174 milliseconds