OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chip_type
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/ic/
adwlib.c
275
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
) {
[
all
...]
adwlib.h
650
#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
/src/sys/dev/pci/
adw_pci.c
114
sc->
chip_type
= ADW_CHIP_ASC3550;
120
sc->
chip_type
= ADW_CHIP_ASC38C0800;
126
sc->
chip_type
= ADW_CHIP_ASC38C1600;
/src/sys/dev/isa/
wss_isa.c
287
detect_mad16(struct wss_softc *sc, int
chip_type
)
291
sc->mad_chip_type =
chip_type
;
Completed in 17 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025