public class DevIce.DmaMap
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
byte[] |
buf |
long |
bytes |
static int |
COPY |
java.lang.String |
devn |
static int |
DISK |
static long |
MAXALLOC |
static int |
MEM |
int |
mode |
static int |
NOCHK |
long |
offset |
long |
paddr |
boolean |
paged |
static long |
PGMSK |
static long |
PGSZ |
static int |
RAMD |
long |
vaddr |
long |
vbytes |
Constructor and Description |
---|
DevIce.DmaMap() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
close(int flag) |
void |
copyTo(DevIce.DmaMap map) |
int |
getBuffer(int moff,
int bytes) |
DevIce.DmaMap |
getSubMap(int chan,
int multi) |
long |
getVirtualAddress(long off,
int len) |
int |
setBuffer(int moff,
int bytes) |
void |
setBufferSize(int bytes) |
void |
setOffset(int offset) |
void |
setPaged(boolean onoff) |
java.lang.String |
toString() |
public static final long PGSZ
public static final long PGMSK
public static final long MAXALLOC
public static final int MEM
public static final int RAMD
public static final int DISK
public static final int COPY
public static final int NOCHK
public long vaddr
public long paddr
public long offset
public long bytes
public long vbytes
public int mode
public boolean paged
public byte[] buf
public java.lang.String devn
public void close()
public void close(int flag)
public java.lang.String toString()
toString
in class java.lang.Object
public void setBufferSize(int bytes)
public int setBuffer(int moff, int bytes)
public int getBuffer(int moff, int bytes)
public void setOffset(int offset)
public DevIce.DmaMap getSubMap(int chan, int multi)
public void copyTo(DevIce.DmaMap map)
public long getVirtualAddress(long off, int len)
public void setPaged(boolean onoff)