Home
last modified time | relevance | path

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

/src/sys/dev/aic7xxx/
H A Daic7xxx_seq.h1033 return ((ahc->features & AHC_DT) == 0); in ahc_patch6_func()
H A Daic7xxx.h231 AHC_DT = 0x00800, /* Double Transition transfers */ enumerator
265 AHC_AIC7892_FE = AHC_AIC7890_FE|AHC_DT|AHC_AUTORATE|AHC_AUTOPAUSE,
H A Daic7xxx.seq167 if ((ahc->features & AHC_DT) == 0) {
897 if ((ahc->features & AHC_DT) == 0) {
920 if ((ahc->features & AHC_DT) == 0) {
1017 if ((ahc->features & AHC_DT) == 0) {
1269 if ((ahc->features & AHC_DT) == 0) {
1443 if ((ahc->features & AHC_DT) == 0) {
1502 if ((ahc->features & AHC_DT) == 0) {
1953 if ((ahc->features & AHC_DT) == 0) {
2120 if ((ahc->features & AHC_DT) == 0) {
H A Daic7xxx.c754 if ((ahc->features & AHC_DT) == 0) { in ahc_handle_seqint()
1100 if ((ahc->features & AHC_DT) != 0) { in ahc_handle_scsiint()
1116 if ((ahc->features & AHC_DT) != 0 in ahc_handle_scsiint()
1470 if ((ahc->features & AHC_DT) != 0) in ahc_clear_critical_section()
1486 if ((ahc->features & AHC_DT) != 0) { in ahc_clear_critical_section()
1699 if ((ahc->features & AHC_DT) == 0) in ahc_find_syncrate()
2260 if ((ahc->features & AHC_DT) == 0) in ahc_assert_atn()
4564 } else if ((ahc->features & AHC_DT) != 0) { in ahc_controller_info()
5066 if ((ahc->features & AHC_DT) != 0) in ahc_init()
5075 && (ahc->features & AHC_DT) != 0) in ahc_init()
[all …]
H A Daic7xxx_pci.c879 if ((ahc->features & AHC_DT) != 0) { in ahc_pci_config()
1008 if ((ahc->features & AHC_DT) != 0) { in ahc_pci_config()
2079 if ((ahc->features & AHC_DT) != 0) { in ahc_pci_chip_init()
H A Daic7xxx_osm.c811 if ((ahc->features & AHC_DT) != 0) { in ahc_action()