Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/dc/
H A Dif_dc.c430 sc->dc_romwidth = 6; in dc_eeprom_width()
432 sc->dc_romwidth = i; in dc_eeprom_width()
500 for (i = sc->dc_romwidth; i--;) { in dc_eeprom_putbyte()
2082 error = dc_read_srom(sc, sc->dc_romwidth); in dc_attach()
2103 error = dc_read_srom(sc, sc->dc_romwidth); in dc_attach()
2203 error = dc_read_srom(sc, sc->dc_romwidth); in dc_attach()
2218 error = dc_read_srom(sc, sc->dc_romwidth); in dc_attach()
4125 sc->dc_romwidth != 0) { in dc_check_multiport()
4127 sc->dc_romwidth = dsc->dc_romwidth; in dc_check_multiport()
4128 sc->dc_srom = malloc(DC_ROM_SIZE(sc->dc_romwidth), in dc_check_multiport()
[all …]
H A Dif_dcreg.h761 int dc_romwidth; member