pxa2x0_dmac.c | 901 struct dmac_xfer_state *ndxs, *dxs = (struct dmac_xfer_state *)dx; local in function:pxa2x0_dmac_abort_xfer 972 ndxs = SIMPLEQ_FIRST(&sc->sc_periph[dxs->dxs_peripheral].sp_queue); 973 dxs = ndxs; 1269 struct dmac_xfer_state *ndxs; local in function:dmac_channel_intr 1275 ndxs = SIMPLEQ_FIRST( 1277 KDASSERT(ndxs != NULL); 1282 ndxs->dxs_queue = 1284 SIMPLEQ_INSERT_TAIL(ndxs->dxs_queue, ndxs,
|