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

/freebsd-9.3-release/sys/dev/ic/
H A Dwd33c93reg.h124 #define STR_CIP 0x10 macro
/freebsd-9.3-release/sys/dev/ct/
H A Dct.c399 if ((ct_stat_read_1(chp) & (STR_BSY | STR_CIP)) != 0)
530 if ((ct_stat_read_1(chp) & (STR_BSY | STR_INT | STR_CIP)) != 0)
549 if ((ct_stat_read_1(chp) & (STR_BSY | STR_INT | STR_CIP)) == 0)
889 if ((regv & (STR_BSY | STR_CIP)) == 0)
911 if ((regv & (STR_INT | STR_BSY | STR_CIP)) == STR_INT)

Completed in 75 milliseconds