Home
last modified time | relevance | path

Searched refs:SFUNCT (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/drivers/scsi/aic7xxx/
Daic7xxx_pci.c815 sfunct = ahc_inb(ahc, SFUNCT) & ~ALT_MODE; in ahc_pci_config()
816 ahc_outb(ahc, SFUNCT, sfunct | ALT_MODE); in ahc_pci_config()
819 ahc_outb(ahc, SFUNCT, sfunct); in ahc_pci_config()
945 sfunct = ahc_inb(ahc, SFUNCT) & ~ALT_MODE; in ahc_pci_config()
946 ahc_outb(ahc, SFUNCT, sfunct | ALT_MODE); in ahc_pci_config()
949 ahc_outb(ahc, SFUNCT, sfunct); in ahc_pci_config()
2001 sfunct = ahc_inb(ahc, SFUNCT) & ~ALT_MODE; in ahc_pci_chip_init()
2002 ahc_outb(ahc, SFUNCT, sfunct | ALT_MODE); in ahc_pci_chip_init()
2005 ahc_outb(ahc, SFUNCT, sfunct); in ahc_pci_chip_init()
Daic7xxx_reg.h_shipped727 #define SFUNCT 0x9f
Daic7xxx.reg1097 register SFUNCT {
Daic79xx_reg.h_shipped2147 #define SFUNCT 0x9f
Daic79xx.reg1126 register SFUNCT {
/linux-3.4.99/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h478 #define SFUNCT 0x9f macro
Daic7xxx.reg219 * The chip must be in alternate mode (bit ALT_MODE in SFUNCT must be set)
884 register SFUNCT {
/linux-3.4.99/drivers/scsi/
Daic7xxx_old.c9441 aic_outb(temp_p, aic_inb(temp_p, SFUNCT) | ALT_MODE, SFUNCT); in aic7xxx_detect()
9452 aic_outb(temp_p, aic_inb(temp_p, SFUNCT) & ~ALT_MODE, SFUNCT); in aic7xxx_detect()