Lines Matching refs:leuart_debug
30 #define leuart_debug(format,args...) rt_kprintf(format, ##args) macro
32 #define leuart_debug(format,args...) macro
143 leuart_debug("LEUART%d err: no mem for RX BUF\n", leuart->unit); in rt_leuart_open()
185 leuart_debug("LEUART%d: Open with flag %x\n", leuart->unit, oflag); in rt_leuart_open()
571 leuart_debug("LEUART%d err: no mem for RX BUF\n", leuart->unit); in rt_leuart_control()
584 leuart_debug("LEUART%d err: no mem for RX BUF\n", leuart->unit); in rt_leuart_control()
811 leuart_debug("LEUART%d err: no mem\n", unitNumber); in rt_hw_leuart_unit_init()
827 leuart_debug("LEUART%d err: no mem for DMA TX\n", unitNumber); in rt_hw_leuart_unit_init()
839 leuart_debug("LEUART%d err: no mem for INT RX\n, unitNumber"); in rt_hw_leuart_unit_init()
918 leuart_debug("LEUART%d err: no mem for callback\n", unitNumber); in rt_hw_leuart_unit_init()
971 leuart_debug("LEUART%d err: init failed!\n", unitNumber); in rt_hw_leuart_unit_init()
1070 leuart_debug("LEUART: H/W init OK!\n"); in rt_hw_leuart_init()