Lines Matching refs:cycle
154 u32 aspace, cycle, dwidth; in vme_get_size() local
159 &aspace, &cycle, &dwidth); in vme_get_size()
165 &buf_base, &aspace, &cycle); in vme_get_size()
232 u32 cycle) in vme_slave_request() argument
259 ((slave_image->cycle_attr & cycle) == cycle) && in vme_slave_request()
297 dma_addr_t buf_base, u32 aspace, u32 cycle) in vme_slave_set() argument
316 ((image->cycle_attr & cycle) == cycle))) { in vme_slave_set()
326 aspace, cycle); in vme_slave_set()
332 dma_addr_t *buf_base, u32 *aspace, u32 *cycle) in vme_slave_get() argument
350 aspace, cycle); in vme_slave_get()
388 u32 cycle, u32 dwidth) in vme_master_request() argument
415 ((master_image->cycle_attr & cycle) == cycle) && in vme_master_request()
456 u32 cycle, u32 dwidth) in vme_master_set() argument
475 ((image->cycle_attr & cycle) == cycle) && in vme_master_set()
486 cycle, dwidth); in vme_master_set()
492 u32 *cycle, u32 *dwidth) in vme_master_get() argument
510 cycle, dwidth); in vme_master_get()
841 u32 aspace, u32 cycle, u32 dwidth) in vme_dma_vme_attribute() argument
864 vme_attr->cycle = cycle; in vme_dma_vme_attribute()
1191 u32 aspace, u32 cycle) in vme_lm_set() argument
1208 return bridge->lm_set(lm, lm_base, aspace, cycle); in vme_lm_set()
1213 u32 *aspace, u32 *cycle) in vme_lm_get() argument
1230 return bridge->lm_get(lm, lm_base, aspace, cycle); in vme_lm_get()