Searched refs:saved_params (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/ps3/
H A Dos-area.c204 * struct saved_params - Static working copies of data from the PS3 'os area'.
212 struct saved_params { struct
216 } static saved_params; variable
220 .length = sizeof(saved_params.rtc_diff),
221 .value = &saved_params.rtc_diff,
226 .length = sizeof(saved_params.av_multi_out),
227 .value = &saved_params.av_multi_out,
269 * os_area_set_property - Add or overwrite a saved_params value to the device tree.
293 * os_area_get_property - Get a saved_params value from the device tree.
668 db_set_64(db, &os_area_db_id_rtc_diff, saved_params
[all...]

Completed in 97 milliseconds