LOG_PARSE
LOG_PARSE("pmf: write_gpio(value: %02x, mask: %02x)\n", value, mask);
LOG_PARSE("pmf: read_gpio(mask: %02x, rshift: %d, xor: %02x)\n",
LOG_PARSE("pmf: write_reg32(offset: %08x, value: %08x, mask: %08x)\n",
LOG_PARSE("pmf: read_reg32(offset: %08x)\n", offset);
LOG_PARSE("pmf: write_reg16(offset: %08x, value: %04x, mask: %04x)\n",
LOG_PARSE("pmf: read_reg16(offset: %08x)\n", offset);
LOG_PARSE("pmf: write_reg8(offset: %08x, value: %02x, mask: %02x)\n",
LOG_PARSE("pmf: read_reg8(offset: %08x)\n", offset);
LOG_PARSE("pmf: delay(duration: %d us)\n", duration);
LOG_PARSE("pmf: wait_reg32(offset: %08x, comp_value: %08x,mask: %08x)\n",
LOG_PARSE("pmf: wait_reg16(offset: %08x, comp_value: %04x,mask: %04x)\n",
LOG_PARSE("pmf: wait_reg8(offset: %08x, comp_value: %02x,mask: %02x)\n",
LOG_PARSE("pmf: read_i2c(bytes: %ud)\n", bytes);
LOG_PARSE("pmf: write_i2c(bytes: %ud) ...\n", bytes);
LOG_PARSE("pmf: rmw_i2c(maskbytes: %ud, valuebytes: %ud, "
LOG_PARSE("pmf: read_cfg(offset: %x, bytes: %ud)\n", offset, bytes);
LOG_PARSE("pmf: write_cfg(offset: %x, bytes: %ud)\n", offset, bytes);
LOG_PARSE("pmf: rmw_cfg(maskbytes: %ud, valuebytes: %ud,"
LOG_PARSE("pmf: read_i2c_sub(subaddr: %x, bytes: %ud)\n",
LOG_PARSE("pmf: write_i2c_sub(subaddr: %x, bytes: %ud) ...\n",
LOG_PARSE("pmf: set_i2c_mode(mode: %d)\n", mode);
LOG_PARSE("pmf: rmw_i2c_sub(subaddr: %x, maskbytes: %ud, valuebytes: %ud"
LOG_PARSE("pmf: read_reg32_msrx(offset: %x, mask: %x, shift: %x,"
LOG_PARSE("pmf: read_reg16_msrx(offset: %x, mask: %x, shift: %x,"
LOG_PARSE("pmf: read_reg8_msrx(offset: %x, mask: %x, shift: %x,"
LOG_PARSE("pmf: write_reg32_slm(offset: %x, shift: %x, mask: %x\n",
LOG_PARSE("pmf: write_reg16_slm(offset: %x, shift: %x, mask: %x\n",
LOG_PARSE("pmf: write_reg8_slm(offset: %x, shift: %x, mask: %x\n",
LOG_PARSE("pmf: mask_and_compare(length: %ud ...\n", bytes);
LOG_PARSE("pmf: func %s, %d bytes, %s...\n",