Lines Matching refs:cycle

342 	dma_addr_t pci_base, u32 aspace, u32 cycle)  in ca91cx42_slave_set()  argument
426 if (cycle & VME_SUPER) in ca91cx42_slave_set()
428 if (cycle & VME_USER) in ca91cx42_slave_set()
430 if (cycle & VME_PROG) in ca91cx42_slave_set()
432 if (cycle & VME_DATA) in ca91cx42_slave_set()
448 dma_addr_t *pci_base, u32 *aspace, u32 *cycle) in ca91cx42_slave_get() argument
475 *cycle = 0; in ca91cx42_slave_get()
492 *cycle |= VME_SUPER; in ca91cx42_slave_get()
494 *cycle |= VME_USER; in ca91cx42_slave_get()
496 *cycle |= VME_PROG; in ca91cx42_slave_get()
498 *cycle |= VME_DATA; in ca91cx42_slave_get()
600 u32 cycle, u32 dwidth) in ca91cx42_master_set() argument
665 if (cycle & VME_BLT) in ca91cx42_master_set()
667 if (cycle & VME_MBLT) in ca91cx42_master_set()
726 if (cycle & VME_SUPER) in ca91cx42_master_set()
728 if (cycle & VME_PROG) in ca91cx42_master_set()
757 u32 *aspace, u32 *cycle, u32 *dwidth) in __ca91cx42_master_get() argument
778 *cycle = 0; in __ca91cx42_master_get()
809 *cycle |= VME_BLT; in __ca91cx42_master_get()
811 *cycle |= VME_SCT; in __ca91cx42_master_get()
814 *cycle |= VME_SUPER; in __ca91cx42_master_get()
816 *cycle |= VME_USER; in __ca91cx42_master_get()
819 *cycle = VME_PROG; in __ca91cx42_master_get()
821 *cycle = VME_DATA; in __ca91cx42_master_get()
844 u32 *cycle, u32 *dwidth) in ca91cx42_master_get() argument
851 cycle, dwidth); in ca91cx42_master_get()
1078 if ((vme_attr->cycle & ~(VME_SCT | VME_BLT | VME_SUPER | VME_USER | in ca91cx42_dma_list_add()
1097 if (vme_attr->cycle & VME_BLT) in ca91cx42_dma_list_add()
1142 if (vme_attr->cycle & VME_SUPER) in ca91cx42_dma_list_add()
1144 if (vme_attr->cycle & VME_PROG) in ca91cx42_dma_list_add()
1307 unsigned long long lm_base, u32 aspace, u32 cycle) in ca91cx42_lm_set() argument
1354 if (cycle & VME_SUPER) in ca91cx42_lm_set()
1356 if (cycle & VME_USER) in ca91cx42_lm_set()
1358 if (cycle & VME_PROG) in ca91cx42_lm_set()
1360 if (cycle & VME_DATA) in ca91cx42_lm_set()
1375 unsigned long long *lm_base, u32 *aspace, u32 *cycle) in ca91cx42_lm_get() argument
1397 *cycle = 0; in ca91cx42_lm_get()
1399 *cycle |= VME_SUPER; in ca91cx42_lm_get()
1401 *cycle |= VME_USER; in ca91cx42_lm_get()
1403 *cycle |= VME_PROG; in ca91cx42_lm_get()
1405 *cycle |= VME_DATA; in ca91cx42_lm_get()