OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ndxs
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/xscale/
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
,
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
,
Completed in 28 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025