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

/linux-4.1.27/arch/powerpc/platforms/pseries/
H A Dmobility.c136 char *prop_data; update_dt_node() local
165 prop_data = rtas_buf + sizeof(*upwa); update_dt_node()
173 if (*prop_data == 0) { update_dt_node()
174 prop_data++; update_dt_node()
175 vd = be32_to_cpu(*(__be32 *)prop_data); update_dt_node()
176 prop_data += vd + sizeof(vd); update_dt_node()
183 prop_name = prop_data; update_dt_node()
184 prop_data += strlen(prop_name) + 1; update_dt_node()
185 vd = be32_to_cpu(*(__be32 *)prop_data); update_dt_node()
186 prop_data += sizeof(vd); update_dt_node()
201 vd, prop_data); update_dt_node()
207 prop_data += vd; update_dt_node()
/linux-4.1.27/arch/powerpc/sysdev/
H A Dmsi_bitmap.c212 u32 prop_data[] = { 10, 10, 25, 3, 40, 1, 100, 100, 200, 20 }; test_of_node() local
241 prop.value = &prop_data; test_of_node()
242 prop.length = sizeof(prop_data); test_of_node()

Completed in 113 milliseconds