Lines Matching defs:trace

50 #define trace(fmt, args...) bioslog(TRACE, fmt, ##args)
324 trace("auxch read failed with %d\n", ret);
337 trace("auxch write failed with %d\n", ret);
487 trace("\t[0x%02x] (R[0x%06x] & 0x%08x) == 0x%08x\n",
504 trace("\t[0x%02x] (0x%04x[0x%02x] & 0x%02x) == 0x%02x\n",
598 trace("RESERVED 0x%02x\t", opcode);
612 trace("DONE\n");
632 trace("IO_RESTRICT_PROG\tR[0x%06x] = "
642 trace("\t0x%08x *\n", data);
645 trace("\t0x%08x\n", data);
650 trace("}]\n");
664 trace("REPEAT\t0x%02x\n", count);
673 trace("REPEAT\t0x%02x\n", count);
696 trace("IO_RESTRICT_PLL\tR[0x%06x] =PLL= "
706 trace("\t%dkHz *\n", freq);
711 trace("\t%dkHz\n", freq);
716 trace("}]\n");
726 trace("END_REPEAT\n");
751 trace("COPY\t0x%04x[0x%02x] &= 0x%02x |= "
769 trace("NOT\n");
784 trace("IO_FLAG_CONDITION\t0x%02x\n", cond);
805 trace("GENERIC_CONDITION\t0x%02x 0x%02x\n", cond, size);
855 trace("IO_MASK_OR\t0x03d4[0x%02x] &= ~(1 << 0x%02x)\n", index, or);
874 trace("IO_OR\t0x03d4[0x%02x] |= (1 << 0x%02x)\n", index, or);
892 trace("ANDN_REG\tR[0x%06x] &= ~0x%08x\n", reg, mask);
909 trace("OR_REG\tR[0x%06x] |= 0x%08x\n", reg, mask);
929 trace("INDEX_ADDRESS_LATCHED\tR[0x%06x] : R[0x%06x]\n", creg, dreg);
930 trace("\tCTRL &= 0x%08x |= 0x%08x\n", mask, data);
937 trace("\t[0x%02x] = 0x%02x\n", iaddr, idata);
961 trace("IO_RESTRICT_PLL2\t"
970 trace("\t%dkHz *\n", freq);
973 trace("\t%dkHz\n", freq);
977 trace("}]\n");
991 trace("PLL2\tR[0x%06x] =PLL= %dkHz\n", reg, freq);
1009 trace("I2C_BYTE\tI2C[0x%02x][0x%02x]\n", index, addr);
1018 trace("\t[0x%02x] &= 0x%02x |= 0x%02x\n", reg, mask, data);
1040 trace("ZM_I2C_BYTE\tI2C[0x%02x][0x%02x]\n", index, addr);
1047 trace("\t[0x%02x] = 0x%02x\n", reg, data);
1067 trace("ZM_I2C\tI2C[0x%02x][0x%02x]\n", index, addr);
1072 trace("\t0x%02x\n", data[i]);
1102 trace("TMDS\tT[0x%02x][0x%02x] &= 0x%02x |= 0x%02x\n",
1126 trace("TMDS_ZM_GROUP\tT[0x%02x]\n", tmds);
1133 trace("\t[0x%02x] = 0x%02x\n", addr, data);
1155 trace("CR_INDEX_ADDR C[%02x] C[%02x]\n", addr0, addr1);
1162 trace("\t\t[0x%02x] = 0x%02x\n", base, data);
1184 trace("CR\t\tC[0x%02x] &= 0x%02x |= 0x%02x\n", addr, mask, data);
1202 trace("ZM_CR\tC[0x%02x] = 0x%02x\n", addr, data);
1218 trace("ZM_CR_GROUP\n");
1225 trace("\t\tC[0x%02x] = 0x%02x\n", addr, data);
1244 trace("CONDITION_TIME\t0x%02x 0x%02x\n", cond, retry);
1269 trace("LTIME\t0x%04x\n", msec);
1287 trace("ZM_REG_SEQUENCE\t0x%02x\n", count);
1293 trace("\t\tR[0x%06x] = 0x%08x\n", base, data);
1313 trace("PLL_INDIRECT\tR[0x%06x] =PLL= VBIOS[%04x] = %dkHz\n",
1332 trace("ZM_REG_INDIRECT\tR[0x%06x] = VBIOS[0x%04x] = 0x%08x\n",
1350 trace("SUB_DIRECT\t0x%04x\n", addr);
1375 trace("JUMP\t0x%04x\n", offset);
1398 trace("I2C_IF\tI2C[0x%02x][0x%02x][0x%02x] & 0x%02x == 0x%02x\n",
1426 trace("COPY_NV_REG\tR[0x%06x] &= 0x%08x |= "
1448 trace("ZM_INDEX_IO\tI[0x%04x][0x%02x] = 0x%02x\n", port, index, data);
1463 trace("COMPUTE_MEM\n");
1485 trace("RESET\tR[0x%08x] = 0x%08x, 0x%08x", reg, data1, data2);
1519 trace("CONFIGURE_MEM\n");
1568 trace("CONFIGURE_CLK\n");
1602 trace("CONFIGURE_PREINIT\n");
1631 trace("IO\t\tI[0x%04x] &= 0x%02x |= 0x%02x\n", port, mask, data);
1669 trace("SUB\t0x%02x\n", index);
1696 trace("RAM_CONDITION\t"
1716 trace("NV_REG\tR[0x%06x] &= 0x%08x |= 0x%08x\n", reg, mask, data);
1733 trace("MACRO\t0x%02x\n", macro);
1739 trace("\t\tR[0x%06x] = 0x%08x\n", addr, data);
1753 trace("RESUME\n");
1769 trace("STRAP_CONDITION\t(R[0x101000] & 0x%08x) == 0x%08x\n", mask, value);
1786 trace("TIME\t0x%04x\n", usec);
1807 trace("CONDITION\t0x%02x\n", cond);
1824 trace("IO_CONDITION\t0x%02x\n", cond);
1842 trace("ZM_REG\tR[0x%06x] = 0x%04x\n", addr, data);
1862 trace("INDEX_IO\tI[0x%04x][0x%02x] &= 0x%02x |= 0x%02x\n",
1881 trace("PLL\tR[0x%06x] =PLL= %dkHz\n", reg, freq);
1898 trace("ZM_REG\tR[0x%06x] = 0x%08x\n", addr, data);
1920 trace("RAM_RESTRICT_PLL\t0x%02x\n", type);
1927 trace("%dkHz *\n", freq);
1930 trace("%dkHz\n", freq);
1944 trace("RESET_BEGUN\n");
1955 trace("RESET_END\n");
1968 trace("GPIO\n");
1990 trace("RAM_RESTRICT_ZM_REG_GROUP\t"
1995 trace("\tR[0x%06x] = {\n", addr);
2000 trace("\t\t0x%08x *\n", data);
2003 trace("\t\t0x%08x\n", data);
2008 trace("\t}\n");
2024 trace("COPY_ZM_REG\tR[0x%06x] = R[0x%06x]\n", dreg, sreg);
2041 trace("ZM_REG_GROUP\tR[0x%06x] =\n", addr);
2046 trace("\t0x%08x\n", data);
2069 trace("INIT_XLAT\tR[0x%06x] &= 0x%08x |= "
2093 trace("ZM_MASK_ADD\tR[0x%06x] &= 0x%08x += 0x%08x\n", addr, mask, add);
2112 trace("AUXCH\tAUX[0x%08x] 0x%02x\n", addr, count);
2118 trace("\tAUX[0x%08x] &= 0x%02x |= 0x%02x\n", addr, mask, data);
2136 trace("ZM_AUXCH\tAUX[0x%08x] 0x%02x\n", addr, count);
2141 trace("\tAUX[0x%08x] = 0x%02x\n", addr, data);
2163 trace("I2C_LONG_IF\t"
2200 trace("GPIO_NE\t");
2214 trace("\tFUNC[0x%02x]", func.func);