Lines Matching refs:aspace
473 dma_addr_t pci_base, u32 aspace, u32 cycle) in tsi148_slave_set() argument
489 switch (aspace) { in tsi148_slave_set()
618 dma_addr_t *pci_base, u32 *aspace, u32 *cycle) in tsi148_slave_get() argument
656 *aspace = 0; in tsi148_slave_get()
664 *aspace |= VME_A16; in tsi148_slave_get()
668 *aspace |= VME_A24; in tsi148_slave_get()
672 *aspace |= VME_A32; in tsi148_slave_get()
676 *aspace |= VME_A64; in tsi148_slave_get()
808 unsigned long long vme_base, unsigned long long size, u32 aspace, in tsi148_master_set() argument
965 switch (aspace) { in tsi148_master_set()
1050 unsigned long long *vme_base, unsigned long long *size, u32 *aspace, in __tsi148_master_get() argument
1090 *aspace = 0; in __tsi148_master_get()
1099 *aspace |= VME_A16; in __tsi148_master_get()
1101 *aspace |= VME_A24; in __tsi148_master_get()
1103 *aspace |= VME_A32; in __tsi148_master_get()
1105 *aspace |= VME_A64; in __tsi148_master_get()
1107 *aspace |= VME_CRCSR; in __tsi148_master_get()
1109 *aspace |= VME_USER1; in __tsi148_master_get()
1111 *aspace |= VME_USER2; in __tsi148_master_get()
1113 *aspace |= VME_USER3; in __tsi148_master_get()
1115 *aspace |= VME_USER4; in __tsi148_master_get()
1160 unsigned long long *vme_base, unsigned long long *size, u32 *aspace, in tsi148_master_get() argument
1167 retval = __tsi148_master_get(image, enabled, vme_base, size, aspace, in tsi148_master_get()
1180 u32 aspace, cycle, dwidth; in tsi148_master_read() local
1192 __tsi148_master_get(image, &enabled, &vme_base, &size, &aspace, in tsi148_master_read()
1194 handler = vme_register_error_handler(tsi148_bridge, aspace, in tsi148_master_read()
1266 u32 aspace, cycle, dwidth; in tsi148_master_write() local
1282 __tsi148_master_get(image, &enabled, &vme_base, &size, &aspace, in tsi148_master_write()
1284 handler = vme_register_error_handler(tsi148_bridge, aspace, in tsi148_master_write()
1420 u32 aspace, u32 cycle, u32 dwidth) in tsi148_dma_set_vme_src_attributes() argument
1475 switch (aspace) { in tsi148_dma_set_vme_src_attributes()
1520 u32 aspace, u32 cycle, u32 dwidth) in tsi148_dma_set_vme_dest_attributes() argument
1575 switch (aspace) { in tsi148_dma_set_vme_dest_attributes()
1696 vme_attr->aspace, vme_attr->cycle, vme_attr->dwidth); in tsi148_dma_list_add()
1733 vme_attr->aspace, vme_attr->cycle, vme_attr->dwidth); in tsi148_dma_list_add()
1927 u32 aspace, u32 cycle) in tsi148_lm_set() argument
1950 switch (aspace) { in tsi148_lm_set()
1994 unsigned long long *lm_base, u32 *aspace, u32 *cycle) in tsi148_lm_get() argument
2013 *aspace |= VME_A16; in tsi148_lm_get()
2016 *aspace |= VME_A24; in tsi148_lm_get()
2019 *aspace |= VME_A32; in tsi148_lm_get()
2022 *aspace |= VME_A64; in tsi148_lm_get()