Searched refs:PCCARD_MEM_ATTR (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/pccard/
H A Dpccardvar.h64 #define PCCARD_MEM_ATTR 2 /* 1 -> attribute mem 0 -> common */ macro
/freebsd-13-stable/sys/dev/exca/
H A Dexca.c191 attrmem = (mem->kind & PCCARD_MEM_ATTR) ?
215 mem->kind & PCCARD_MEM_ATTR ? "attribute" : "common",
356 sc->mem[win].kind |= PCCARD_MEM_ATTR;
359 sc->mem[win].kind &= ~PCCARD_MEM_ATTR;

Completed in 161 milliseconds