PCIC_MEM_PAGESIZE 84 dev/ic/i82365.c #define PCIC_MEM_ALIGN PCIC_MEM_PAGESIZE PCIC_MEM_PAGESIZE 882 dev/ic/i82365.c i * PCIC_MEM_PAGESIZE, PCIC_MEM_PAGESIZE 883 dev/ic/i82365.c sizepg * PCIC_MEM_PAGESIZE, &memh)) PCIC_MEM_PAGESIZE 886 dev/ic/i82365.c addr = sc->membase + (i * PCIC_MEM_PAGESIZE); PCIC_MEM_PAGESIZE 893 dev/ic/i82365.c pcmhp->realsize = sizepg * PCIC_MEM_PAGESIZE; PCIC_MEM_PAGESIZE 102 dev/ic/i82365var.h #define PCIC_MEMSIZE PCIC_MEM_PAGES*PCIC_MEM_PAGESIZE PCIC_MEM_PAGESIZE 181 dev/isa/i82365_isa.c sc->subregionmask = (1 << (ia->ia_msize / PCIC_MEM_PAGESIZE)) - 1; PCIC_MEM_PAGESIZE 154 dev/isa/i82365_isapnp.c sc->subregionmask = (1 << (ipa->ia_msize / PCIC_MEM_PAGESIZE)) - 1; PCIC_MEM_PAGESIZE 142 dev/pci/i82365_pci.c sc->subregionmask = (1 << (0x10000 / PCIC_MEM_PAGESIZE)) - 1; PCIC_MEM_PAGESIZE 2326 dev/pci/pccbb.c sizepg = (size + (PCIC_MEM_PAGESIZE - 1)) / PCIC_MEM_PAGESIZE; PCIC_MEM_PAGESIZE 2340 dev/pci/pccbb.c if (rbus_space_alloc(rb, 0, sizepg * PCIC_MEM_PAGESIZE, PCIC_MEM_PAGESIZE 2341 dev/pci/pccbb.c sizepg * PCIC_MEM_PAGESIZE - 1, PCIC_MEM_PAGESIZE, 0, PCIC_MEM_PAGESIZE 2348 dev/pci/pccbb.c addr, size, sizepg * PCIC_MEM_PAGESIZE)); PCIC_MEM_PAGESIZE 2354 dev/pci/pccbb.c pcmhp->realsize = sizepg * PCIC_MEM_PAGESIZE; PCIC_MEM_PAGESIZE 2535 dev/pci/pccbb.c *offsetp = card_addr % PCIC_MEM_PAGESIZE;