Searched refs:SEEPROM_OUTB (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/sys/dev/aic7xxx/ |
| D | aic7xxx_93cx6.c | 120 SEEPROM_OUTB(sd, temp ^ sd->sd_CK); in send_seeprom_cmd() 126 SEEPROM_OUTB(sd, temp); in send_seeprom_cmd() 128 SEEPROM_OUTB(sd, temp ^ sd->sd_CK); in send_seeprom_cmd() 144 SEEPROM_OUTB(sd, temp); in reset_seeprom() 146 SEEPROM_OUTB(sd, temp ^ sd->sd_CK); in reset_seeprom() 148 SEEPROM_OUTB(sd, temp); in reset_seeprom() 181 SEEPROM_OUTB(sd, temp); in ahc_read_seeprom() 183 SEEPROM_OUTB(sd, temp ^ sd->sd_CK); in ahc_read_seeprom() 197 SEEPROM_OUTB(sd, temp); in ahc_read_seeprom() 202 SEEPROM_OUTB(sd, temp ^ sd->sd_CK); in ahc_read_seeprom() [all …]
|
| D | aic7xxx_93cx6.h | 87 #define SEEPROM_OUTB(sd, value) \ macro
|
| D | aic7xxx_pci.c | 1634 SEEPROM_OUTB(sd, sd->sd_MS | sd->sd_CS); in configure_termination() 1836 SEEPROM_OUTB(sd, sd->sd_MS); /* Clear CS */ in configure_termination() 1941 SEEPROM_OUTB(sd, sd->sd_MS); in ahc_acquire_seeprom() 1947 SEEPROM_OUTB(sd, 0); in ahc_acquire_seeprom() 1957 SEEPROM_OUTB(sd, 0); in ahc_release_seeprom()
|