Searched refs:SELINGO (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/sys/dev/aic/
H A Daic6360reg.h194 #define SELINGO 0x10 /* Selfclearing */ macro
/freebsd-10.0-release/sys/dev/aic7xxx/
H A Daic79xx.seq82 test SSTAT0, SELDO|SELINGO jnz idle_loop_checkbus;
162 test SSTAT0, SELDO|SELINGO jnz . + 2;
1222 test SSTAT0, SELDO|SELINGO jnz . + 2;
H A Daic7xxx.reg285 field SELINGO 0x10 /* Selection In Progress */
H A Daic79xx.reg1820 field SELINGO 0x10 /* Selection In Progress */
H A Daic79xx.c1627 * LED does. SELINGO is only cleared by a sucessfull
3460 && (ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) == 0)
7186 || (ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) != 0));
H A Daic7xxx.c1175 * LED does. SELINGO is only cleared by a sucessfull
5221 || (ahc_inb(ahc, SSTAT0) & (SELDO|SELINGO)) != 0));

Completed in 102 milliseconds