Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/staging/vme_user/
Dvme_fake.c287 case VME_D32: in fake_master_set()
555 if ((dwidth == VME_D16) || (dwidth == VME_D32)) { in fake_master_read()
570 if (dwidth == VME_D32) { in fake_master_read()
594 if ((dwidth == VME_D16) || (dwidth == VME_D32)) { in fake_master_read()
744 if ((dwidth == VME_D16) || (dwidth == VME_D32)) { in fake_master_write()
759 if (dwidth == VME_D32) { in fake_master_write()
783 if ((dwidth == VME_D16) || (dwidth == VME_D32)) { in fake_master_write()
1124 master_image->width_attr = VME_D16 | VME_D32; in fake_init()
Dvme.h51 #define VME_D32 0x4 macro
Dvme_tsi148.c941 case VME_D32: in tsi148_master_set()
1140 *dwidth = VME_D32; in __tsi148_master_get()
1452 case VME_D32: in tsi148_dma_set_vme_src_attributes()
1550 case VME_D32: in tsi148_dma_set_vme_dest_attributes()
2372 master_image->width_attr = VME_D16 | VME_D32; in tsi148_probe()
Dvme_user.c600 VME_D32); in vme_user_probe()