Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx_pci.c888 sfunct = ahc_inb(ahc, SFUNCT) & ~ALT_MODE; in ahc_pci_config()
889 ahc_outb(ahc, SFUNCT, sfunct | ALT_MODE); in ahc_pci_config()
892 ahc_outb(ahc, SFUNCT, sfunct); in ahc_pci_config()
1018 sfunct = ahc_inb(ahc, SFUNCT) & ~ALT_MODE; in ahc_pci_config()
1019 ahc_outb(ahc, SFUNCT, sfunct | ALT_MODE); in ahc_pci_config()
1022 ahc_outb(ahc, SFUNCT, sfunct); in ahc_pci_config()
2069 sfunct = ahc_inb(ahc, SFUNCT) & ~ALT_MODE; in ahc_pci_chip_init()
2070 ahc_outb(ahc, SFUNCT, sfunct | ALT_MODE); in ahc_pci_chip_init()
2073 ahc_outb(ahc, SFUNCT, sfunct); in ahc_pci_chip_init()
Daic7xxx_reg.h1602 #define SFUNCT 0x9f macro
Daic7xxx.reg1013 register SFUNCT {
Daic79xx_reg.h3247 #define SFUNCT 0x9f macro
Daic79xx.reg1081 register SFUNCT {
/linux-2.4.37.9/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-2.4.37.9/drivers/scsi/
Daic7xxx_old.c9975 aic_outb(temp_p, aic_inb(temp_p, SFUNCT) | ALT_MODE, SFUNCT); in aic7xxx_detect()
9986 aic_outb(temp_p, aic_inb(temp_p, SFUNCT) & ~ALT_MODE, SFUNCT); in aic7xxx_detect()