/src/sys/arch/evbppc/pmppc/dev/ |
if_cs_mainbus.c | 344 cs_wr_eeprom(struct cs_softc *sc, uint16_t offset, uint16_t data) function in typeref:typename:void 439 cs_wr_eeprom(sc, i, tmp); 450 cs_wr_eeprom(sc, i++, checksum << 8); 452 cs_wr_eeprom(sc, i, 0xffff);
|
if_cs_mainbus.c | 344 cs_wr_eeprom(struct cs_softc *sc, uint16_t offset, uint16_t data) function in typeref:typename:void 439 cs_wr_eeprom(sc, i, tmp); 450 cs_wr_eeprom(sc, i++, checksum << 8); 452 cs_wr_eeprom(sc, i, 0xffff);
|