Home
last modified time | relevance | path

Searched refs:AHC_ULTRA2 (Results 1 – 7 of 7) sorted by relevance

/src/sys/dev/aic7xxx/
H A Daic7xxx_pci.c863 if ((ahc->features & AHC_ULTRA2) != 0) in ahc_pci_config()
896 if ((ahc->features & AHC_ULTRA2) != 0) { in ahc_pci_config()
950 if ((ahc->features & AHC_ULTRA2) != 0) { in ahc_pci_config()
1022 if ((ahc->features & AHC_ULTRA2) != 0) in ahc_pci_config()
1063 if ((ahc->features & AHC_ULTRA2) != 0) in ahc_ext_scbram_present()
1104 if ((ahc->features & AHC_ULTRA2) != 0) { in ahc_scbram_config()
1529 if ((ahc->features & AHC_ULTRA2) != 0) { in ahc_parse_pci_eeprom()
1680 && (ahc->features & AHC_ULTRA2) == 0) { in configure_termination()
1715 if ((ahc->features & AHC_ULTRA2) == 0 in configure_termination()
1754 if ((ahc->features & AHC_ULTRA2) != 0) in configure_termination()
[all …]
H A Daic7xxx_seq.h961 return ((ahc->features & AHC_ULTRA2) == 0); in ahc_patch15_func()
1073 return ((ahc->features & AHC_ULTRA2) != 0); in ahc_patch1_func()
H A Daic7xxx.seq76 if ((ahc->features & AHC_ULTRA2) != 0) {
214 } else if ((ahc->features & AHC_ULTRA2) != 0) {
340 if ((ahc->features & AHC_ULTRA2) != 0) {
377 if ((ahc->features & AHC_ULTRA2) != 0) {
405 if ((ahc->features & AHC_ULTRA2) != 0) {
532 if ((ahc->features & AHC_ULTRA2) != 0) {
680 if ((ahc->features & AHC_ULTRA2) != 0) {
704 if ((ahc->features & AHC_ULTRA2) != 0) {
770 if ((ahc->features & AHC_ULTRA2) != 0) {
827 if ((ahc->features & AHC_ULTRA2) != 0) {
[all …]
H A Daic7xxx.c860 if ((ahc->features & AHC_ULTRA2) != 0) { in ahc_handle_seqint()
980 if ((ahc->features & AHC_ULTRA2) != 0) in ahc_handle_scsiint()
1010 if ((ahc->features & AHC_ULTRA2) != 0 in ahc_handle_scsiint()
1646 if ((ahc->features & AHC_ULTRA2) != 0) { in ahc_devlimited_syncrate()
1714 if ((ahc->features & AHC_ULTRA2) != 0 in ahc_find_syncrate()
1745 || ((ahc->features & AHC_ULTRA2) != 0 in ahc_find_syncrate()
1764 if ((ahc->features & AHC_ULTRA2) != 0) in ahc_find_period()
1771 if ((ahc->features & AHC_ULTRA2) != 0) { in ahc_find_period()
1799 } else if ((ahc->features & AHC_ULTRA2) != 0) { in ahc_validate_offset()
1941 if ((ahc->features & AHC_ULTRA2) != 0) { in ahc_set_syncrate()
[all …]
H A Daic7xxx.h221 AHC_ULTRA2 = 0x00002, /* Supports 40MHz Transfers */ enumerator
261 AHC_AIC7890_FE = AHC_MORE_SRAM|AHC_CMD_CHAN|AHC_ULTRA2
H A Daic7xxx_inline.h65 if ((ahc->features & AHC_ULTRA2) != 0) in ahc_pause_bug_fix()
H A Daic7xxx_osm.c701 if ((ahc->features & AHC_ULTRA2) != 0) in ahc_action()