Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx_seq.h976 return ((ahc->flags & AHC_39BIT_ADDRESSING) != 0); in ahc_patch13_func()
Daic7xxx_osm_pci.c168 ahc->flags |= AHC_39BIT_ADDRESSING; in ahc_linux_pci_dev_probe()
Daic7xxx.seq772 if ((ahc->flags & AHC_39BIT_ADDRESSING) != 0) {
857 if ((ahc->flags & AHC_39BIT_ADDRESSING) != 0) {
1068 if ((ahc->flags & AHC_39BIT_ADDRESSING) != 0) {
1206 if ((ahc->flags & AHC_39BIT_ADDRESSING) != 0) {
1223 if ((ahc->flags & AHC_39BIT_ADDRESSING) != 0) {
1291 if ((ahc->flags & AHC_39BIT_ADDRESSING) != 0) {
2356 if ((ahc->flags & AHC_39BIT_ADDRESSING) != 0) {
Daic7xxx.h364 AHC_39BIT_ADDRESSING = 0x1000000, /* Use 39 bit addressing scheme. */ enumerator
Daic7xxx_pci.c823 if ((ahc->flags & AHC_39BIT_ADDRESSING) != 0) { in ahc_pci_config()
Daic7xxx_core.c859 if ((ahc->flags & AHC_39BIT_ADDRESSING) != 0) { in ahc_handle_seqint()
3699 if ((ahc->flags & AHC_39BIT_ADDRESSING) != 0) { in ahc_reinitialize_dataptrs()
4822 /*lowaddr*/ahc->flags & AHC_39BIT_ADDRESSING in ahc_init()
Daic7xxx_osm.c746 && (ahc->flags & AHC_39BIT_ADDRESSING) != 0) in ahc_linux_map_seg()