Home
last modified time | relevance | path

Searched refs:VME_D32 (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/vme/bridges/
Dvme_fake.c291 case VME_D32: in fake_master_set()
556 if ((dwidth == VME_D16) || (dwidth == VME_D32)) { in fake_master_read()
571 if (dwidth == VME_D32) { in fake_master_read()
595 if ((dwidth == VME_D16) || (dwidth == VME_D32)) { in fake_master_read()
742 if ((dwidth == VME_D16) || (dwidth == VME_D32)) { in fake_master_write()
757 if (dwidth == VME_D32) { in fake_master_write()
781 if ((dwidth == VME_D16) || (dwidth == VME_D32)) { in fake_master_write()
1122 master_image->width_attr = VME_D16 | VME_D32; in fake_init()
Dvme_ca91cx42.c674 case VME_D32: in ca91cx42_master_set()
827 *dwidth = VME_D32; in __ca91cx42_master_get()
1099 case VME_D32: in ca91cx42_dma_list_add()
1692 master_image->width_attr = VME_D8 | VME_D16 | VME_D32 | VME_D64; in ca91cx42_probe()
Dvme_tsi148.c957 case VME_D32: in tsi148_master_set()
1157 *dwidth = VME_D32; in __tsi148_master_get()
1470 case VME_D32: in tsi148_dma_set_vme_src_attributes()
1570 case VME_D32: in tsi148_dma_set_vme_dest_attributes()
2400 master_image->width_attr = VME_D16 | VME_D32; in tsi148_probe()
/Linux-v4.19/include/linux/
Dvme.h51 #define VME_D32 0x4 macro
/Linux-v4.19/drivers/staging/vme/devices/
Dvme_user.c600 VME_D32); in vme_user_probe()