Home
last modified time | relevance | path

Searched hist:"2 de4823d" (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/nios2/include/asm/
H A Dio.h2de4823d Mon Oct 26 20:02:17 CDT 2015 Thomas Chou <thomas@wytron.com.tw> nios2: change virt_to_phys to use physaddr_mask in global data

As virt_to_phys() is used a lot in DMA transfer, change it
to use physaddr_mask in global data. This will save an "if"
statement and get a little faster.

Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Acked-by: Marek Vasut <marex@denx.de>
H A Dglobal_data.h2de4823d Mon Oct 26 20:02:17 CDT 2015 Thomas Chou <thomas@wytron.com.tw> nios2: change virt_to_phys to use physaddr_mask in global data

As virt_to_phys() is used a lot in DMA transfer, change it
to use physaddr_mask in global data. This will save an "if"
statement and get a little faster.

Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Acked-by: Marek Vasut <marex@denx.de>
/openbmc/u-boot/arch/nios2/cpu/
H A Dcpu.c2de4823d Mon Oct 26 20:02:17 CDT 2015 Thomas Chou <thomas@wytron.com.tw> nios2: change virt_to_phys to use physaddr_mask in global data

As virt_to_phys() is used a lot in DMA transfer, change it
to use physaddr_mask in global data. This will save an "if"
statement and get a little faster.

Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Acked-by: Marek Vasut <marex@denx.de>