Searched hist:"611 fe0bddb071e439d65f833e55361aecba87d82" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | xilinx_emaclite.c | 611fe0bddb071e439d65f833e55361aecba87d82 Wed Jul 27 11:25:08 UTC 2016 Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> net: emaclite: use __raw_readl/writel instead of weird define
out_be32 and in_be32 are actually #defined to little endian writel/readl in arch/microblaze.
Just use __raw_writel/readl instead. That is also what is used in the Linux kernel driver for this IP block
Tested on MIPSfpga. Can tftp a kernel.
Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> Reviewed-by: Paul Burton <paul.burton@imgtec.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
|