Lines Matching refs:cycle
176 u32 aspace, cycle, dwidth; in vme_get_size() local
181 &aspace, &cycle, &dwidth); in vme_get_size()
189 &buf_base, &aspace, &cycle); in vme_get_size()
295 u32 cycle) in vme_slave_request() argument
322 ((slave_image->cycle_attr & cycle) == cycle) && in vme_slave_request()
376 dma_addr_t buf_base, u32 aspace, u32 cycle) in vme_slave_set() argument
395 ((image->cycle_attr & cycle) == cycle))) { in vme_slave_set()
405 aspace, cycle); in vme_slave_set()
426 dma_addr_t *buf_base, u32 *aspace, u32 *cycle) in vme_slave_get() argument
444 aspace, cycle); in vme_slave_get()
496 u32 cycle, u32 dwidth) in vme_master_request() argument
523 ((master_image->cycle_attr & cycle) == cycle) && in vme_master_request()
580 u32 cycle, u32 dwidth) in vme_master_set() argument
599 ((image->cycle_attr & cycle) == cycle) && in vme_master_set()
610 cycle, dwidth); in vme_master_set()
631 u32 *cycle, u32 *dwidth) in vme_master_get() argument
649 cycle, dwidth); in vme_master_get()
1061 u32 aspace, u32 cycle, u32 dwidth) in vme_dma_vme_attribute() argument
1079 vme_attr->cycle = cycle; in vme_dma_vme_attribute()
1577 u32 aspace, u32 cycle) in vme_lm_set() argument
1594 return bridge->lm_set(lm, lm_base, aspace, cycle); in vme_lm_set()
1613 u32 *aspace, u32 *cycle) in vme_lm_get() argument
1630 return bridge->lm_get(lm, lm_base, aspace, cycle); in vme_lm_get()