Home
last modified time | relevance | path

Searched refs:SEEPROM_OUTB (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/io/rtw/
H A Dsmc93cx6.c112 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 Dsmc93cx6var.h96 #define SEEPROM_OUTB(sd, value) { \ macro