Home
last modified time | relevance | path

Searched refs:ADW_CHIP_ASC3550 (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/dev/ic/
Dadwlib.c276 case ADW_CHIP_ASC3550:
356 if (sc->chip_type == ADW_CHIP_ASC3550) {
452 case ADW_CHIP_ASC3550:
572 case ADW_CHIP_ASC3550:
642 case ADW_CHIP_ASC3550:
741 case ADW_CHIP_ASC3550:
811 case ADW_CHIP_ASC3550:
1045 case ADW_CHIP_ASC3550:
1146 if(chip_type == ADW_CHIP_ASC3550) {
1773 if (sc->chip_type == ADW_CHIP_ASC3550 ||
[all …]
Dadwlib.h663 #define ADW_CHIP_ASC3550 0x01 /* Ultra-Wide IC */ macro
/netbsd/src/sys/dev/pci/
Dadw_pci.c114 sc->chip_type = ADW_CHIP_ASC3550; in adw_pci_attach()