Searched defs:Regs (Results 1 – 5 of 5) sorted by relevance
32 typedef struct Regs Regs; typedef33 struct Regs { struct35 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 …]
28 typedef struct Regs Regs; typedef30 struct Regs { struct31 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 …]
362 typedef struct Regs Regs; typedef363 typedef struct Regs { struct367 } Regs; argument
1411 typedef struct Regs Regs; typedef1412 struct Regs struct1418 static Regs regsctlr[] = argument
743 typedef struct Regs Regs; typedef744 struct Regs { struct746 MMURegs mmust; argument749 static Regs procregs; /* kludge: just for reading */ argument