Home
last modified time | relevance | path

Searched defs:Regs (Results 1 – 5 of 5) sorted by relevance

/plan9-contrib/sys/src/9/omap/
H A Dether9221.c32 typedef struct Regs Regs; typedef
33 struct Regs { struct
35 ulong rxdata;
36 uchar _pad0[0x20 - 4];
37 ulong txdata;
38 uchar _pad1[0x40 - 0x24];
39 ulong rxsts;
40 ulong rxstspeek;
41 ulong txsts;
42 ulong txstspeek;
[all …]
H A Ddma.c28 typedef struct Regs Regs; typedef
30 struct Regs { struct
31 uchar _pad0[8];
33 ulong irqsts[Nirq];
34 ulong irqen[Nirq]; /* bitfield of intrs enabled, by Dchan */
35 ulong syssts; /* 1<<0 is Resetdone */
36 ulong syscfg; /* 1<<1 is Softreset */
37 uchar _pad1[0x64 - 0x30];
39 ulong caps[5]; /* caps[1] not defined */
40 ulong gcr; /* knobs */
[all …]
/plan9-contrib/sys/src/9/pc/
H A Dethervt6105m.c362 typedef struct Regs Regs; typedef
363 typedef struct Regs { struct
367 } Regs; argument
H A Dsdmv50xx.c1411 typedef struct Regs Regs; typedef
1412 struct Regs struct
1418 static Regs regsctlr[] = argument
/plan9-contrib/sys/src/cmd/jtagfs/
H A Djtagfs.c743 typedef struct Regs Regs; typedef
744 struct Regs { struct
746 MMURegs mmust; argument
749 static Regs procregs; /* kludge: just for reading */ argument