使用地平线J5 写入寄存器数据异常,但是读取数据正常;读取数据正常: return readl(sc->bar0 + (offset<<2)); 写入数据异常:writel(val, sc->bar0 + (offset<<2));