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

/freebsd-11-stable/sys/dev/pccard/
H A Dpccardvarp.h35 #define PCCARD_MEM_PAGE_SIZE 1024 macro
H A Dpccard.c697 &pf->ccr_rid, PCCARD_MEM_PAGE_SIZE, RF_ACTIVE);
1348 if (offset / PCCARD_MEM_PAGE_SIZE ==
1349 pf->ccr_base / PCCARD_MEM_PAGE_SIZE)
1351 offset % PCCARD_MEM_PAGE_SIZE);
1374 if (offset / PCCARD_MEM_PAGE_SIZE ==
1375 pf->ccr_base / PCCARD_MEM_PAGE_SIZE)
1377 offset % PCCARD_MEM_PAGE_SIZE, val);

Completed in 69 milliseconds