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

/freebsd-11-stable/sys/dev/stg/
H A Dtmc18c30reg.h58 #define BSTAT_SEL 0x20 macro
130 #define PHASE_RESELECTED (BSTAT_SEL|BSTAT_IO)
133 #define PHASE_MASK (BSTAT_SEL | BSTAT_BSY | BSTAT_PHMASK)
134 #define RESEL_PHASE_MASK (BSTAT_SEL | BSTAT_PHMASK)
H A Dtmc18c30.c784 if ((regv & (BSTAT_IO | BSTAT_SEL | BSTAT_BSY)) ==
785 (BSTAT_IO | BSTAT_SEL))
789 if ((regv & (BSTAT_IO | BSTAT_SEL | BSTAT_BSY)) ==
790 (BSTAT_IO | BSTAT_SEL))
814 if ((regv & (BSTAT_SEL | BSTAT_BSY)) == BSTAT_BSY)

Completed in 46 milliseconds