Re: [U-Boot] a question about the source of uboot(for armv8).

2017-07-21 Thread Jean-Jacques Hiblot
On 15/02/2017 12:57, 水中有泪 wrote: Hi Haikun Wang, I have a question about the source of uboot. http://lists.denx.de/pipermail/u-boot/2015-June/217446.html u32 __iomem *dcfg_ccsr = (u32 __iomem *)DCFG_BASE; val = in_le32(dcfg_ccsr + DCFG_RCWSR13 / 4); The question is this, why does

[U-Boot] a question about the source of uboot(for armv8).

2017-02-15 Thread ????????
Hi Haikun Wang, I have a question about the source of uboot. http://lists.denx.de/pipermail/u-boot/2015-June/217446.html >u32 __iomem *dcfg_ccsr = (u32 __iomem *)DCFG_BASE; >val = in_le32(dcfg_ccsr + DCFG_RCWSR13 / 4); The question is this, why does DCFG_RCWSR13 device by 4.