OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_has
(Results
1 - 11
of
11
) sorted by relevancy
/src/sys/arch/acorn32/mainbus/
atppc_pioc.c
104
sc->
sc_has
= 0;
122
sc->
sc_has
|= ATPPC_HAS_INTR;
/src/sys/arch/i386/pnpbios/
atppc_pnpbios.c
119
sc->
sc_has
= 0;
125
sc->
sc_has
|= ATPPC_HAS_INTR;
129
sc->
sc_has
|= ATPPC_HAS_DMA;
/src/sys/dev/acpi/
atppc_acpi.c
129
sc->
sc_has
= 0;
151
sc->
sc_has
|= ATPPC_HAS_DMA;
159
sc->
sc_has
|= ATPPC_HAS_INTR;
/src/sys/dev/isapnp/
atppc_isapnp.c
113
sc->
sc_has
= 0;
121
sc->
sc_has
|= ATPPC_HAS_INTR;
127
sc->
sc_has
|= ATPPC_HAS_DMA;
/src/sys/dev/pci/
atppc_puc.c
116
sc->
sc_has
= 0;
130
sc->
sc_has
|= ATPPC_HAS_INTR;
134
sc->
sc_has
|= ATPPC_HAS_DMA;
/src/sys/dev/ic/
atppc.c
172
lsc->
sc_has
);
190
if (lsc->
sc_has
& ATPPC_HAS_INTR) {
193
if (lsc->
sc_has
& ATPPC_HAS_DMA) {
196
if (lsc->
sc_has
& ATPPC_HAS_FIFO) {
199
if (lsc->
sc_has
& ATPPC_HAS_PS2) {
202
if (lsc->
sc_has
& ATPPC_HAS_EPP) {
205
if (lsc->
sc_has
& ATPPC_HAS_ECP) {
399
atppc->
sc_has
|= ATPPC_HAS_ECP;
404
if (atppc->
sc_has
& ATPPC_HAS_ECP) {
410
atppc->
sc_has
|= ATPPC_HAS_EPP
[
all
...]
atppcvar.h
151
u_int8_t
sc_has
; /* Chipset detected capabilities */
member in struct:atppc_softc
/src/sys/dev/ofisa/
atppc_ofisa.c
144
sc->
sc_has
= 0;
158
sc->
sc_has
|= ATPPC_HAS_INTR;
162
sc->
sc_has
|= ATPPC_HAS_DMA;
/src/sys/dev/isa/
atppc_isa.c
142
lsc->
sc_has
= 0;
170
lsc->
sc_has
|= ATPPC_HAS_INTR;
183
lsc->
sc_has
|= ATPPC_HAS_DMA;
/src/sys/arch/sgimips/hpc/
pi1ppcvar.h
149
uint8_t
sc_has
; /* Chipset detected capabilities */
member in struct:pi1ppc_softc
pi1ppc.c
214
lsc->
sc_has
= PI1PPC_HAS_PS2;
222
lsc->
sc_has
);
240
if (lsc->
sc_has
& PI1PPC_HAS_INTR) {
243
if (lsc->
sc_has
& PI1PPC_HAS_DMA) {
246
if (lsc->
sc_has
& PI1PPC_HAS_FIFO) {
249
if (lsc->
sc_has
& PI1PPC_HAS_PS2) {
1073
else if (pi1ppc->
sc_has
& PI1PPC_HAS_INTR)
1082
else if (pi1ppc->
sc_has
& PI1PPC_HAS_DMA)
Completed in 16 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025