Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/aic7xxx/
Daic7xxx_pci.c873 if ((ahc->features & AHC_ULTRA2) != 0) in ahc_pci_config()
906 if ((ahc->features & AHC_ULTRA2) != 0) { in ahc_pci_config()
962 if ((ahc->features & AHC_ULTRA2) != 0) { in ahc_pci_config()
1034 if ((ahc->features & AHC_ULTRA2) != 0) in ahc_pci_config()
1075 if ((ahc->features & AHC_ULTRA2) != 0) in ahc_ext_scbram_present()
1116 if ((ahc->features & AHC_ULTRA2) != 0) { in ahc_scbram_config()
1542 if ((ahc->features & AHC_ULTRA2) != 0) { in ahc_parse_pci_eeprom()
1693 && (ahc->features & AHC_ULTRA2) == 0) { in configure_termination()
1728 if ((ahc->features & AHC_ULTRA2) == 0 in configure_termination()
1767 if ((ahc->features & AHC_ULTRA2) != 0) in configure_termination()
[all …]
Daic7xxx_seq.h963 return ((ahc->features & AHC_ULTRA2) == 0); in ahc_patch15_func()
1075 return ((ahc->features & AHC_ULTRA2) != 0); in ahc_patch1_func()
Daic7xxx.seq78 if ((ahc->features & AHC_ULTRA2) != 0) {
216 } else if ((ahc->features & AHC_ULTRA2) != 0) {
342 if ((ahc->features & AHC_ULTRA2) != 0) {
379 if ((ahc->features & AHC_ULTRA2) != 0) {
407 if ((ahc->features & AHC_ULTRA2) != 0) {
534 if ((ahc->features & AHC_ULTRA2) != 0) {
682 if ((ahc->features & AHC_ULTRA2) != 0) {
706 if ((ahc->features & AHC_ULTRA2) != 0) {
772 if ((ahc->features & AHC_ULTRA2) != 0) {
829 if ((ahc->features & AHC_ULTRA2) != 0) {
[all …]
Daic7xxx.c871 if ((ahc->features & AHC_ULTRA2) != 0) { in ahc_handle_seqint()
991 if ((ahc->features & AHC_ULTRA2) != 0) in ahc_handle_scsiint()
1021 if ((ahc->features & AHC_ULTRA2) != 0 in ahc_handle_scsiint()
1660 if ((ahc->features & AHC_ULTRA2) != 0) { in ahc_devlimited_syncrate()
1729 if ((ahc->features & AHC_ULTRA2) != 0 in ahc_find_syncrate()
1760 || ((ahc->features & AHC_ULTRA2) != 0 in ahc_find_syncrate()
1779 if ((ahc->features & AHC_ULTRA2) != 0) in ahc_find_period()
1787 if ((ahc->features & AHC_ULTRA2) != 0) { in ahc_find_period()
1815 } else if ((ahc->features & AHC_ULTRA2) != 0) { in ahc_validate_offset()
1957 if ((ahc->features & AHC_ULTRA2) != 0) { in ahc_set_syncrate()
[all …]
Daic7xxx.h223 AHC_ULTRA2 = 0x00002, /* Supports 40MHz Transfers */ enumerator
263 AHC_AIC7890_FE = AHC_MORE_SRAM|AHC_CMD_CHAN|AHC_ULTRA2
Daic7xxx_inline.h67 if ((ahc->features & AHC_ULTRA2) != 0) in ahc_pause_bug_fix()
Daic7xxx_osm.c698 if ((ahc->features & AHC_ULTRA2) != 0) in ahc_action()