Searched refs:SEEPROM_OUTB (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A D | aic7xxx_93cx6.c | 112 SEEPROM_OUTB(sd, temp ^ sd->sd_CK); in send_seeprom_cmd() 118 SEEPROM_OUTB(sd, temp); in send_seeprom_cmd() 120 SEEPROM_OUTB(sd, temp ^ sd->sd_CK); in send_seeprom_cmd() 136 SEEPROM_OUTB(sd, temp); 138 SEEPROM_OUTB(sd, temp ^ sd->sd_CK); in reset_seeprom() 140 SEEPROM_OUTB(sd, temp); in reset_seeprom() 173 SEEPROM_OUTB(sd, temp); in ahc_read_seeprom() 175 SEEPROM_OUTB(sd, temp ^ sd->sd_CK); in ahc_read_seeprom() 189 SEEPROM_OUTB(sd, temp); in ahc_read_seeprom() 194 SEEPROM_OUTB(s in ahc_read_seeprom() [all...] |
H A D | aic7xxx_93cx6.h | 85 #define SEEPROM_OUTB(sd, value) \ macro
|
H A D | aic7xxx_pci.c | 1621 SEEPROM_OUTB(sd, sd->sd_MS | sd->sd_CS); in configure_termination() 1823 SEEPROM_OUTB(sd, sd->sd_MS); /* Clear CS */ in configure_termination() 1928 SEEPROM_OUTB(sd, sd->sd_MS); in ahc_acquire_seeprom() 1934 SEEPROM_OUTB(sd, 0); in ahc_acquire_seeprom() 1944 SEEPROM_OUTB(sd, 0); in ahc_acquire_seeprom()
|