Searched refs:chip_type (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Dadwlib.c275 switch(sc->chip_type) {
356 if (sc->chip_type == ADW_CHIP_ASC3550) {
379 if (sc->chip_type == ADW_CHIP_ASC38C0800 ||
380 sc->chip_type == ADW_CHIP_ASC38C1600) {
451 switch(sc->chip_type) {
571 switch (sc->chip_type) {
611 if((error_code = AdwRamSelfTest(iot, ioh, sc->chip_type))) {
619 if((error_code = AdwLoadMCode(iot, ioh, bios_mem, sc->chip_type))) {
641 switch (sc->chip_type) {
740 switch (sc->chip_type) {
943 AdwRamSelfTest(bus_space_tag_t iot, bus_space_handle_t ioh, u_int8_t chip_type) argument
1029 AdwLoadMCode(bus_space_tag_t iot, bus_space_handle_t ioh, u_int16_t *bios_mem, u_int8_t chip_type) argument
[all...]
H A Dadwlib.h650 #define ADW_IERR_BAD_CHIPTYPE 0x8000 /* Invalid 'chip_type' setting. */
862 u_int8_t chip_type; /* chip SCSI target ID */ member in struct:adw_softc
/netbsd-current/sys/dev/pci/
H A Dadw_pci.c114 sc->chip_type = ADW_CHIP_ASC3550;
120 sc->chip_type = ADW_CHIP_ASC38C0800;
126 sc->chip_type = ADW_CHIP_ASC38C1600;
/netbsd-current/sys/dev/isa/
H A Dwss_isa.c287 detect_mad16(struct wss_softc *sc, int chip_type) argument
291 sc->mad_chip_type = chip_type;

Completed in 179 milliseconds