Searched refs:dt_prop_u32 (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/iseries/
H A Ddt.c208 #define dt_prop_u32(dt, name, data) __dt_prop_u32((dt), DS(name), (data)) macro
239 dt_prop_u32(dt, "#address-cells", 1);
240 dt_prop_u32(dt, "#size-cells", 0);
257 dt_prop_u32(dt, "i-cache-size", d->xInstCacheSize * 1024);
258 dt_prop_u32(dt, "i-cache-line-size", d->xInstCacheOperandSize);
260 dt_prop_u32(dt, "d-cache-size", d->xDataL1CacheSizeKB * 1024);
261 dt_prop_u32(dt, "d-cache-line-size", d->xDataCacheOperandSize);
264 dt_prop_u32(dt, "clock-frequency",
266 dt_prop_u32(dt, "timebase-frequency",
269 dt_prop_u32(d
[all...]

Completed in 104 milliseconds