Home
last modified time | relevance | path

Searched refs:dc_srom (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/sys/dev/dc/
Dif_dc.c1732 sc->dc_srom = malloc(size, M_DEVBUF, M_NOWAIT | M_ZERO); in dc_read_srom()
1733 if (sc->dc_srom == NULL) { in dc_read_srom()
1737 dc_read_eeprom(sc, (caddr_t)sc->dc_srom, 0, (size / 2), 0); in dc_read_srom()
1750 loff = sc->dc_srom[27]; in dc_parse_21143_srom()
1751 lhdr = (struct dc_leaf_hdr *)&(sc->dc_srom[loff]); in dc_parse_21143_srom()
2306 bcopy(sc->dc_srom + DC_CONEXANT_EE_NODEADDR, &eaddr, in dc_attach()
2321 srom = (uint16_t *)sc->dc_srom; in dc_attach()
2365 if (DC_IS_INTEL(sc) && sc->dc_srom != NULL) { in dc_attach()
2573 free(sc->dc_srom, M_DEVBUF); in dc_detach()
4124 if (DC_IS_INTEL(sc) && dsc->dc_srom != NULL && in dc_check_multiport()
[all …]
Dif_dcreg.h766 uint8_t *dc_srom; member