Home
last modified time | relevance | path

Searched refs:PL330_NCHANNELS (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/xdma/controller/
H A Dpl330.c80 #define PL330_NCHANNELS 32 macro
100 struct resource *res[PL330_NCHANNELS + 1];
101 void *ih[PL330_NCHANNELS];
102 struct pl330_channel channels[PL330_NCHANNELS];
172 for (c = 0; c < PL330_NCHANNELS; c++) { in pl330_intr()
346 for (i = 0; i < PL330_NCHANNELS; i++) { in pl330_attach()
379 for (i = 0; i < PL330_NCHANNELS; i++) { in pl330_channel_alloc()