Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/vme/bridges/
Dvme_ca91cx42.c431 if (cycle & VME_PROG) in ca91cx42_slave_set()
497 *cycle |= VME_PROG; in ca91cx42_slave_get()
729 if (cycle & VME_PROG) in ca91cx42_master_set()
820 *cycle = VME_PROG; in __ca91cx42_master_get()
1080 VME_PROG | VME_DATA)) != 0) { in ca91cx42_dma_list_add()
1145 if (vme_attr->cycle & VME_PROG) in ca91cx42_dma_list_add()
1347 if (cycle & VME_PROG) in ca91cx42_lm_set()
1392 *cycle |= VME_PROG; in ca91cx42_lm_get()
1696 VME_SUPER | VME_USER | VME_PROG | VME_DATA; in ca91cx42_probe()
1728 VME_SUPER | VME_USER | VME_PROG | VME_DATA; in ca91cx42_probe()
Dvme_tsi148.c679 if (cycle & VME_PROG) in tsi148_slave_set()
790 *cycle |= VME_PROG; in tsi148_slave_get()
1090 if (cycle & VME_PROG) in tsi148_master_set()
1231 *cycle |= VME_PROG; in __tsi148_master_get()
1595 if (cycle & VME_PROG) in tsi148_dma_set_vme_src_attributes()
1695 if (cycle & VME_PROG) in tsi148_dma_set_vme_dest_attributes()
2047 if (cycle & VME_PROG) in tsi148_lm_set()
2103 *cycle |= VME_PROG; in tsi148_lm_get()
2474 VME_PROG | VME_DATA; in tsi148_probe()
2503 VME_PROG | VME_DATA; in tsi148_probe()
/linux-4.1.27/include/linux/
Dvme.h44 #define VME_PROG 0x4000 macro