Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/aic7xxx/
Daic7xxx_seq.h1035 return ((ahc->features & AHC_DT) == 0); in ahc_patch6_func()
Daic7xxx.h231 AHC_DT = 0x00800, /* Double Transition transfers */ enumerator
265 AHC_AIC7892_FE = AHC_AIC7890_FE|AHC_DT|AHC_AUTORATE|AHC_AUTOPAUSE,
Daic7xxx.seq169 if ((ahc->features & AHC_DT) == 0) {
899 if ((ahc->features & AHC_DT) == 0) {
922 if ((ahc->features & AHC_DT) == 0) {
1019 if ((ahc->features & AHC_DT) == 0) {
1271 if ((ahc->features & AHC_DT) == 0) {
1445 if ((ahc->features & AHC_DT) == 0) {
1504 if ((ahc->features & AHC_DT) == 0) {
1955 if ((ahc->features & AHC_DT) == 0) {
2122 if ((ahc->features & AHC_DT) == 0) {
Daic7xxx.c762 if ((ahc->features & AHC_DT) == 0) { in ahc_handle_seqint()
1109 if ((ahc->features & AHC_DT) != 0) { in ahc_handle_scsiint()
1125 if ((ahc->features & AHC_DT) != 0 in ahc_handle_scsiint()
1482 if ((ahc->features & AHC_DT) != 0) in ahc_clear_critical_section()
1498 if ((ahc->features & AHC_DT) != 0) { in ahc_clear_critical_section()
1711 if ((ahc->features & AHC_DT) == 0) in ahc_find_syncrate()
2277 if ((ahc->features & AHC_DT) == 0) in ahc_assert_atn()
4626 } else if ((ahc->features & AHC_DT) != 0) { in ahc_controller_info()
5115 if ((ahc->features & AHC_DT) != 0) in ahc_init()
5124 && (ahc->features & AHC_DT) != 0) in ahc_init()
[all …]
Daic7xxx_pci.c887 if ((ahc->features & AHC_DT) != 0) { in ahc_pci_config()
1018 if ((ahc->features & AHC_DT) != 0) { in ahc_pci_config()
2090 if ((ahc->features & AHC_DT) != 0) { in ahc_pci_chip_init()
Daic7xxx_osm.c809 if ((ahc->features & AHC_DT) != 0) { in ahc_action()