Searched refs:TR (Results 1 – 3 of 3) sorted by relevance
| /hal_nuvoton-latest/m46x/StdDriver/drv_emac/ |
| D | synopGMAC_network_interface.c | 112 TR("GMAC wokeup due to Magic Pkt Received\n"); in synopGMAC_powerup_mac() 114 TR("GMAC wokeup due to Wakeup Frame Received\n"); in synopGMAC_powerup_mac() 157 …TR("Total size of memory required for Tx Descriptors in Ring Mode = 0x%08x\n",((sizeof(DmaDesc) * … in synopGMAC_setup_tx_desc_queue() 168 TR("%02d %08x \n",i, (unsigned int)(gmacdev->TxDesc + i) ); in synopGMAC_setup_tx_desc_queue() 212 …TR("total size of memory required for Rx Descriptors in Ring Mode = 0x%08x\n",((sizeof(DmaDesc) * … in synopGMAC_setup_rx_desc_queue() 223 TR("%02d %08x \n",i, (unsigned int)(gmacdev->RxDesc + i)); in synopGMAC_setup_rx_desc_queue() 324 …TR("Finished Transmit at Tx Descriptor %d for skb 0x%08x and buffer = %08x whose status is %08x \n… in synop_handle_transmit_over() 327 TR("Harware Failed to Insert IPV4 Header Checksum\n"); in synop_handle_transmit_over() 331 TR("Harware Failed to Insert Payload Checksum\n"); in synop_handle_transmit_over() 348 TR("Error in Status %08x\n",status); in synop_handle_transmit_over() [all …]
|
| D | synopGMAC_plat.h | 47 #undef TR 48 # define TR(fmt, args...) printf("SynopGMAC: " fmt, ##args) macro 50 # define TR(fmt, args...) /* not debugging: nothing */ macro
|
| D | synopGMAC_Dev.c | 100 TR("Error::: PHY not responding Busy bit didnot get cleared !!!!!!\n"); in synopGMAC_read_phy_reg() 137 TR("Error::: PHY not responding Busy bit didnot get cleared !!!!!!\n"); in synopGMAC_write_phy_reg() 177 TR("The data read from %08x is %08x\n",(gmacdev->MacBase+GmacVersion),data); in synopGMAC_read_version() 199 TR("DATA after Reset = %08x\n",data); in synopGMAC_reset() 209 TR("DATA after Reset = %08x\n",data); in synopGMAC_reset_nocheck() 1258 TR("At line %d\n",__LINE__); in synopGMAC_init_tx_rx_desc_queue() 1540 …TR("(get)%02d %08x %08x %08x %08x %08x %08x %08x\n",txover,(u32)((u64)txdesc & 0xFFFFFFFF),txdesc-… in synopGMAC_get_tx_qptr() 1622 …TR("(set)%02d %08x %08x %08x %08x %08x %08x %08x\n",txnext,(u32)((u64)txdesc & 0xFFFFFFFF),txdesc-… in synopGMAC_set_tx_qptr() 1672 …TR("%02d %08x %08x %08x %08x %08x %08x %08x\n",rxnext,(u32)((u64)rxdesc & 0xFFFFFFFF),rxdesc->stat… in synopGMAC_set_rx_qptr() 1736 …TR("%02d %08x %08x %08x %08x %08x %08x %08x\n",rxnext,(u32)((u64)rxdesc & 0xFFFFFFFF),rxdesc->stat… in synopGMAC_get_rx_qptr() [all …]
|