Searched refs:AHC_CHNLB (Results 1 – 2 of 2) sorted by relevance
189 if (p->flags & (AHC_CHNLB|AHC_CHNLC)) in aic7xxx_proc_info()190 channel = (p->flags & AHC_CHNLB) ? " Channel B" : " Channel C"; in aic7xxx_proc_info()
737 AHC_CHNLB = 0x00000020, enumerator7674 (p->flags & AHC_CHNLB) ) in read_brdctl()7721 (p->flags & AHC_CHNLB) ) in write_brdctl()8344 if ( (p->flags & (AHC_CHNLB|AHC_CHNLC)) != 0 ) in aic7xxx_register()8346 channel = (p->flags & AHC_CHNLB) ? " B" : " C"; in aic7xxx_register()8711 if (p->flags & (AHC_CHNLB|AHC_CHNLC)) in aic7xxx_register()8712 channel = (p->flags & AHC_CHNLB) ? " B" : " C"; in aic7xxx_register()8986 have_seeprom = read_seeprom(p, (p->flags & (AHC_CHNLB|AHC_CHNLC)), in aic7xxx_load_seeprom()8991 have_seeprom = read_seeprom(p, (p->flags & (AHC_CHNLB|AHC_CHNLC)), in aic7xxx_load_seeprom()8994 have_seeprom = read_seeprom(p, (p->flags & (AHC_CHNLB|AHC_CHNLC)), in aic7xxx_load_seeprom()[all …]