Home
last modified time | relevance | path

Searched refs:FT_DBG (Results 1 – 2 of 2) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/mtd/nand/raw/hifmc100/
Dhifmc100_spi_general.c34 fmc_pr(FT_DBG, "\t||||-Set CMD[%#x]%#x\n", FMC_CMD, reg); in spi_nand_set_cmd()
37 fmc_pr(FT_DBG, "\t||||-Set ADDRL[%#x]%#x\n", FMC_ADDRL, addr); in spi_nand_set_cmd()
42 fmc_pr(FT_DBG, "\t||||-Set OP_CFG[%#x]%#x\n", FMC_OP_CFG, reg); in spi_nand_set_cmd()
46 fmc_pr(FT_DBG, "\t||||-Set DATA_NUM[%#x]%#x\n", FMC_DATA_NUM, reg); in spi_nand_set_cmd()
54 fmc_pr(FT_DBG, "\t||||-Write IO[%p]%#x\n", host->iobase, in spi_nand_set_cmd()
61 fmc_pr(FT_DBG, "\t||||-Set OP[%#x]%#x\n", FMC_OP, reg); in spi_nand_set_cmd()
92 fmc_pr(FT_DBG, "\t|||*-Start %s feature, addr[%#x]\n", str[op], addr); in spi_nand_feature_op()
100 fmc_pr(FT_DBG, "\t||||-Read IO[%p]%#x\n", host->iobase, in spi_nand_feature_op()
106 fmc_pr(FT_DBG, "\t|||*-End %s Feature[%#x]:%#x\n", str[op], addr, val); in spi_nand_feature_op()
/third_party/uboot/u-boot-2020.01/include/
Dhifmc_common.h460 #define FT_DBG 0 /* Features debug print */ macro