Searched refs:SEEPROM_OUTB (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/io/rtw/ |
H A D | smc93cx6.c | 112 SEEPROM_OUTB(sd, temp ^ sd->sd_CK); 122 SEEPROM_OUTB(sd, temp); 124 SEEPROM_OUTB(sd, temp ^ sd->sd_CK); 133 SEEPROM_OUTB(sd, temp); 135 SEEPROM_OUTB(sd, temp ^ sd->sd_CK); 149 SEEPROM_OUTB(sd, temp); 154 SEEPROM_OUTB(sd, temp ^ sd->sd_CK); 162 SEEPROM_OUTB(sd, temp); 164 SEEPROM_OUTB(sd, temp ^ sd->sd_CK); 166 SEEPROM_OUTB(sd, temp);
|
H A D | smc93cx6var.h | 96 #define SEEPROM_OUTB(sd, value) { \ macro
|