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

/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-nand.c194 #define CVMX_NAND_LOG_PARAM(format, param) \ macro
408 CVMX_NAND_LOG_PARAM("%d", chip);
468 CVMX_NAND_LOG_PARAM("0x%x", flags);
864 CVMX_NAND_LOG_PARAM("0x%llx", (ULL)cmd.u64[0]);
865 CVMX_NAND_LOG_PARAM("0x%llx", (ULL)cmd.u64[1]);
866 CVMX_NAND_LOG_PARAM("%s", cvmx_nand_opcode_labels[cmd.s.op_code]);
1134 CVMX_NAND_LOG_PARAM("%d", chip);
1135 CVMX_NAND_LOG_PARAM("%d", is_write);
1136 CVMX_NAND_LOG_PARAM("0x%llx", (ULL)buffer_address);
1137 CVMX_NAND_LOG_PARAM("
[all...]

Completed in 27 milliseconds