HomeSort by: relevance | last modified time | path
    Searched defs:cs_wr_eeprom (Results 1 - 2 of 2) sorted by relevancy

  /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);

Completed in 132 milliseconds