Searched refs:dt_prop (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.c198 #define dt_prop(dt, name, data, len) __dt_prop((dt), DS(name), (data), (len)) macro
201 dt_prop((dt), name, (data), strlen((data)) + 1); /* + 1 for NULL */
218 dt_prop((dt), name, (data), sizeof(u64) * (n))
221 dt_prop((dt), name, (data), sizeof(u32) * (n))
223 #define dt_prop_empty(dt, name) dt_prop((dt), name, NULL, 0)
362 dt_prop(dt, "local-mac-address", (char *)mac_addr, ETH_ALEN);
363 dt_prop(dt, "mac-address", (char *)mac_addr, ETH_ALEN);

Completed in 61 milliseconds