Lines Matching refs:dc_romwidth
420 sc->dc_romwidth = 6; in dc_eeprom_width()
422 sc->dc_romwidth = i; in dc_eeprom_width()
490 for (i = sc->dc_romwidth; i--;) { in dc_eeprom_putbyte()
2088 error = dc_read_srom(sc, sc->dc_romwidth); in dc_attach()
2109 error = dc_read_srom(sc, sc->dc_romwidth); in dc_attach()
2209 error = dc_read_srom(sc, sc->dc_romwidth); in dc_attach()
2224 error = dc_read_srom(sc, sc->dc_romwidth); in dc_attach()
4115 sc->dc_romwidth != 0) { in dc_check_multiport()
4117 sc->dc_romwidth = dsc->dc_romwidth; in dc_check_multiport()
4118 sc->dc_srom = malloc(DC_ROM_SIZE(sc->dc_romwidth), in dc_check_multiport()
4126 DC_ROM_SIZE(sc->dc_romwidth)); in dc_check_multiport()