Home
last modified time | relevance | path

Searched defs:qmgr_regs (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/soc/ixp4xx/
H A Dqmgr.h44 struct qmgr_regs { struct
45 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 …]
/openbmc/linux/drivers/soc/ixp4xx/
H A Dixp4xx-qmgr.c17 static struct qmgr_regs __iomem *qmgr_regs; variable