OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ASC_DMAACTIVE
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/pmax/tc/
asc_ioasic.c
67
#define
ASC_DMAACTIVE
0x0002
207
asc->sc_flags &= ~(
ASC_DMAACTIVE
|ASC_MAPLOADED);
305
asc->sc_flags |=
ASC_DMAACTIVE
;
315
if ((asc->sc_flags &
ASC_DMAACTIVE
) == 0)
337
asc->sc_flags &= ~
ASC_DMAACTIVE
;
415
asc->sc_flags &= ~(
ASC_DMAACTIVE
|ASC_MAPLOADED);
447
return (asc->sc_flags &
ASC_DMAACTIVE
) != 0;
/src/sys/arch/vax/vsa/
asc_vsbus.c
78
#define
ASC_DMAACTIVE
0x0002
338
asc->sc_flags &= ~(
ASC_DMAACTIVE
|ASC_MAPLOADED);
348
if ((asc->sc_flags &
ASC_DMAACTIVE
) == 0)
351
asc->sc_flags &= ~
ASC_DMAACTIVE
;
449
asc->sc_flags |=
ASC_DMAACTIVE
;
466
asc->sc_flags &= ~(
ASC_DMAACTIVE
|ASC_MAPLOADED);
474
return (asc->sc_flags &
ASC_DMAACTIVE
) != 0;
/src/sys/dev/tc/
asc_tcds.c
94
#define
ASC_DMAACTIVE
0x02
240
asc->sc_flags &= ~(
ASC_DMAACTIVE
|ASC_MAPLOADED);
309
asc->sc_flags |=
ASC_DMAACTIVE
;
350
if ((asc->sc_flags &
ASC_DMAACTIVE
) == 0)
355
asc->sc_flags &= ~
ASC_DMAACTIVE
;
498
return (asc->sc_flags &
ASC_DMAACTIVE
) != 0;
Completed in 13 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025