Searched refs:dc_romwidth (Results 1 – 2 of 2) sorted by relevance
425 sc->dc_romwidth = 6; in dc_eeprom_width()427 sc->dc_romwidth = i; in dc_eeprom_width()495 for (i = sc->dc_romwidth; i--;) { in dc_eeprom_putbyte()2093 error = dc_read_srom(sc, sc->dc_romwidth); in dc_attach()2114 error = dc_read_srom(sc, sc->dc_romwidth); in dc_attach()2214 error = dc_read_srom(sc, sc->dc_romwidth); in dc_attach()2229 error = dc_read_srom(sc, sc->dc_romwidth); in dc_attach()4128 sc->dc_romwidth != 0) { in dc_check_multiport()4130 sc->dc_romwidth = dsc->dc_romwidth; in dc_check_multiport()4131 sc->dc_srom = malloc(DC_ROM_SIZE(sc->dc_romwidth), in dc_check_multiport()[all …]
761 int dc_romwidth; member