Lines Matching refs:dwidth
58 u32 dwidth; member
253 u32 aspace, u32 cycle, u32 dwidth) in fake_master_set() argument
284 switch (dwidth) { in fake_master_set()
322 bridge->masters[i].dwidth = dwidth; in fake_master_set()
340 u32 *aspace, u32 *cycle, u32 *dwidth) in __fake_master_get() argument
354 *dwidth = bridge->masters[i].dwidth; in __fake_master_get()
362 u32 *aspace, u32 *cycle, u32 *dwidth) in fake_master_get() argument
369 cycle, dwidth); in fake_master_get()
517 u32 aspace, cycle, dwidth; in fake_master_read() local
534 dwidth = priv->masters[i].dwidth; in fake_master_read()
552 if ((dwidth == VME_D16) || (dwidth == VME_D32)) { in fake_master_read()
567 if (dwidth == VME_D32) { in fake_master_read()
574 } else if (dwidth == VME_D16) { in fake_master_read()
581 } else if (dwidth == VME_D8) { in fake_master_read()
591 if ((dwidth == VME_D16) || (dwidth == VME_D32)) { in fake_master_read()
706 u32 aspace, cycle, dwidth; in fake_master_write() local
724 dwidth = bridge->masters[i].dwidth; in fake_master_write()
738 if ((dwidth == VME_D16) || (dwidth == VME_D32)) { in fake_master_write()
753 if (dwidth == VME_D32) { in fake_master_write()
760 } else if (dwidth == VME_D16) { in fake_master_write()
767 } else if (dwidth == VME_D8) { in fake_master_write()
777 if ((dwidth == VME_D16) || (dwidth == VME_D32)) { in fake_master_write()