Symbol: LOG_PARSE
arch/powerpc/platforms/powermac/pfunc_core.c
142
LOG_PARSE("pmf: write_gpio(value: %02x, mask: %02x)\n", value, mask);
arch/powerpc/platforms/powermac/pfunc_core.c
153
LOG_PARSE("pmf: read_gpio(mask: %02x, rshift: %d, xor: %02x)\n",
arch/powerpc/platforms/powermac/pfunc_core.c
165
LOG_PARSE("pmf: write_reg32(offset: %08x, value: %08x, mask: %08x)\n",
arch/powerpc/platforms/powermac/pfunc_core.c
175
LOG_PARSE("pmf: read_reg32(offset: %08x)\n", offset);
arch/powerpc/platforms/powermac/pfunc_core.c
187
LOG_PARSE("pmf: write_reg16(offset: %08x, value: %04x, mask: %04x)\n",
arch/powerpc/platforms/powermac/pfunc_core.c
197
LOG_PARSE("pmf: read_reg16(offset: %08x)\n", offset);
arch/powerpc/platforms/powermac/pfunc_core.c
209
LOG_PARSE("pmf: write_reg8(offset: %08x, value: %02x, mask: %02x)\n",
arch/powerpc/platforms/powermac/pfunc_core.c
219
LOG_PARSE("pmf: read_reg8(offset: %08x)\n", offset);
arch/powerpc/platforms/powermac/pfunc_core.c
228
LOG_PARSE("pmf: delay(duration: %d us)\n", duration);
arch/powerpc/platforms/powermac/pfunc_core.c
239
LOG_PARSE("pmf: wait_reg32(offset: %08x, comp_value: %08x,mask: %08x)\n",
arch/powerpc/platforms/powermac/pfunc_core.c
251
LOG_PARSE("pmf: wait_reg16(offset: %08x, comp_value: %04x,mask: %04x)\n",
arch/powerpc/platforms/powermac/pfunc_core.c
263
LOG_PARSE("pmf: wait_reg8(offset: %08x, comp_value: %02x,mask: %02x)\n",
arch/powerpc/platforms/powermac/pfunc_core.c
273
LOG_PARSE("pmf: read_i2c(bytes: %ud)\n", bytes);
arch/powerpc/platforms/powermac/pfunc_core.c
283
LOG_PARSE("pmf: write_i2c(bytes: %ud) ...\n", bytes);
arch/powerpc/platforms/powermac/pfunc_core.c
298
LOG_PARSE("pmf: rmw_i2c(maskbytes: %ud, valuebytes: %ud, "
arch/powerpc/platforms/powermac/pfunc_core.c
313
LOG_PARSE("pmf: read_cfg(offset: %x, bytes: %ud)\n", offset, bytes);
arch/powerpc/platforms/powermac/pfunc_core.c
325
LOG_PARSE("pmf: write_cfg(offset: %x, bytes: %ud)\n", offset, bytes);
arch/powerpc/platforms/powermac/pfunc_core.c
340
LOG_PARSE("pmf: rmw_cfg(maskbytes: %ud, valuebytes: %ud,"
arch/powerpc/platforms/powermac/pfunc_core.c
356
LOG_PARSE("pmf: read_i2c_sub(subaddr: %x, bytes: %ud)\n",
arch/powerpc/platforms/powermac/pfunc_core.c
368
LOG_PARSE("pmf: write_i2c_sub(subaddr: %x, bytes: %ud) ...\n",
arch/powerpc/platforms/powermac/pfunc_core.c
379
LOG_PARSE("pmf: set_i2c_mode(mode: %d)\n", mode);
arch/powerpc/platforms/powermac/pfunc_core.c
394
LOG_PARSE("pmf: rmw_i2c_sub(subaddr: %x, maskbytes: %ud, valuebytes: %ud"
arch/powerpc/platforms/powermac/pfunc_core.c
412
LOG_PARSE("pmf: read_reg32_msrx(offset: %x, mask: %x, shift: %x,"
arch/powerpc/platforms/powermac/pfunc_core.c
426
LOG_PARSE("pmf: read_reg16_msrx(offset: %x, mask: %x, shift: %x,"
arch/powerpc/platforms/powermac/pfunc_core.c
439
LOG_PARSE("pmf: read_reg8_msrx(offset: %x, mask: %x, shift: %x,"
arch/powerpc/platforms/powermac/pfunc_core.c
452
LOG_PARSE("pmf: write_reg32_slm(offset: %x, shift: %x, mask: %x\n",
arch/powerpc/platforms/powermac/pfunc_core.c
465
LOG_PARSE("pmf: write_reg16_slm(offset: %x, shift: %x, mask: %x\n",
arch/powerpc/platforms/powermac/pfunc_core.c
478
LOG_PARSE("pmf: write_reg8_slm(offset: %x, shift: %x, mask: %x\n",
arch/powerpc/platforms/powermac/pfunc_core.c
491
LOG_PARSE("pmf: mask_and_compare(length: %ud ...\n", bytes);
arch/powerpc/platforms/powermac/pfunc_core.c
594
LOG_PARSE("pmf: func %s, %d bytes, %s...\n",