Home
last modified time | relevance | path

Searched refs:ACKI (Results 1 – 8 of 8) sorted by relevance

/freebsd-10-stable/sys/dev/aic/
Daic6360reg.h120 #define ACKI 0x01 macro
/freebsd-10-stable/sys/dev/aic7xxx/
Daic7xxx_reg.h1096 #define ACKI 0x01 macro
Daic7xxx.seq531 test SCSISIGI, ACKI jnz .;
1452 test SCSISIGI, ACKI jnz .;
2007 test SCSISIGI, ACKI jnz .;
Daic7xxx.reg116 field ACKI 0x01
Daic79xx.seq1405 test SCSISIGI, ACKI jnz phase_lock;
1408 test SCSISIGI, ACKI jnz phase_lock;
Daic79xx_reg.h2708 #define ACKI 0x01 macro
Daic79xx.reg1681 field ACKI 0x01
Daic7xxx.c2874 while ((ahc_inb(ahc, SCSISIGI) & ACKI) != 0) in ahc_handle_message_phase()