Lines Matching refs:GmacTSControl

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()
2534 synopGMACSetBits((u32 *)gmacdev->MacBase,GmacTSControl,GmacTSEVNTENA); in synopGMAC_TS_event_enable()
2546 synopGMACClearBits((u32 *)gmacdev->MacBase,GmacTSControl,GmacTSEVNTENA); in synopGMAC_TS_event_disable()
2559 synopGMACSetBits((u32 *)gmacdev->MacBase,GmacTSControl,GmacTSIPV4ENA); in synopGMAC_TS_IPV4_enable()
2571 synopGMACClearBits((u32 *)gmacdev->MacBase,GmacTSControl,GmacTSIPV4ENA); in synopGMAC_TS_IPV4_disable()
2583 synopGMACSetBits((u32 *)gmacdev->MacBase,GmacTSControl,GmacTSIPV6ENA); in synopGMAC_TS_IPV6_enable()
2595 synopGMACClearBits((u32 *)gmacdev->MacBase,GmacTSControl,GmacTSIPV6ENA); in synopGMAC_TS_IPV6_disable()
2608 synopGMACSetBits((u32 *)gmacdev->MacBase,GmacTSControl,GmacTSIPENA); in synopGMAC_TS_ptp_over_ethernet_enable()
2620 synopGMACClearBits((u32 *)gmacdev->MacBase,GmacTSControl,GmacTSIPENA); in synopGMAC_TS_ptp_over_ethernet_disable()
2633 synopGMACSetBits((u32 *)gmacdev->MacBase,GmacTSControl,GmacTSVER2ENA); in synopGMAC_TS_pkt_snoop_ver2()
2644 synopGMACClearBits((u32 *)gmacdev->MacBase,GmacTSControl,GmacTSVER2ENA); in synopGMAC_TS_pkt_snoop_ver1()
2656 synopGMACSetBits((u32 *)gmacdev->MacBase,GmacTSControl,GmacTSCTRLSSR); in synopGMAC_TS_digital_rollover_enable()
2667 synopGMACClearBits((u32 *)gmacdev->MacBase,GmacTSControl,GmacTSCTRLSSR); in synopGMAC_TS_binary_rollover_enable()
2679 synopGMACSetBits((u32 *)gmacdev->MacBase,GmacTSControl,GmacTSENALL); in synopGMAC_TS_all_frames_enable()
2691 synopGMACClearBits((u32 *)gmacdev->MacBase,GmacTSControl,GmacTSENALL); in synopGMAC_TS_all_frames_disable()
2707 …if(!((synopGMACReadReg((u32 *)gmacdev->MacBase,GmacTSControl)) & GmacTSADDREG)) { // if it is clea… in synopGMAC_TS_addend_update()
2713 synopGMACSetBits((u32 *)gmacdev->MacBase,GmacTSControl,GmacTSADDREG); in synopGMAC_TS_addend_update()
2736 …if(!((synopGMACReadReg((u32 *)gmacdev->MacBase,GmacTSControl)) & GmacTSUPDT)) { // if it is cleare… in synopGMAC_TS_timestamp_update()
2742 synopGMACSetBits((u32 *)gmacdev->MacBase,GmacTSControl,GmacTSUPDT); in synopGMAC_TS_timestamp_update()
2765 …if(!((synopGMACReadReg((u32 *)gmacdev->MacBase,GmacTSControl)) & GmacTSINT)) { // if it is cleared… in synopGMAC_TS_timestamp_init()
2771 synopGMACSetBits((u32 *)gmacdev->MacBase,GmacTSControl,GmacTSINT); in synopGMAC_TS_timestamp_init()
2787 synopGMACClearBits((u32 *)gmacdev->MacBase,GmacTSControl,GmacTSCFUPDT); in synopGMAC_TS_coarse_update()
2798 synopGMACSetBits((u32 *)gmacdev->MacBase,GmacTSControl,GmacTSCFUPDT); in synopGMAC_TS_fine_update()