Searched refs:dc_read_eeprom (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/dc/ |
H A D | if_dc.c | 270 static void dc_read_eeprom(struct dc_softc *, caddr_t, int, int, int); 598 dc_read_eeprom(struct dc_softc *sc, caddr_t dest, int off, int cnt, int be) in dc_read_eeprom() function 1743 dc_read_eeprom(sc, (caddr_t)sc->dc_srom, 0, (size / 2), 0); in dc_read_srom() 2277 dc_read_eeprom(sc, (caddr_t)&mac_offset, in dc_attach() 2279 dc_read_eeprom(sc, (caddr_t)&eaddr, (mac_offset / 2), 3, 0); in dc_attach() 2282 dc_read_eeprom(sc, (caddr_t)&eaddr, 0, 3, 1); in dc_attach() 2285 dc_read_eeprom(sc, (caddr_t)&eaddr, DC_EE_NODEADDR, 3, 0); in dc_attach() 2289 dc_read_eeprom(sc, (caddr_t)&eaddr, DC_EE_NODEADDR, 3, 0); in dc_attach() 2341 dc_read_eeprom(sc, (caddr_t)&eaddr, DC_EE_NODEADDR, 3, in dc_attach() 2345 dc_read_eeprom(sc, (caddr_t)&eaddr, DC_EE_NODEADDR, 3, 0); in dc_attach()
|