• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/powermac/

Lines Matching refs:LOG_PARSE

15 #define LOG_PARSE(fmt...)
125 LOG_PARSE("pmf: write_gpio(value: %02x, mask: %02x)\n", value, mask);
136 LOG_PARSE("pmf: read_gpio(mask: %02x, rshift: %d, xor: %02x)\n",
148 LOG_PARSE("pmf: write_reg32(offset: %08x, value: %08x, mask: %08x)\n",
158 LOG_PARSE("pmf: read_reg32(offset: %08x)\n", offset);
170 LOG_PARSE("pmf: write_reg16(offset: %08x, value: %04x, mask: %04x)\n",
180 LOG_PARSE("pmf: read_reg16(offset: %08x)\n", offset);
192 LOG_PARSE("pmf: write_reg8(offset: %08x, value: %02x, mask: %02x)\n",
202 LOG_PARSE("pmf: read_reg8(offset: %08x)\n", offset);
211 LOG_PARSE("pmf: delay(duration: %d us)\n", duration);
222 LOG_PARSE("pmf: wait_reg32(offset: %08x, comp_value: %08x,mask: %08x)\n",
234 LOG_PARSE("pmf: wait_reg16(offset: %08x, comp_value: %04x,mask: %04x)\n",
246 LOG_PARSE("pmf: wait_reg8(offset: %08x, comp_value: %02x,mask: %02x)\n",
256 LOG_PARSE("pmf: read_i2c(bytes: %ud)\n", bytes);
266 LOG_PARSE("pmf: write_i2c(bytes: %ud) ...\n", bytes);
281 LOG_PARSE("pmf: rmw_i2c(maskbytes: %ud, valuebytes: %ud, "
296 LOG_PARSE("pmf: read_cfg(offset: %x, bytes: %ud)\n", offset, bytes);
308 LOG_PARSE("pmf: write_cfg(offset: %x, bytes: %ud)\n", offset, bytes);
323 LOG_PARSE("pmf: rmw_cfg(maskbytes: %ud, valuebytes: %ud,"
339 LOG_PARSE("pmf: read_i2c_sub(subaddr: %x, bytes: %ud)\n",
351 LOG_PARSE("pmf: write_i2c_sub(subaddr: %x, bytes: %ud) ...\n",
362 LOG_PARSE("pmf: set_i2c_mode(mode: %d)\n", mode);
377 LOG_PARSE("pmf: rmw_i2c_sub(subaddr: %x, maskbytes: %ud, valuebytes: %ud"
395 LOG_PARSE("pmf: read_reg32_msrx(offset: %x, mask: %x, shift: %x,"
409 LOG_PARSE("pmf: read_reg16_msrx(offset: %x, mask: %x, shift: %x,"
422 LOG_PARSE("pmf: read_reg8_msrx(offset: %x, mask: %x, shift: %x,"
435 LOG_PARSE("pmf: write_reg32_slm(offset: %x, shift: %x, mask: %x\n",
448 LOG_PARSE("pmf: write_reg16_slm(offset: %x, shift: %x, mask: %x\n",
461 LOG_PARSE("pmf: write_reg8_slm(offset: %x, shift: %x, mask: %x\n",
474 LOG_PARSE("pmf: mask_and_compare(length: %ud ...\n", bytes);
577 LOG_PARSE("pmf: func %s, %d bytes, %s...\n",