Searched defs:qmgr_regs (Results 1 – 2 of 2) sorted by relevance
44 struct qmgr_regs { struct45 u32 acc[QUEUES][MAX_QUEUE_LENGTH]; /* 0x000 - 0x3FF */46 u32 stat1[4]; /* 0x400 - 0x40F */47 u32 stat2[2]; /* 0x410 - 0x417 */48 u32 statne_h; /* 0x418 - queue nearly empty */49 u32 statf_h; /* 0x41C - queue full */50 u32 irqsrc[4]; /* 0x420 - 0x42F IRC source */51 u32 irqen[2]; /* 0x430 - 0x437 IRQ enabled */52 u32 irqstat[2]; /* 0x438 - 0x43F - IRQ access only */53 u32 reserved[1776];[all …]
17 static struct qmgr_regs __iomem *qmgr_regs; variable