Lines Matching refs:cycle
153 u32 aspace, cycle, dwidth; in vme_get_size() local
158 &aspace, &cycle, &dwidth); in vme_get_size()
166 &buf_base, &aspace, &cycle); in vme_get_size()
267 u32 cycle) in vme_slave_request() argument
294 ((slave_image->cycle_attr & cycle) == cycle) && in vme_slave_request()
332 dma_addr_t buf_base, u32 aspace, u32 cycle) in vme_slave_set() argument
351 ((image->cycle_attr & cycle) == cycle))) { in vme_slave_set()
361 aspace, cycle); in vme_slave_set()
367 dma_addr_t *buf_base, u32 *aspace, u32 *cycle) in vme_slave_get() argument
385 aspace, cycle); in vme_slave_get()
423 u32 cycle, u32 dwidth) in vme_master_request() argument
450 ((master_image->cycle_attr & cycle) == cycle) && in vme_master_request()
491 u32 cycle, u32 dwidth) in vme_master_set() argument
510 ((image->cycle_attr & cycle) == cycle) && in vme_master_set()
521 cycle, dwidth); in vme_master_set()
527 u32 *cycle, u32 *dwidth) in vme_master_get() argument
545 cycle, dwidth); in vme_master_get()
876 u32 aspace, u32 cycle, u32 dwidth) in vme_dma_vme_attribute() argument
899 vme_attr->cycle = cycle; in vme_dma_vme_attribute()
1283 u32 aspace, u32 cycle) in vme_lm_set() argument
1300 return bridge->lm_set(lm, lm_base, aspace, cycle); in vme_lm_set()
1305 u32 *aspace, u32 *cycle) in vme_lm_get() argument
1322 return bridge->lm_get(lm, lm_base, aspace, cycle); in vme_lm_get()