summaryrefslogtreecommitdiff
path: root/arch/sh/include/cpu-sh2a/cpu/addrspace.h
blob: 3afa46c09fb5315993e40d81a639520f55be926b (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_SH_CPU_SH2A_ADDRSPACE_H
#define __ASM_SH_CPU_SH2A_ADDRSPACE_H

#define P0SEG		0x00000000
#define P1SEG		0x00000000
#define P2SEG		0x20000000
#define P3SEG		0x40000000
#define P4SEG		0x60000000

#endif /* __ASM_SH_CPU_SH2A_ADDRSPACE_H */
t.c?id=5a84292271402cffe0717bc58e2ad9a0c7977272'>dma-mapping: remove dma_cache_syncChristoph Hellwig 2020-09-11MIPS: make dma_sync_*_for_cpu a little less overzealousChristoph Hellwig 2020-05-28MIPS: CPU_LOONGSON2EF need software to maintain cache consistencyLichao Liu 2020-03-16dma-direct: make uncached_kernel_address more generalChristoph Hellwig 2020-03-16dma-direct: remove the cached_kernel_address hookChristoph Hellwig 2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig 2019-11-11dma-direct: provide mmap and get_sgtable method overridesChristoph Hellwig 2019-08-29dma-mapping: remove arch_dma_mmap_pgprotChristoph Hellwig 2019-06-03MIPS: use the generic uncached segment support in dma-directChristoph Hellwig 2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds 2019-02-19MIPS: dma-noncoherent: Remove bogus condition in dma_sync_phys()Paul Burton 2019-02-13dma-mapping: add a kconfig symbol for arch_setup_dma_ops availabilityChristoph Hellwig 2019-01-18MIPS: Compile post DMA flush only when neededHauke Mehrtens 2018-11-05MIPS: Fix `dma_alloc_coherent' returning a non-coherent allocationMaciej W. Rozycki 2018-09-20dma-mapping: consolidate the dma mmap implementationsChristoph Hellwig 2018-09-20dma-mapping: merge direct and noncoherent opsChristoph Hellwig 2018-09-20dma-mapping: move the dma_coherent flag to struct deviceChristoph Hellwig 2018-07-30MIPS: Make (UN)CAC_ADDR() PHYS_OFFSET-agnosticPaul Burton 2018-06-24MIPS: use generic dma noncoherent ops for simple noncoherent platformsChristoph Hellwig 2007-02-13[MIPS] Unify dma-{coherent,noncoherent.ip27,ip32}Ralf Baechle 2006-12-07[PATCH] Pass struct dev pointer to dma_cache_sync()Ralf Baechle 2006-12-07[PATCH] Add struct dev pointer to dma_is_consistent()Ralf Baechle