/openbmc/linux/arch/powerpc/include/asm/ |
H A D | device.h | diff 738ef42e32fe95553a424c04016b936c9f6c9afb Mon Sep 21 03:26:35 CDT 2009 Becky Bruce <beckyb@kernel.crashing.org> powerpc: Change archdata dma_data to a union
Sometimes this is used to hold a simple offset, and sometimes it is used to hold a pointer. This patch changes it to a union containing void * and dma_addr_t. get/set accessors are also provided, because it was getting a bit ugly to get to the actual data.
Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
|
H A D | iommu.h | diff 738ef42e32fe95553a424c04016b936c9f6c9afb Mon Sep 21 03:26:35 CDT 2009 Becky Bruce <beckyb@kernel.crashing.org> powerpc: Change archdata dma_data to a union
Sometimes this is used to hold a simple offset, and sometimes it is used to hold a pointer. This patch changes it to a union containing void * and dma_addr_t. get/set accessors are also provided, because it was getting a bit ugly to get to the actual data.
Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
|
/openbmc/linux/arch/powerpc/platforms/pasemi/ |
H A D | iommu.c | diff 738ef42e32fe95553a424c04016b936c9f6c9afb Mon Sep 21 03:26:35 CDT 2009 Becky Bruce <beckyb@kernel.crashing.org> powerpc: Change archdata dma_data to a union
Sometimes this is used to hold a simple offset, and sometimes it is used to hold a pointer. This patch changes it to a union containing void * and dma_addr_t. get/set accessors are also provided, because it was getting a bit ugly to get to the actual data.
Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | dma-iommu.c | diff 738ef42e32fe95553a424c04016b936c9f6c9afb Mon Sep 21 03:26:35 CDT 2009 Becky Bruce <beckyb@kernel.crashing.org> powerpc: Change archdata dma_data to a union
Sometimes this is used to hold a simple offset, and sometimes it is used to hold a pointer. This patch changes it to a union containing void * and dma_addr_t. get/set accessors are also provided, because it was getting a bit ugly to get to the actual data.
Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
|
H A D | pci-common.c | diff 738ef42e32fe95553a424c04016b936c9f6c9afb Mon Sep 21 03:26:35 CDT 2009 Becky Bruce <beckyb@kernel.crashing.org> powerpc: Change archdata dma_data to a union
Sometimes this is used to hold a simple offset, and sometimes it is used to hold a pointer. This patch changes it to a union containing void * and dma_addr_t. get/set accessors are also provided, because it was getting a bit ugly to get to the actual data.
Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
|
/openbmc/linux/arch/powerpc/sysdev/ |
H A D | dart_iommu.c | diff 738ef42e32fe95553a424c04016b936c9f6c9afb Mon Sep 21 03:26:35 CDT 2009 Becky Bruce <beckyb@kernel.crashing.org> powerpc: Change archdata dma_data to a union
Sometimes this is used to hold a simple offset, and sometimes it is used to hold a pointer. This patch changes it to a union containing void * and dma_addr_t. get/set accessors are also provided, because it was getting a bit ugly to get to the actual data.
Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
|
/openbmc/linux/arch/powerpc/platforms/cell/ |
H A D | iommu.c | diff 738ef42e32fe95553a424c04016b936c9f6c9afb Mon Sep 21 03:26:35 CDT 2009 Becky Bruce <beckyb@kernel.crashing.org> powerpc: Change archdata dma_data to a union
Sometimes this is used to hold a simple offset, and sometimes it is used to hold a pointer. This patch changes it to a union containing void * and dma_addr_t. get/set accessors are also provided, because it was getting a bit ugly to get to the actual data.
Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | iommu.c | diff 738ef42e32fe95553a424c04016b936c9f6c9afb Mon Sep 21 03:26:35 CDT 2009 Becky Bruce <beckyb@kernel.crashing.org> powerpc: Change archdata dma_data to a union
Sometimes this is used to hold a simple offset, and sometimes it is used to hold a pointer. This patch changes it to a union containing void * and dma_addr_t. get/set accessors are also provided, because it was getting a bit ugly to get to the actual data.
Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
|