Lines Matching refs:cycle
167 u32 aspace, cycle, dwidth; in vme_get_size() local
172 &aspace, &cycle, &dwidth); in vme_get_size()
179 &buf_base, &aspace, &cycle); in vme_get_size()
282 u32 cycle) in vme_slave_request() argument
309 ((slave_image->cycle_attr & cycle) == cycle) && in vme_slave_request()
363 dma_addr_t buf_base, u32 aspace, u32 cycle) in vme_slave_set() argument
382 ((image->cycle_attr & cycle) == cycle))) { in vme_slave_set()
392 aspace, cycle); in vme_slave_set()
413 dma_addr_t *buf_base, u32 *aspace, u32 *cycle) in vme_slave_get() argument
431 aspace, cycle); in vme_slave_get()
483 u32 cycle, u32 dwidth) in vme_master_request() argument
510 ((master_image->cycle_attr & cycle) == cycle) && in vme_master_request()
567 u32 cycle, u32 dwidth) in vme_master_set() argument
586 ((image->cycle_attr & cycle) == cycle) && in vme_master_set()
597 cycle, dwidth); in vme_master_set()
618 u32 *cycle, u32 *dwidth) in vme_master_get() argument
636 cycle, dwidth); in vme_master_get()
1048 u32 aspace, u32 cycle, u32 dwidth) in vme_dma_vme_attribute() argument
1066 vme_attr->cycle = cycle; in vme_dma_vme_attribute()
1564 u32 aspace, u32 cycle) in vme_lm_set() argument
1581 return bridge->lm_set(lm, lm_base, aspace, cycle); in vme_lm_set()
1600 u32 *aspace, u32 *cycle) in vme_lm_get() argument
1617 return bridge->lm_get(lm, lm_base, aspace, cycle); in vme_lm_get()