Home
last modified time | relevance | path

Searched hist:"53 eb45ef40b696c0e2d9d5bf4b691a97e8d8ea64" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/include/asm/
H A Dsystem.h53eb45ef40b696c0e2d9d5bf4b691a97e8d8ea64 Wed Mar 16 14:41:20 UTC 2016 Alexander Graf <agraf@suse.de> arm64: Add 32bit arm compatible dcache definitions

We want to be able to reuse device drivers from 32bit code, so let's add
definitions for all the dcache options that 32bit code has.

While at it, fix up the DCACHE_OFF configuration. That was setting the bits
to declare a PTE a PTE and left the MAIR index bit at 0. Drop the useless
bits and make the index explicit.

Signed-off-by: Alexander Graf <agraf@suse.de>