Home
last modified time | relevance | path

Searched refs:WIDEXFER (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/aic7xxx/
H A Daic7770.c349 target_settings |= WIDEXFER; in aha2840_load_seeprom()
H A Daic7xxx_pci.c1546 scsirate |= WIDEXFER; in ahc_parse_pci_eeprom()
1552 scsirate |= WIDEXFER; in ahc_parse_pci_eeprom()
H A Daic7xxx.c2045 scsirate &= ~WIDEXFER; in ahc_set_width()
2047 scsirate |= WIDEXFER; in ahc_set_width()
3139 targ_scsirate & WIDEXFER, in ahc_parse_msg()
5058 | (scsirate & WIDEXFER); in ahc_init()
5062 if ((scsirate & ~WIDEXFER) == 0 && offset != 0) in ahc_init()
5095 if ((scsirate & WIDEXFER) != 0 in ahc_init()
H A Daic7xxx_reg.h1109 #define WIDEXFER 0x80 macro
H A Daic7xxx.seq1353 test SCSIRATE, WIDEXFER jz target_ITloop;
1584 test SCSIRATE, WIDEXFER jz mesgin_reject;
H A Daic7xxx.reg168 field WIDEXFER 0x80 /* Wide transfer control */
H A Daic79xx.seq1061 test A, WIDEXFER jz mesgin_reject;
1759 test NEGCONOPTS, WIDEXFER jz target_ITloop;
H A Daic79xx_reg.h3061 #define WIDEXFER 0x01 macro
H A Daic79xx.reg2507 field WIDEXFER 0x01
H A Daic79xx.c3345 con_opts |= WIDEXFER; in ahd_update_neg_table()