Home
last modified time | relevance | path

Searched refs:VME_PROG (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/vme/bridges/
Dvme_ca91cx42.c430 if (cycle & VME_PROG) in ca91cx42_slave_set()
496 *cycle |= VME_PROG; in ca91cx42_slave_get()
728 if (cycle & VME_PROG) in ca91cx42_master_set()
819 *cycle = VME_PROG; in __ca91cx42_master_get()
1079 VME_PROG | VME_DATA)) != 0) { in ca91cx42_dma_list_add()
1144 if (vme_attr->cycle & VME_PROG) in ca91cx42_dma_list_add()
1358 if (cycle & VME_PROG) in ca91cx42_lm_set()
1403 *cycle |= VME_PROG; in ca91cx42_lm_get()
1707 VME_SUPER | VME_USER | VME_PROG | VME_DATA; in ca91cx42_probe()
1739 VME_SUPER | VME_USER | VME_PROG | VME_DATA; in ca91cx42_probe()
Dvme_tsi148.c601 if (cycle & VME_PROG) in tsi148_slave_set()
712 *cycle |= VME_PROG; in tsi148_slave_get()
1012 if (cycle & VME_PROG) in tsi148_master_set()
1153 *cycle |= VME_PROG; in __tsi148_master_get()
1519 if (cycle & VME_PROG) in tsi148_dma_set_vme_src_attributes()
1619 if (cycle & VME_PROG) in tsi148_dma_set_vme_dest_attributes()
1983 if (cycle & VME_PROG) in tsi148_lm_set()
2039 *cycle |= VME_PROG; in tsi148_lm_get()
2410 VME_PROG | VME_DATA; in tsi148_probe()
2439 VME_PROG | VME_DATA; in tsi148_probe()
/linux-4.4.14/include/linux/
Dvme.h44 #define VME_PROG 0x4000 macro