Searched refs:PCCARD_MEM_ATTR (Results 1 – 2 of 2) sorted by relevance
189 attrmem = (mem->kind & PCCARD_MEM_ATTR) ? in exca_do_mem_map()213 mem->kind & PCCARD_MEM_ATTR ? "attribute" : "common", in exca_do_mem_map()354 sc->mem[win].kind |= PCCARD_MEM_ATTR; in exca_mem_set_flags()357 sc->mem[win].kind &= ~PCCARD_MEM_ATTR; in exca_mem_set_flags()
62 #define PCCARD_MEM_ATTR 2 /* 1 -> attribute mem 0 -> common */ macro