Lines Matching refs:cycle
335 dma_addr_t pci_base, u32 aspace, u32 cycle) in ca91cx42_slave_set() argument
419 if (cycle & VME_SUPER) in ca91cx42_slave_set()
421 if (cycle & VME_USER) in ca91cx42_slave_set()
423 if (cycle & VME_PROG) in ca91cx42_slave_set()
425 if (cycle & VME_DATA) in ca91cx42_slave_set()
441 dma_addr_t *pci_base, u32 *aspace, u32 *cycle) in ca91cx42_slave_get() argument
468 *cycle = 0; in ca91cx42_slave_get()
485 *cycle |= VME_SUPER; in ca91cx42_slave_get()
487 *cycle |= VME_USER; in ca91cx42_slave_get()
489 *cycle |= VME_PROG; in ca91cx42_slave_get()
491 *cycle |= VME_DATA; in ca91cx42_slave_get()
591 u32 cycle, u32 dwidth) in ca91cx42_master_set() argument
656 if (cycle & VME_BLT) in ca91cx42_master_set()
658 if (cycle & VME_MBLT) in ca91cx42_master_set()
717 if (cycle & VME_SUPER) in ca91cx42_master_set()
719 if (cycle & VME_PROG) in ca91cx42_master_set()
748 u32 *aspace, u32 *cycle, u32 *dwidth) in __ca91cx42_master_get() argument
769 *cycle = 0; in __ca91cx42_master_get()
800 *cycle |= VME_BLT; in __ca91cx42_master_get()
802 *cycle |= VME_SCT; in __ca91cx42_master_get()
805 *cycle |= VME_SUPER; in __ca91cx42_master_get()
807 *cycle |= VME_USER; in __ca91cx42_master_get()
810 *cycle = VME_PROG; in __ca91cx42_master_get()
812 *cycle = VME_DATA; in __ca91cx42_master_get()
835 u32 *cycle, u32 *dwidth) in ca91cx42_master_get() argument
842 cycle, dwidth); in ca91cx42_master_get()
1065 if ((vme_attr->cycle & ~(VME_SCT | VME_BLT | VME_SUPER | VME_USER | in ca91cx42_dma_list_add()
1084 if (vme_attr->cycle & VME_BLT) in ca91cx42_dma_list_add()
1129 if (vme_attr->cycle & VME_SUPER) in ca91cx42_dma_list_add()
1131 if (vme_attr->cycle & VME_PROG) in ca91cx42_dma_list_add()
1294 unsigned long long lm_base, u32 aspace, u32 cycle) in ca91cx42_lm_set() argument
1341 if (cycle & VME_SUPER) in ca91cx42_lm_set()
1343 if (cycle & VME_USER) in ca91cx42_lm_set()
1345 if (cycle & VME_PROG) in ca91cx42_lm_set()
1347 if (cycle & VME_DATA) in ca91cx42_lm_set()
1362 unsigned long long *lm_base, u32 *aspace, u32 *cycle) in ca91cx42_lm_get() argument
1384 *cycle = 0; in ca91cx42_lm_get()
1386 *cycle |= VME_SUPER; in ca91cx42_lm_get()
1388 *cycle |= VME_USER; in ca91cx42_lm_get()
1390 *cycle |= VME_PROG; in ca91cx42_lm_get()
1392 *cycle |= VME_DATA; in ca91cx42_lm_get()