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()
264 u32 cycle) in vme_slave_request() argument
291 ((slave_image->cycle_attr & cycle) == cycle) && in vme_slave_request()
329 dma_addr_t buf_base, u32 aspace, u32 cycle) in vme_slave_set() argument
348 ((image->cycle_attr & cycle) == cycle))) { in vme_slave_set()
358 aspace, cycle); in vme_slave_set()
364 dma_addr_t *buf_base, u32 *aspace, u32 *cycle) in vme_slave_get() argument
382 aspace, cycle); in vme_slave_get()
420 u32 cycle, u32 dwidth) in vme_master_request() argument
447 ((master_image->cycle_attr & cycle) == cycle) && in vme_master_request()
488 u32 cycle, u32 dwidth) in vme_master_set() argument
507 ((image->cycle_attr & cycle) == cycle) && in vme_master_set()
518 cycle, dwidth); in vme_master_set()
524 u32 *cycle, u32 *dwidth) in vme_master_get() argument
542 cycle, dwidth); in vme_master_get()
873 u32 aspace, u32 cycle, u32 dwidth) in vme_dma_vme_attribute() argument
896 vme_attr->cycle = cycle; in vme_dma_vme_attribute()
1280 u32 aspace, u32 cycle) in vme_lm_set() argument
1297 return bridge->lm_set(lm, lm_base, aspace, cycle); in vme_lm_set()
1302 u32 *aspace, u32 *cycle) in vme_lm_get() argument
1319 return bridge->lm_get(lm, lm_base, aspace, cycle); in vme_lm_get()