Home
last modified time | relevance | path

Searched refs:IOPGSIZE (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/asm-mips64/pci/
Dbridge.h22 #define IOPGSIZE (1 << IOPFNSHIFT) macro
24 #define IOPGOFF(x) ((x) & (IOPGSIZE-1))
/linux-2.4.37.9/arch/ia64/sn/io/sn2/pcibr/
Dpcibr_ate.c384 ate += IOPGSIZE; in ate_write()
Dpcibr_dvr.c1413 #if IOPGSIZE == 4096 in pcibr_attach2()
1417 #elif IOPGSIZE == 16384 in pcibr_attach2()
1422 <<<Unable to deal with IOPGSIZE >>>; in pcibr_attach2()
2943 ate_count = IOPG((IOPGSIZE - 1) /* worst case start offset */ in pcibr_dmamap_alloc()
2967 PCI32_MAPPED_BASE + IOPGSIZE * ate_index; in pcibr_dmamap_alloc()
/linux-2.4.37.9/include/asm-ia64/sn/pci/
Dbridge.h55 #define IOPGSIZE (1 << IOPFNSHIFT) macro
57 #define IOPGOFF(x) ((x) & (IOPGSIZE-1))