Searched refs:perph (Results 1 – 1 of 1) sorted by relevance
298 struct s3c2440_dmac_peripheral *perph; in s3c2440_dmac_start_xfer() local308 perph = &s3c2440_peripherals[dxs->dxs_xfer.dx_peripheral]; in s3c2440_dmac_start_xfer()310 DPRINTF(("dp_id: %d, dx_peripheral: %d\n", perph->dp_id, dxs->dxs_xfer.dx_peripheral)); in s3c2440_dmac_start_xfer()311 KASSERT(perph->dp_id == dxs->dxs_xfer.dx_peripheral); in s3c2440_dmac_start_xfer()321 perph->dp_channel_order[i] != PERPH_LAST; in s3c2440_dmac_start_xfer()323 uint8_t channel_no = perph->dp_channel_order[i]; in s3c2440_dmac_start_xfer()330 KASSERT(perph->dp_channel_source[channel_no] != PERPH_NA); in s3c2440_dmac_start_xfer()342 uint8_t channel_no = perph->dp_channel_order[0]; in s3c2440_dmac_start_xfer()