Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/aic7xxx/
HDaic7770.c356 target_settings |= WIDEXFER; in aha2840_load_seeprom()
HDaic7xxx_pci.c1553 scsirate |= WIDEXFER; in ahc_parse_pci_eeprom()
1559 scsirate |= WIDEXFER; in ahc_parse_pci_eeprom()
HDaic7xxx.c2054 scsirate &= ~WIDEXFER; in ahc_set_width()
2056 scsirate |= WIDEXFER; in ahc_set_width()
3148 targ_scsirate & WIDEXFER, in ahc_parse_msg()
5074 | (scsirate & WIDEXFER); in ahc_init()
5078 if ((scsirate & ~WIDEXFER) == 0 && offset != 0) in ahc_init()
5111 if ((scsirate & WIDEXFER) != 0 in ahc_init()
HDaic7xxx_reg.h1109 #define WIDEXFER 0x80 macro
HDaic7xxx.seq1353 test SCSIRATE, WIDEXFER jz target_ITloop;
1584 test SCSIRATE, WIDEXFER jz mesgin_reject;
HDaic7xxx.reg168 field WIDEXFER 0x80 /* Wide transfer control */
HDaic79xx.seq1061 test A, WIDEXFER jz mesgin_reject;
1759 test NEGCONOPTS, WIDEXFER jz target_ITloop;
HDaic79xx_reg.h3061 #define WIDEXFER 0x01 macro
HDaic79xx.reg2507 field WIDEXFER 0x01
HDaic79xx.c3354 con_opts |= WIDEXFER; in ahd_update_neg_table()