Lines Matching defs:source
8 * Redistribution and use in source and binary forms, with or without
11 * 1. Redistributions of source code must retain the above copyright
258 printf("Current source for channel %d: 0x%x\n", channel, status);
435 uint8_t source = s3c2440_peripherals[dxs->dxs_xfer.dx_peripheral].dp_channel_source[channel_no];
436 DPRINTF(("Hw request source: %d, channel: %d\n", source, channel_no));
437 options |= DMACON_HW_REQ | DMACON_HW_SRCSEL(source);
470 /* Prepare the source */
475 DPRINTF(("Source address: 0x%x\n", (unsigned)dxs->dxs_segs[DMAC_DESC_SRC].ds_curseg->ds_addr));
521 panic("S3C2440 DMA code does not support both source and destination being non-incrementing");