Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/aic7xxx/
HDaic7xxx_pci.c870 if ((ahc->features & AHC_ULTRA2) != 0) in ahc_pci_config()
903 if ((ahc->features & AHC_ULTRA2) != 0) { in ahc_pci_config()
957 if ((ahc->features & AHC_ULTRA2) != 0) { in ahc_pci_config()
1029 if ((ahc->features & AHC_ULTRA2) != 0) in ahc_pci_config()
1070 if ((ahc->features & AHC_ULTRA2) != 0) in ahc_ext_scbram_present()
1111 if ((ahc->features & AHC_ULTRA2) != 0) { in ahc_scbram_config()
1536 if ((ahc->features & AHC_ULTRA2) != 0) { in ahc_parse_pci_eeprom()
1687 && (ahc->features & AHC_ULTRA2) == 0) { in configure_termination()
1722 if ((ahc->features & AHC_ULTRA2) == 0 in configure_termination()
1761 if ((ahc->features & AHC_ULTRA2) != 0) in configure_termination()
[all …]
HDaic7xxx_seq.h961 return ((ahc->features & AHC_ULTRA2) == 0); in ahc_patch15_func()
1073 return ((ahc->features & AHC_ULTRA2) != 0); in ahc_patch1_func()
HDaic7xxx.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 …]
HDaic7xxx.c867 if ((ahc->features & AHC_ULTRA2) != 0) { in ahc_handle_seqint()
987 if ((ahc->features & AHC_ULTRA2) != 0) in ahc_handle_scsiint()
1017 if ((ahc->features & AHC_ULTRA2) != 0 in ahc_handle_scsiint()
1655 if ((ahc->features & AHC_ULTRA2) != 0) { in ahc_devlimited_syncrate()
1723 if ((ahc->features & AHC_ULTRA2) != 0 in ahc_find_syncrate()
1754 || ((ahc->features & AHC_ULTRA2) != 0 in ahc_find_syncrate()
1773 if ((ahc->features & AHC_ULTRA2) != 0) in ahc_find_period()
1780 if ((ahc->features & AHC_ULTRA2) != 0) { in ahc_find_period()
1808 } else if ((ahc->features & AHC_ULTRA2) != 0) { in ahc_validate_offset()
1950 if ((ahc->features & AHC_ULTRA2) != 0) { in ahc_set_syncrate()
[all …]
HDaic7xxx.h221 AHC_ULTRA2 = 0x00002, /* Supports 40MHz Transfers */ enumerator
261 AHC_AIC7890_FE = AHC_MORE_SRAM|AHC_CMD_CHAN|AHC_ULTRA2
HDaic7xxx_inline.h65 if ((ahc->features & AHC_ULTRA2) != 0) in ahc_pause_bug_fix()
HDaic7xxx_osm.c702 if ((ahc->features & AHC_ULTRA2) != 0) in ahc_action()