Home
last modified time | relevance | path

Searched refs:VME_D16 (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/staging/vme_user/
H A Dvme_fake.c286 case VME_D16: in fake_master_set()
551 if ((dwidth == VME_D16) || (dwidth == VME_D32)) { in fake_master_read()
573 } else if (dwidth == VME_D16) { in fake_master_read()
589 if ((dwidth == VME_D16) || (dwidth == VME_D32)) { in fake_master_read()
736 if ((dwidth == VME_D16) || (dwidth == VME_D32)) { in fake_master_write()
758 } else if (dwidth == VME_D16) { in fake_master_write()
774 if ((dwidth == VME_D16) || (dwidth == VME_D32)) { in fake_master_write()
1120 master_image->width_attr = VME_D16 | VME_D32; in fake_init()
H A Dvme.h51 #define VME_D16 0x2 macro