Home
last modified time | relevance | path

Searched refs:DATA_COUNT_ODD (Results 1 – 6 of 6) sorted by relevance

/netbsd/sys/dev/microcode/aic7xxx/
H A Daic7xxx.seq772 xor DATA_COUNT_ODD, 0x1;
779 test DATA_COUNT_ODD, 0x1 jz . + 2;
878 and DATA_COUNT_ODD, 0x1, HCNT[0];
913 test DATA_COUNT_ODD, 0x1 jz . + 2;
1009 clr DATA_COUNT_ODD;
1011 or DATA_COUNT_ODD, 0x1;
1251 xor DATA_COUNT_ODD, 0x1;
1353 test DATA_COUNT_ODD, 0x1 jz target_ITloop;
1590 test DATA_COUNT_ODD, 0x1 jz mesgin_done;
H A Daic7xxx_reg.h1399 #define DATA_COUNT_ODD 0x55 macro
H A Daic7xxx.reg1486 DATA_COUNT_ODD {
H A Daic79xx_reg.h3289 #define DATA_COUNT_ODD 0xa7 macro
H A Daic79xx.reg3480 DATA_COUNT_ODD {
/netbsd/sys/dev/ic/
H A Daic7xxx.c3592 && ahc_inb(ahc, DATA_COUNT_ODD) == 1) { in ahc_handle_ign_wide_residue()