Lines Matching refs:cycle
172 u32 aspace, cycle, dwidth; in vme_get_size() local
177 &aspace, &cycle, &dwidth); in vme_get_size()
185 &buf_base, &aspace, &cycle); in vme_get_size()
291 u32 cycle) in vme_slave_request() argument
318 ((slave_image->cycle_attr & cycle) == cycle) && in vme_slave_request()
372 dma_addr_t buf_base, u32 aspace, u32 cycle) in vme_slave_set() argument
391 ((image->cycle_attr & cycle) == cycle))) { in vme_slave_set()
401 aspace, cycle); in vme_slave_set()
422 dma_addr_t *buf_base, u32 *aspace, u32 *cycle) in vme_slave_get() argument
440 aspace, cycle); in vme_slave_get()
492 u32 cycle, u32 dwidth) in vme_master_request() argument
519 ((master_image->cycle_attr & cycle) == cycle) && in vme_master_request()
576 u32 cycle, u32 dwidth) in vme_master_set() argument
595 ((image->cycle_attr & cycle) == cycle) && in vme_master_set()
606 cycle, dwidth); in vme_master_set()
627 u32 *cycle, u32 *dwidth) in vme_master_get() argument
645 cycle, dwidth); in vme_master_get()
1057 u32 aspace, u32 cycle, u32 dwidth) in vme_dma_vme_attribute() argument
1075 vme_attr->cycle = cycle; in vme_dma_vme_attribute()
1573 u32 aspace, u32 cycle) in vme_lm_set() argument
1590 return bridge->lm_set(lm, lm_base, aspace, cycle); in vme_lm_set()
1609 u32 *aspace, u32 *cycle) in vme_lm_get() argument
1626 return bridge->lm_get(lm, lm_base, aspace, cycle); in vme_lm_get()