Lines Matching refs:cycle
343 dma_addr_t pci_base, u32 aspace, u32 cycle) in ca91cx42_slave_set() argument
427 if (cycle & VME_SUPER) in ca91cx42_slave_set()
429 if (cycle & VME_USER) in ca91cx42_slave_set()
431 if (cycle & VME_PROG) in ca91cx42_slave_set()
433 if (cycle & VME_DATA) in ca91cx42_slave_set()
449 dma_addr_t *pci_base, u32 *aspace, u32 *cycle) in ca91cx42_slave_get() argument
476 *cycle = 0; in ca91cx42_slave_get()
493 *cycle |= VME_SUPER; in ca91cx42_slave_get()
495 *cycle |= VME_USER; in ca91cx42_slave_get()
497 *cycle |= VME_PROG; in ca91cx42_slave_get()
499 *cycle |= VME_DATA; in ca91cx42_slave_get()
601 u32 cycle, u32 dwidth) in ca91cx42_master_set() argument
666 if (cycle & VME_BLT) in ca91cx42_master_set()
668 if (cycle & VME_MBLT) in ca91cx42_master_set()
727 if (cycle & VME_SUPER) in ca91cx42_master_set()
729 if (cycle & VME_PROG) in ca91cx42_master_set()
758 u32 *aspace, u32 *cycle, u32 *dwidth) in __ca91cx42_master_get() argument
779 *cycle = 0; in __ca91cx42_master_get()
810 *cycle |= VME_BLT; in __ca91cx42_master_get()
812 *cycle |= VME_SCT; in __ca91cx42_master_get()
815 *cycle |= VME_SUPER; in __ca91cx42_master_get()
817 *cycle |= VME_USER; in __ca91cx42_master_get()
820 *cycle = VME_PROG; in __ca91cx42_master_get()
822 *cycle = VME_DATA; in __ca91cx42_master_get()
845 u32 *cycle, u32 *dwidth) in ca91cx42_master_get() argument
852 cycle, dwidth); in ca91cx42_master_get()
1079 if ((vme_attr->cycle & ~(VME_SCT | VME_BLT | VME_SUPER | VME_USER | in ca91cx42_dma_list_add()
1098 if (vme_attr->cycle & VME_BLT) in ca91cx42_dma_list_add()
1143 if (vme_attr->cycle & VME_SUPER) in ca91cx42_dma_list_add()
1145 if (vme_attr->cycle & VME_PROG) in ca91cx42_dma_list_add()
1296 unsigned long long lm_base, u32 aspace, u32 cycle) in ca91cx42_lm_set() argument
1343 if (cycle & VME_SUPER) in ca91cx42_lm_set()
1345 if (cycle & VME_USER) in ca91cx42_lm_set()
1347 if (cycle & VME_PROG) in ca91cx42_lm_set()
1349 if (cycle & VME_DATA) in ca91cx42_lm_set()
1364 unsigned long long *lm_base, u32 *aspace, u32 *cycle) in ca91cx42_lm_get() argument
1386 *cycle = 0; in ca91cx42_lm_get()
1388 *cycle |= VME_SUPER; in ca91cx42_lm_get()
1390 *cycle |= VME_USER; in ca91cx42_lm_get()
1392 *cycle |= VME_PROG; in ca91cx42_lm_get()
1394 *cycle |= VME_DATA; in ca91cx42_lm_get()