Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/xscale/
H A Dixp425_qmgr.c131 struct ixpqmgr_softc { struct
133 device_t sc_dev;
134 bus_space_tag_t sc_iot;
135 bus_space_handle_t sc_ioh;
136 struct resource *sc_irq; /* IRQ resource */
137 int sc_rid; /* resource id for irq */
138 void *sc_ih; /* interrupt handler */
145 struct qmgrInfo qinfo[IX_QMGR_MAX_NUM_QUEUES];
170 static struct ixpqmgr_softc *ixpqmgr_sc = NULL; argument