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

/freebsd-9.3-release/sys/dev/exca/
H A Dexca.c189 attrmem = (mem->kind & PCCARD_MEM_ATTR) ?
213 mem->kind & PCCARD_MEM_ATTR ? "attribute" : "common",
354 sc->mem[win].kind |= PCCARD_MEM_ATTR;
357 sc->mem[win].kind &= ~PCCARD_MEM_ATTR;
/freebsd-9.3-release/sys/dev/pccard/
H A Dpccardvar.h74 #define PCCARD_MEM_ATTR 2 /* 1 -> attribute mem 0 -> common */ macro

Completed in 88 milliseconds