Lines Matching refs:sort_list
9913 struct aic7xxx_host *sort_list[4] = { NULL, NULL, NULL, NULL }; in aic7xxx_detect() local
9931 vlb = sort_list[0]; in aic7xxx_detect()
9933 vlb = sort_list[2]; in aic7xxx_detect()
9966 sort_list[0] = vlb; in aic7xxx_detect()
9968 sort_list[2] = vlb; in aic7xxx_detect()
9977 pci = sort_list[1]; in aic7xxx_detect()
9979 pci = sort_list[3]; in aic7xxx_detect()
10057 sort_list[1] = pci; in aic7xxx_detect()
10059 sort_list[3] = pci; in aic7xxx_detect()
10073 for (i=0; i<ARRAY_SIZE(sort_list); i++) in aic7xxx_detect()
10075 temp_p = sort_list[i]; in aic7xxx_detect()