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

/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-nvram.c93 const __be32 *nbytes_p; local
99 nbytes_p = of_get_property(np, "#bytes", NULL);
100 if (!nbytes_p) {
104 nvram_size = be32_to_cpup(nbytes_p);
/linux-master/arch/powerpc/platforms/chrp/
H A Dnvram.c70 const __be32 *nbytes_p; local
77 nbytes_p = of_get_property(nvram, "#bytes", &proplen);
78 if (nbytes_p == NULL || proplen != sizeof(unsigned int)) {
83 nvram_size = be32_to_cpup(nbytes_p);
/linux-master/arch/powerpc/platforms/pseries/
H A Dnvram.c215 const __be32 *nbytes_p; local
222 nbytes_p = of_get_property(nvram, "#bytes", &proplen);
223 if (nbytes_p == NULL || proplen != sizeof(unsigned int)) {
228 nvram_size = be32_to_cpup(nbytes_p);

Completed in 121 milliseconds