OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_config3
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/ic/
seeq8005var.h
68
int
sc_config3
; /* Current config3 bits 8004 only */
member in struct:seeq8005_softc
seeq8005.c
492
sc->
sc_config3
| SEEQ_CFG3_SLEEP);
531
sc->
sc_config3
= 0;
763
sc->
sc_config3
= 0;
770
SEEQ_WRITE16(sc, iot, ioh, SEEQ_BUFWIN, sc->
sc_config3
);
/src/sys/arch/acorn32/podulebus/
escvar.h
217
u_char
sc_config3
;
member in struct:esc_softc
sfasvar.h
218
u_char
sc_config3
;
member in struct:sfas_softc
esc.c
181
nexus->config3 = dev->
sc_config3
& ~ESC_CFG3_FASTSCSI;
217
dev->
sc_config3
= (dev->sc_clock_freq > 25 ? ESC_CFG3_FASTCLK : 0);
448
*rp->esc_config3 = dev->
sc_config3
;
sfas.c
180
nexus->config3 = dev->
sc_config3
& ~SFAS_CFG3_FASTSCSI;
216
dev->
sc_config3
= (dev->sc_clock_freq > 25 ? SFAS_CFG3_FASTCLK : 0);
449
*rp->sfas_config3 = dev->
sc_config3
;
Completed in 16 milliseconds
Indexes created Mon Oct 20 01:09:56 GMT 2025