Searched refs:PCIC_FLAG_SOCKETP (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/dev/pci/
H A Dpccbbvar.h38 #define PCIC_FLAG_SOCKETP 0x0001 macro
/netbsd-current/sys/dev/isa/
H A Di82365_isasubr.c283 if (sc->handle[i].flags & PCIC_FLAG_SOCKETP)
285 else if (sc->handle[i + 1].flags & PCIC_FLAG_SOCKETP)
303 if ((sc->handle[i].flags & PCIC_FLAG_SOCKETP) == 0 &&
304 (sc->handle[i + 1].flags & PCIC_FLAG_SOCKETP) == 0)
391 if (sc->handle[i].flags & PCIC_FLAG_SOCKETP) {
/netbsd-current/sys/dev/ic/
H A Di82365.c275 h->flags = PCIC_FLAG_SOCKETP;
289 h->flags = PCIC_FLAG_SOCKETP;
297 if (h->flags & PCIC_FLAG_SOCKETP) {
325 if ((h->flags & PCIC_FLAG_SOCKETP) &&
326 ((h + 1)->flags & PCIC_FLAG_SOCKETP))
328 else if (h->flags & PCIC_FLAG_SOCKETP)
330 else if ((h + 1)->flags & PCIC_FLAG_SOCKETP)
346 if (sc->handle[i].flags & PCIC_FLAG_SOCKETP)
359 if (h->flags & PCIC_FLAG_SOCKETP) {
418 h->flags &= ~PCIC_FLAG_SOCKETP;
[all...]
H A Di82365var.h86 #define PCIC_FLAG_SOCKETP 0x0001 macro

Completed in 205 milliseconds