Searched refs:Ft_printf (Results 1 – 12 of 12) sorted by relevance
| /bsp/ft2004/libraries/bsp/standlone/ |
| A D | ft_debug.c | 23 Ft_printf("0x%08X: ", ptr + i); in Ft_DumpHexByte() 27 Ft_printf("%02X ", buf[i + j]); in Ft_DumpHexByte() 29 Ft_printf(" "); in Ft_DumpHexByte() 30 Ft_printf(" "); in Ft_DumpHexByte() 34 Ft_printf("%c", __is_print(buf[i + j]) ? buf[i + j] : '.'); in Ft_DumpHexByte() 35 Ft_printf("\r\n"); in Ft_DumpHexByte() 46 Ft_printf("0x%08X: ", ptr + i); in Ft_DumpHexWord() 52 Ft_printf("%08X ", buf[i + j]); in Ft_DumpHexWord() 56 Ft_printf(" "); in Ft_DumpHexWord() 60 Ft_printf(" "); in Ft_DumpHexWord() [all …]
|
| A D | ft_trace.c | 30 Ft_printf("dump hex for %s\r\n", tag); in dump_hex() 33 Ft_printf("%08X: ", ptr + i); in dump_hex() 39 Ft_printf("%02X ", buf[i + j]); in dump_hex() 43 Ft_printf(" "); in dump_hex() 46 Ft_printf(" "); in dump_hex() 52 Ft_printf("%c", __is_print(buf[i + j]) ? buf[i + j] : '.'); in dump_hex() 55 Ft_printf("\r\n"); in dump_hex()
|
| A D | ft_mux.c | 68 Ft_printf("bef reg 208 0x%x\r\n", Ft_in32(FT_PIN_DEMUX_BASE + FT_PIN_DEMUX_REG208_OFFSET)); in Ft_setSpiMux() 73 Ft_printf("bef reg 210 0x%x\r\n", Ft_in32(FT_PIN_DEMUX_BASE + FT_PIN_DEMUX_REG210_OFFSET)); in Ft_setSpiMux() 77 Ft_printf("aft reg 210 0x%x\r\n", Ft_in32(FT_PIN_DEMUX_BASE + FT_PIN_DEMUX_REG210_OFFSET)); in Ft_setSpiMux() 79 Ft_printf("bef reg 214 0x%x\r\n", Ft_in32(FT_PIN_DEMUX_BASE + FT_PIN_DEMUX_REG214_OFFSET)); in Ft_setSpiMux() 83 Ft_printf("aft reg 214 0x%x\r\n", Ft_in32(FT_PIN_DEMUX_BASE + FT_PIN_DEMUX_REG214_OFFSET)); in Ft_setSpiMux()
|
| A D | ft_printf.h | 26 void Ft_printf(const char *fmt, ...);
|
| A D | ft_printf.c | 30 void Ft_printf(const char *fmt, ...) in Ft_printf() function
|
| A D | ft_debug.h | 52 #define PORT_KPRINTF Ft_printf
|
| A D | ft_generic_timer.c | 275 …Ft_printf("GenericTimer_ReadReg %x \r\n", GenericTimer_ReadReg(Ft_GenericTimer_Handler.UseVirtual,… in Ft_GenericTimer_Debug()
|
| /bsp/ft2004/libraries/bsp/ft_gmac/ |
| A D | ft_gmac_intr.c | 124 Ft_printf("error RetValue %x \r\n", RetValue); in FGmac_ErrorCheck() 159 Ft_printf("DMA_STATUS_TI %x \r\n", RegValue); in FGmac_IntrHandler() 160 …Ft_printf("ti debug %x \r\n", Ft_in32(Gmac->Config.BaseAddress + GMAC_INTERNAL_MODULE_STATUS_OFFSE… in FGmac_IntrHandler()
|
| A D | ft_gmac_desc.c | 77 Ft_printf(" Buffer2NextDescAddr %x \r\n", TxDesc->Buffer2NextDescAddr); in FGmac_DMATxDescChainInit() 83 Ft_printf(" Buffer2NextDescAddr %x \r\n", TxDesc->Buffer2NextDescAddr); in FGmac_DMATxDescChainInit() 86 Ft_printf("DMATxDescTab addr is %x", DMATxDescTab); in FGmac_DMATxDescChainInit()
|
| A D | ft_gmac.c | 88 Ft_printf("\r\n ****************************** \r\n"); in Ft_Gmac_Phy_Debug()
|
| /bsp/ft2004/drivers/ |
| A D | board.c | 93 Ft_printf("Assert Error is %s : %d \r\n", File, Line); in AssertCallback() 115 Ft_printf("arm_gic_redist_address_set is 2 \r\n"); in rt_hw_board_init()
|
| /bsp/ft2004/libraries/bsp/ft_can/ |
| A D | ft_can.c | 220 Ft_printf("shut down tranmission \r\n"); in FCan_SendByIrq() 225 Ft_printf("NeedSendOnce %d \r\n", NeedSendOnce); in FCan_SendByIrq()
|
Completed in 21 milliseconds