Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/staging/vme_user/
Dvme_fake.c287 case VME_D32: in fake_master_set()
552 if ((dwidth == VME_D16) || (dwidth == VME_D32)) { in fake_master_read()
567 if (dwidth == VME_D32) { in fake_master_read()
591 if ((dwidth == VME_D16) || (dwidth == VME_D32)) { in fake_master_read()
738 if ((dwidth == VME_D16) || (dwidth == VME_D32)) { in fake_master_write()
753 if (dwidth == VME_D32) { in fake_master_write()
777 if ((dwidth == VME_D16) || (dwidth == VME_D32)) { in fake_master_write()
1119 master_image->width_attr = VME_D16 | VME_D32; in fake_init()
Dvme.h52 #define VME_D32 0x4 macro
Dvme_tsi148.c939 case VME_D32: in tsi148_master_set()
1137 *dwidth = VME_D32; in __tsi148_master_get()
1447 case VME_D32: in tsi148_dma_set_vme_src_attributes()
1545 case VME_D32: in tsi148_dma_set_vme_dest_attributes()
2364 master_image->width_attr = VME_D16 | VME_D32; in tsi148_probe()
Dvme_user.c600 VME_D32); in vme_user_probe()