HomeSort by: relevance | last modified time | path
    Searched defs:perph (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/s3c2xx0/
s3c2440_dma.c 298 struct s3c2440_dmac_peripheral *perph; local in function:s3c2440_dmac_start_xfer
308 perph = &s3c2440_peripherals[dxs->dxs_xfer.dx_peripheral];
310 DPRINTF(("dp_id: %d, dx_peripheral: %d\n", perph->dp_id, dxs->dxs_xfer.dx_peripheral));
311 KASSERT(perph->dp_id == dxs->dxs_xfer.dx_peripheral);
321 perph->dp_channel_order[i] != PERPH_LAST;
323 uint8_t channel_no = perph->dp_channel_order[i];
330 KASSERT(perph->dp_channel_source[channel_no] != PERPH_NA);
342 uint8_t channel_no = perph->dp_channel_order[0];
s3c2440_dma.c 298 struct s3c2440_dmac_peripheral *perph; local in function:s3c2440_dmac_start_xfer
308 perph = &s3c2440_peripherals[dxs->dxs_xfer.dx_peripheral];
310 DPRINTF(("dp_id: %d, dx_peripheral: %d\n", perph->dp_id, dxs->dxs_xfer.dx_peripheral));
311 KASSERT(perph->dp_id == dxs->dxs_xfer.dx_peripheral);
321 perph->dp_channel_order[i] != PERPH_LAST;
323 uint8_t channel_no = perph->dp_channel_order[i];
330 KASSERT(perph->dp_channel_source[channel_no] != PERPH_NA);
342 uint8_t channel_no = perph->dp_channel_order[0];

Completed in 21 milliseconds