Searched refs:SEEPROM_OUTB (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx_93cx6.c | 113 SEEPROM_OUTB(sd, temp ^ sd->sd_CK); in send_seeprom_cmd() 119 SEEPROM_OUTB(sd, temp); in send_seeprom_cmd() 121 SEEPROM_OUTB(sd, temp ^ sd->sd_CK); in send_seeprom_cmd() 137 SEEPROM_OUTB(sd, temp); in reset_seeprom() 139 SEEPROM_OUTB(sd, temp ^ sd->sd_CK); in reset_seeprom() 141 SEEPROM_OUTB(sd, temp); in reset_seeprom() 174 SEEPROM_OUTB(sd, temp); in ahc_read_seeprom() 176 SEEPROM_OUTB(sd, temp ^ sd->sd_CK); in ahc_read_seeprom() 190 SEEPROM_OUTB(sd, temp); in ahc_read_seeprom() 195 SEEPROM_OUTB(sd, temp ^ sd->sd_CK); in ahc_read_seeprom() [all …]
|
D | aic7xxx_93cx6.h | 85 #define SEEPROM_OUTB(sd, value) \ macro
|
D | aic7xxx_pci.c | 1615 SEEPROM_OUTB(sd, sd->sd_MS | sd->sd_CS); in configure_termination() 1817 SEEPROM_OUTB(sd, sd->sd_MS); /* Clear CS */ in configure_termination() 1922 SEEPROM_OUTB(sd, sd->sd_MS); in ahc_acquire_seeprom() 1928 SEEPROM_OUTB(sd, 0); in ahc_acquire_seeprom() 1938 SEEPROM_OUTB(sd, 0); in ahc_release_seeprom()
|