| iha.c | 233 static void iha_se2_wr(struct iha_softc *, int, uint16_t); 2673 		iha_se2_wr(sc, i, *np);
 2678 	iha_se2_wr(sc, 31, chksum);
 2687  * iha_se2_wr - write the given 16 bit value into the Serial EEPROM
 2691 iha_se2_wr(struct iha_softc *sc, int addr, uint16_t writeword)  function in typeref:typename:void
 
 |