Searched refs:GmacTSControl (Results 1 – 2 of 2) sorted by relevance
| /hal_nuvoton-latest/m46x/StdDriver/drv_emac/ |
| D | synopGMAC_Dev.c | 2409 synopGMACSetBits((u32 *)gmacdev->MacBase,GmacTSControl,GmacTSENA); in synopGMAC_TS_enable() 2420 synopGMACClearBits((u32 *)gmacdev->MacBase,GmacTSControl, GmacTSENA); in synopGMAC_TS_disable() 2435 synopGMACSetBits((u32 *)gmacdev->MacBase,GmacTSControl,GmacTSTRIG); in synopGMAC_TS_int_enable() 2447 synopGMACClearBits((u32 *)gmacdev->MacBase,GmacTSControl,GmacTSTRIG); in synopGMAC_TS_int_disable() 2460 synopGMACSetBits((u32 *)gmacdev->MacBase,GmacTSControl,GmacTSENMACADDR); in synopGMAC_TS_mac_addr_filt_enable() 2471 synopGMACClearBits((u32 *)gmacdev->MacBase,GmacTSControl,GmacTSENMACADDR); in synopGMAC_TS_mac_addr_filt_disable() 2490 …clkval = synopGMACReadReg((u32 *)gmacdev->MacBase,GmacTSControl); //set the mdc clock to the user … in synopGMAC_TS_set_clk_type() 2492 synopGMACWriteReg((u32 *)gmacdev->MacBase,GmacTSControl,clkval); in synopGMAC_TS_set_clk_type() 2507 synopGMACSetBits((u32 *)gmacdev->MacBase,GmacTSControl,GmacTSMSTRENA); in synopGMAC_TS_master_enable() 2521 synopGMACClearBits((u32 *)gmacdev->MacBase,GmacTSControl,GmacTSMSTRENA); in synopGMAC_TS_master_disable() [all …]
|
| D | synopGMAC_Dev.h | 351 …GmacTSControl = 0x0700, /* Controls the Timestamp update logic … enumerator
|