Lines Matching refs:GmacConfig

257     synopGMACClearBits((u32 *)gmacdev->MacBase, GmacConfig, GmacWatchdog);  in synopGMAC_wd_enable()
269 synopGMACSetBits((u32 *)gmacdev->MacBase, GmacConfig, GmacWatchdog); in synopGMAC_wd_disable()
281 synopGMACSetBits((u32 *)gmacdev->MacBase, GmacConfig, GmacJabber); in synopGMAC_jab_enable()
293 synopGMACClearBits((u32 *)gmacdev->MacBase, GmacConfig, GmacJabber); in synopGMAC_jab_disable()
306 synopGMACSetBits((u32 *)gmacdev->MacBase, GmacConfig, GmacFrameBurst); in synopGMAC_frame_burst_enable()
317 synopGMACClearBits((u32 *)gmacdev->MacBase, GmacConfig, GmacFrameBurst); in synopGMAC_frame_burst_disable()
330 synopGMACSetBits((u32 *)gmacdev->MacBase, GmacConfig, GmacJumboFrame); in synopGMAC_jumbo_frame_enable()
342 synopGMACClearBits((u32 *)gmacdev->MacBase, GmacConfig, GmacJumboFrame); in synopGMAC_jumbo_frame_disable()
356 synopGMACSetBits((u32 *)gmacdev->MacBase, GmacConfig, GmacDisableCrs); in synopGMAC_disable_crs()
370 synopGMACClearBits((u32 *)gmacdev->MacBase, GmacConfig, GmacMiiGmii); in synopGMAC_select_gmii()
381 synopGMACSetBits((u32 *)gmacdev->MacBase, GmacConfig, GmacMiiGmii); in synopGMAC_select_mii()
393 synopGMACClearBits((u32 *)gmacdev->MacBase, GmacConfig, GmacRxOwn); in synopGMAC_rx_own_enable()
404 synopGMACSetBits((u32 *)gmacdev->MacBase, GmacConfig, GmacRxOwn); in synopGMAC_rx_own_disable()
418 synopGMACSetBits((u32 *)gmacdev->MacBase, GmacConfig, GmacLoopback); in synopGMAC_loopback_on()
428 synopGMACClearBits((u32 *)gmacdev->MacBase, GmacConfig, GmacLoopback); in synopGMAC_loopback_off()
439 synopGMACSetBits((u32 *)gmacdev->MacBase, GmacConfig, GmacDuplex); in synopGMAC_set_full_duplex()
449 synopGMACClearBits((u32 *)gmacdev->MacBase, GmacConfig, GmacDuplex); in synopGMAC_set_half_duplex()
463 synopGMACClearBits((u32 *)gmacdev->MacBase, GmacConfig, GmacRetry); in synopGMAC_retry_enable()
475 synopGMACSetBits((u32 *)gmacdev->MacBase, GmacConfig, GmacRetry); in synopGMAC_retry_disable()
489 synopGMACSetBits((u32 *)gmacdev->MacBase, GmacConfig, GmacPadCrcStrip); in synopGMAC_pad_crc_strip_enable()
500 synopGMACClearBits((u32 *)gmacdev->MacBase, GmacConfig, GmacPadCrcStrip); in synopGMAC_pad_crc_strip_disable()
512 data = synopGMACReadReg((u32 *)gmacdev->MacBase, GmacConfig); in synopGMAC_back_off_limit()
515 synopGMACWriteReg((u32 *)gmacdev->MacBase, GmacConfig,data); in synopGMAC_back_off_limit()
532 synopGMACSetBits((u32 *)gmacdev->MacBase, GmacConfig, GmacDeferralCheck); in synopGMAC_deferral_check_enable()
543 synopGMACClearBits((u32 *)gmacdev->MacBase, GmacConfig, GmacDeferralCheck); in synopGMAC_deferral_check_disable()
553 synopGMACSetBits((u32 *)gmacdev->MacBase, GmacConfig, GmacRx); in synopGMAC_rx_enable()
564 synopGMACClearBits((u32 *)gmacdev->MacBase, GmacConfig, GmacRx); in synopGMAC_rx_disable()
574 synopGMACSetBits((u32 *)gmacdev->MacBase, GmacConfig, GmacTx); in synopGMAC_tx_enable()
585 synopGMACClearBits((u32 *)gmacdev->MacBase, GmacConfig, GmacTx); in synopGMAC_tx_disable()
2174 synopGMACSetBits((u32 *)gmacdev->MacBase,GmacConfig,GmacRxIpcOffload); in synopGMAC_enable_rx_chksum_offload()
2185 synopGMACClearBits((u32 *)gmacdev->MacBase,GmacConfig,GmacRxIpcOffload); in synopGMAC_disable_rx_chksum_offload()
2884 synopGMACClearBits((u32 *)gmacdev->MacBase,GmacConfig,GmacSrcAddrInsRpl); in synopGMAC_src_addr_insert_enable()
2885 synopGMACSetBits((u32 *)gmacdev->MacBase,GmacConfig,GmacSrcAddrIns); in synopGMAC_src_addr_insert_enable()
2891 synopGMACClearBits((u32 *)gmacdev->MacBase,GmacConfig,GmacSrcAddrInsRpl); in synopGMAC_src_addr_insert_disable()
2896 synopGMACClearBits((u32 *)gmacdev->MacBase,GmacConfig,GmacSrcAddrInsRpl); in synopGMAC_src_addr_replace_enable()
2897 synopGMACSetBits((u32 *)gmacdev->MacBase,GmacConfig,GmacSrcAddrRpl); in synopGMAC_src_addr_replace_enable()
2903 synopGMACClearBits((u32 *)gmacdev->MacBase,GmacConfig,GmacSrcAddrInsRpl); in synopGMAC_src_addr_replace_disable()