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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/kernel/
H A Dcomempci.c798 #define PCI_MEMSLOTSIZE 512 macro
799 #define PCI_MEMSLOTS (COMEM_SHMEMSIZE / PCI_MEMSLOTSIZE)
815 nrslots = (size - 1) / PCI_MEMSLOTSIZE;
831 return((void *) (COMEM_BASE + COMEM_SHMEM + (i * PCI_MEMSLOTSIZE)));
844 nrslots = size / PCI_MEMSLOTSIZE;
846 PCI_MEMSLOTSIZE;

Completed in 126 milliseconds