When we retrieve property values, we need to use fdt32_to_cpu (aka be32_to_cpu) for endian conversion. This is a bit error-prone, but sparse is useful to detect endian mismatch. We need to use (fdt32_t *) instead of (u32 *) for a pointer of a property value. Otherwise sparse...
*out = fdt32_to_cpu(result);return 0; }int fdt_find_irq_parent_offset(const void *fdt, int offset) { uint32_t irq_parent;0 comments on commit 1d38370 Please sign in to comment. Footer © 2024 GitHub, Inc. Footer navigation Terms Privacy Security Status Docs Contact Manage cookies...
(苏州总公司)1、半导体封装设备备件维修业务提供切割机主轴(Spindle)维修;切割机微孔陶瓷工作台表面研磨、更换陶瓷以及特殊尺寸定做;设备PLC控制改造,软件控制部分改善;减薄机陶瓷机械手定做;清洗机二流(2 Stream Nozzie)改造;W/B设备铜线机改造;针对LED产品进行的设备改造;马达控制板,通讯板,I/O板及CPU主板等的维修...
propcells[cellnum++] = cpu_to_be32(value); } return qemu_devtree_setprop(fdt, node_path, property, propcells, cellnum * sizeof(uint32_t)); return qemu_fdt_setprop(fdt, node_path, property, propcells, cellnum * sizeof(uint32_t)); } 24 changes: 12 additions & 12 deletions 24 ...