Home
last modified time | relevance | path

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

/netbsd/sys/dev/ic/
H A Dadwlib.c275 switch(sc->chip_type) {
356 if (sc->chip_type == ADW_CHIP_ASC3550) {
451 switch(sc->chip_type) {
571 switch (sc->chip_type) {
641 switch (sc->chip_type) {
740 switch (sc->chip_type) {
810 switch(sc->chip_type) {
949 if ((chip_type == ADW_CHIP_ASC38C0800) ||
1044 switch(chip_type) {
1146 if(chip_type == ADW_CHIP_ASC3550) {
[all …]
H A Dadwlib.h862 u_int8_t chip_type; /* chip SCSI target ID */ member
/netbsd/sys/dev/pci/
H A Dadw_pci.c114 sc->chip_type = ADW_CHIP_ASC3550; in adw_pci_attach()
120 sc->chip_type = ADW_CHIP_ASC38C0800; in adw_pci_attach()
126 sc->chip_type = ADW_CHIP_ASC38C1600; in adw_pci_attach()
/netbsd/sys/dev/isa/
H A Dwss_isa.c287 detect_mad16(struct wss_softc *sc, int chip_type) in detect_mad16() argument
291 sc->mad_chip_type = chip_type; in detect_mad16()