Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/aic7xxx/
Daic7xxx_seq.h1035 return ((ahc->features & AHC_DT) == 0); in ahc_patch6_func()
Daic7xxx.h233 AHC_DT = 0x00800, /* Double Transition transfers */ enumerator
267 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.c764 if ((ahc->features & AHC_DT) == 0) { in ahc_handle_seqint()
1111 if ((ahc->features & AHC_DT) != 0) { in ahc_handle_scsiint()
1127 if ((ahc->features & AHC_DT) != 0 in ahc_handle_scsiint()
1484 if ((ahc->features & AHC_DT) != 0) in ahc_clear_critical_section()
1500 if ((ahc->features & AHC_DT) != 0) { in ahc_clear_critical_section()
1713 if ((ahc->features & AHC_DT) == 0) in ahc_find_syncrate()
2279 if ((ahc->features & AHC_DT) == 0) in ahc_assert_atn()
4622 } else if ((ahc->features & AHC_DT) != 0) { in ahc_controller_info()
5111 if ((ahc->features & AHC_DT) != 0) in ahc_init()
5120 && (ahc->features & AHC_DT) != 0) in ahc_init()
[all …]
Daic7xxx_pci.c889 if ((ahc->features & AHC_DT) != 0) { in ahc_pci_config()
1020 if ((ahc->features & AHC_DT) != 0) { in ahc_pci_config()
2092 if ((ahc->features & AHC_DT) != 0) { in ahc_pci_chip_init()
Daic7xxx_osm.c809 if ((ahc->features & AHC_DT) != 0) { in ahc_action()