Searched refs:dc_read_eeprom (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/dev/ic/ |
H A D | dc.c | 159 void dc_read_eeprom(struct dc_softc *, caddr_t, int, int, int); 437 dc_read_eeprom(struct dc_softc *sc, caddr_t dest, int off, int cnt, in dc_read_eeprom() function 1500 dc_read_eeprom(sc, (caddr_t)sc->dc_srom, 0, (sc->dc_sromsize / 2), 0); in dc_read_srom() 1582 dc_read_eeprom(sc, (caddr_t)&mac_offset, in dc_attach() 1584 dc_read_eeprom(sc, (caddr_t)&sc->sc_arpcom.ac_enaddr, in dc_attach() 1588 dc_read_eeprom(sc, (caddr_t)&sc->sc_arpcom.ac_enaddr, 0, 3, 1); in dc_attach() 1594 dc_read_eeprom(sc, (caddr_t)&sc->sc_arpcom.ac_enaddr, in dc_attach() 1614 dc_read_eeprom(sc, (caddr_t)&sc->sc_arpcom.ac_enaddr, 8, 3, 0); in dc_attach() 1624 dc_read_eeprom(sc, (caddr_t)&sc->sc_arpcom.ac_enaddr, 3, 3, 0); in dc_attach() 1627 dc_read_eeprom(sc, (caddr_t)&sc->sc_arpcom.ac_enaddr, in dc_attach()
|