Home
last modified time | relevance | path

Searched refs:EXCA_MEM_WINS (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/exca/
H A Dexca.c250 for (win = 0; win < EXCA_MEM_WINS; win++) { in exca_mem_map()
256 if (win >= EXCA_MEM_WINS) in exca_mem_map()
301 if (window < 0 || window >= EXCA_MEM_WINS) in exca_mem_unmap()
320 for (win = 0; win < EXCA_MEM_WINS; win++) { in exca_mem_findmap()
624 for (win = 0; win < EXCA_MEM_WINS; ++win) in exca_reset()
H A Dexcavar.h72 struct pccard_mem_handle mem[EXCA_MEM_WINS];
H A Dexcareg.h267 #define EXCA_MEM_WINS 5 macro