Searched refs:vme_attr (Results 1 - 3 of 3) sorted by relevance

/drivers/staging/vme/bridges/
H A Dvme_ca91cx42.c1034 struct vme_dma_vme *vme_attr; local
1062 vme_attr = dest->private;
1065 vme_attr = src->private;
1070 if ((vme_attr->aspace & ~(VME_A16 | VME_A24 | VME_A32 | VME_USER1 |
1078 if ((vme_attr->cycle & ~(VME_SCT | VME_BLT | VME_SUPER | VME_USER |
1097 if (vme_attr->cycle & VME_BLT)
1101 switch (vme_attr->dwidth) {
1120 switch (vme_attr->aspace) {
1142 if (vme_attr->cycle & VME_SUPER)
1144 if (vme_attr
[all...]
H A Dvme_tsi148.c1616 struct vme_dma_vme *vme_attr; local
1672 vme_attr = src->private;
1674 reg_split((unsigned long long)vme_attr->address, &address_high,
1682 vme_attr->aspace, vme_attr->cycle, vme_attr->dwidth);
1710 vme_attr = dest->private;
1712 reg_split((unsigned long long)vme_attr->address, &address_high,
1720 vme_attr->aspace, vme_attr
[all...]
/drivers/staging/vme/
H A Dvme.c824 struct vme_dma_vme *vme_attr; local
834 vme_attr = kmalloc(sizeof(struct vme_dma_vme), GFP_KERNEL);
835 if (vme_attr == NULL) {
842 attributes->private = (void *)vme_attr;
844 vme_attr->address = address;
845 vme_attr->aspace = aspace;
846 vme_attr->cycle = cycle;
847 vme_attr->dwidth = dwidth;

Completed in 141 milliseconds