Home
last modified time | relevance | path

Searched refs:read_seeprom (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dsmc93cx6var.h111 int read_seeprom(struct seeprom_descriptor *, u_int16_t *,
H A Dsmc93cx6.c108 read_seeprom(struct seeprom_descriptor *sd, u_int16_t *buf, bus_size_t start_addr, bus_size_t count) in read_seeprom() function
H A Daic7xxx_seeprom.c140 have_seeprom = read_seeprom(&sd, (uint16_t *)sc, in ahc_check_extport()
H A Datw.c397 if (!read_seeprom(&sd, sc->sc_srom, 0, sc->sc_sromsz/2)) { in atw_read_srom()
H A Drtw.c982 if (!read_seeprom(&sd, sr->sr_content, 0, sr->sr_size/2)) { in rtw_srom_read()
/netbsd-src/sys/arch/i386/isa/
H A Dahc_isa.c488 have_seeprom = read_seeprom(&sd, (uint16_t *)&sc, in aha2840_load_seeprom()
/netbsd-src/sys/arch/sgimips/hpc/
H A Dhpc.c727 if (read_seeprom(&sd, (uint16_t *)buf, 0, len / 2) != 1) in hpc_read_eeprom()