Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/
H A Dif_dc_pci.c232 dc_read_srom(sc, sc->dc_romwidth); in dc_pci_attach()
241 dc_read_srom(sc, sc->dc_romwidth); in dc_pci_attach()
271 dc_read_srom(sc, sc->dc_romwidth); in dc_pci_attach()
375 dc_read_srom(sc, sc->dc_romwidth); in dc_pci_attach()
/openbsd-src/sys/dev/cardbus/
H A Dif_dc_cardbus.c165 dc_read_srom(sc, sc->dc_romwidth); in dc_cardbus_attach()
/openbsd-src/sys/dev/ic/
H A Ddcreg.h729 int dc_romwidth; member
H A Ddc.c259 sc->dc_romwidth = 6; in dc_eeprom_width()
261 sc->dc_romwidth = i; in dc_eeprom_width()
330 for (i = sc->dc_romwidth; i--;) { in dc_eeprom_putbyte()