Lines Matching refs:MacBase

49 …orig_data = synopGMACReadReg((u32 *)gmacdev->MacBase,GmacGmiiAddr); //set the mdc clock to the use…  in synopGMAC_set_mdc_clk_div()
52 synopGMACWriteReg((u32 *)gmacdev->MacBase, GmacGmiiAddr ,orig_data); in synopGMAC_set_mdc_clk_div()
66 data = synopGMACReadReg((u32 *)gmacdev->MacBase,GmacGmiiAddr); in synopGMAC_get_mdc_clk_div()
156 …status = synopGMAC_write_phy_reg((u32 *)gmacdev->MacBase, gmacdev->PhyBase, PHY_CONTROL_REG, Mii_L… in synopGMAC_phy_loopback()
158 …status = synopGMAC_write_phy_reg((u32 *)gmacdev->MacBase, gmacdev->PhyBase, PHY_CONTROL_REG, Mii_N… in synopGMAC_phy_loopback()
175 data = synopGMACReadReg((u32 *)gmacdev->MacBase, GmacVersion ); in synopGMAC_read_version()
177 TR("The data read from %08x is %08x\n",(gmacdev->MacBase+GmacVersion),data); in synopGMAC_read_version()
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()
601 synopGMACClearBits((u32 *)gmacdev->MacBase, GmacFrameFilter, GmacFilter); in synopGMAC_frame_filter_enable()
613 synopGMACSetBits((u32 *)gmacdev->MacBase, GmacFrameFilter, GmacFilter); in synopGMAC_frame_filter_disable()
626 synopGMACWriteReg((u32 *)gmacdev->MacBase,GmacHashHigh,data); in synopGMAC_write_hash_table_high()
639 synopGMACWriteReg((u32 *)gmacdev->MacBase,GmacHashLow,data); in synopGMAC_write_hash_table_low()
652 synopGMACSetBits((u32 *)gmacdev->MacBase, GmacFrameFilter, GmacHashPerfectFilter); in synopGMAC_hash_perfect_filter_enable()
665 synopGMACSetBits((u32 *)gmacdev->MacBase, GmacFrameFilter, GmacHashPerfectFilter); in synopGMAC_Hash_filter_only_enable()
679 synopGMACSetBits((u32 *)gmacdev->MacBase, GmacFrameFilter, GmacSrcAddrFilter); in synopGMAC_src_addr_filter_enable()
690 synopGMACClearBits((u32 *)gmacdev->MacBase, GmacFrameFilter, GmacSrcAddrFilter); in synopGMAC_src_addr_filter_disable()
700 synopGMACSetBits((u32 *)gmacdev->MacBase, GmacFrameFilter, GmacDestAddrFilterNor); in synopGMAC_dst_addr_filter_inverse()
710 synopGMACClearBits((u32 *)gmacdev->MacBase, GmacFrameFilter, GmacDestAddrFilterNor); in synopGMAC_dst_addr_filter_normal()
724 data = synopGMACReadReg((u32 *)gmacdev->MacBase, GmacFrameFilter); in synopGMAC_set_pass_control()
727 synopGMACWriteReg((u32 *)gmacdev->MacBase,GmacFrameFilter,data); in synopGMAC_set_pass_control()
739 synopGMACClearBits((u32 *)gmacdev->MacBase, GmacFrameFilter, GmacBroadcast); in synopGMAC_broadcast_enable()
750 synopGMACSetBits((u32 *)gmacdev->MacBase, GmacFrameFilter, GmacBroadcast); in synopGMAC_broadcast_disable()
762 synopGMACSetBits((u32 *)gmacdev->MacBase, GmacFrameFilter, GmacMulticastFilter); in synopGMAC_multicast_enable()
773 synopGMACClearBits((u32 *)gmacdev->MacBase, GmacFrameFilter, GmacMulticastFilter); in synopGMAC_multicast_disable()
785 synopGMACSetBits((u32 *)gmacdev->MacBase, GmacFrameFilter, GmacMcastHashFilter); in synopGMAC_multicast_hash_filter_enable()
797 synopGMACClearBits((u32 *)gmacdev->MacBase, GmacFrameFilter, GmacMcastHashFilter); in synopGMAC_multicast_hash_filter_disable()
810 synopGMACSetBits((u32 *)gmacdev->MacBase, GmacFrameFilter, GmacPromiscuousMode); in synopGMAC_promisc_enable()
821 synopGMACClearBits((u32 *)gmacdev->MacBase, GmacFrameFilter, GmacPromiscuousMode); in synopGMAC_promisc_disable()
834 synopGMACSetBits((u32 *)gmacdev->MacBase, GmacFrameFilter, GmacUcastHashFilter); in synopGMAC_unicast_hash_filter_enable()
846 synopGMACClearBits((u32 *)gmacdev->MacBase, GmacFrameFilter, GmacUcastHashFilter); in synopGMAC_unicast_hash_filter_disable()
861 synopGMACSetBits((u32 *)gmacdev->MacBase, GmacFlowControl, GmacUnicastPauseFrame); in synopGMAC_unicast_pause_frame_detect_enable()
872 synopGMACClearBits((u32 *)gmacdev->MacBase, GmacFlowControl, GmacUnicastPauseFrame); in synopGMAC_unicast_pause_frame_detect_disable()
883 synopGMACSetBits((u32 *)gmacdev->MacBase, GmacFlowControl, GmacRxFlowControl); in synopGMAC_rx_flow_control_enable()
894 synopGMACClearBits((u32 *)gmacdev->MacBase, GmacFlowControl, GmacRxFlowControl); in synopGMAC_rx_flow_control_disable()
907 synopGMACSetBits((u32 *)gmacdev->MacBase, GmacFlowControl, GmacTxFlowControl); in synopGMAC_tx_flow_control_enable()
921 synopGMACClearBits((u32 *)gmacdev->MacBase, GmacFlowControl, GmacTxFlowControl); in synopGMAC_tx_flow_control_disable()
938 … if(!synopGMACCheckBits((u32 *)gmacdev->MacBase, GmacFlowControl, GmacFlowControlBackPressure)) in synopGMAC_tx_activate_flow_control()
939 synopGMACSetBits((u32 *)gmacdev->MacBase, GmacFlowControl, GmacFlowControlBackPressure); in synopGMAC_tx_activate_flow_control()
942 synopGMACSetBits((u32 *)gmacdev->MacBase, GmacFlowControl, GmacFlowControlBackPressure); in synopGMAC_tx_activate_flow_control()
957 synopGMACSetBits((u32 *)gmacdev->MacBase, GmacFlowControl, GmacFlowControlBackPressure); in synopGMAC_tx_deactivate_flow_control()
977 mac_flow_control_reg = synopGMACReadReg((u32 *)gmacdev->MacBase,GmacFlowControl); in synopGMAC_pause_control()
979 synopGMACWriteReg((u32 *)gmacdev->MacBase,GmacFlowControl,mac_flow_control_reg); in synopGMAC_pause_control()
1072 synopGMACWriteReg((u32 *)gmacdev->MacBase, GmacGmiiAddr, GmiiBusy | 0x00000408); in synopGMAC_mac_init()
1073 PHYreg = synopGMACReadReg((u32 *)gmacdev->MacBase,GmacGmiiData); in synopGMAC_mac_init()
1074 synopGMACWriteReg((u32 *)gmacdev->MacBase, GmacGmiiData, PHYreg | 0x00000800); in synopGMAC_mac_init()
1075 synopGMACWriteReg((u32 *)gmacdev->MacBase, GmacGmiiAddr, GmiiBusy | 0x0000040a); in synopGMAC_mac_init()
1097 … status = synopGMAC_read_phy_reg((u32 *)gmacdev->MacBase,gmacdev->PhyBase,PHY_STATUS_REG, &data); in synopGMAC_check_phy_init()
1107 …status = synopGMAC_read_phy_reg((u32 *)gmacdev->MacBase,gmacdev->PhyBase,PHY_SPECIFIC_STATUS_REG, … in synopGMAC_check_phy_init()
1120 …status = synopGMAC_read_phy_reg((u32 *)gmacdev->MacBase,gmacdev->PhyBase,PHY_SPECIFIC_STATUS_REG, … in synopGMAC_check_phy_init()
1131 … status = synopGMAC_read_phy_reg((u32 *)gmacdev->MacBase,gmacdev->PhyBase,PHY_CONTROL_REG, &data); in synopGMAC_check_phy_init()
1139 …status = synopGMAC_read_phy_reg((u32 *)gmacdev->MacBase,gmacdev->PhyBase,PHY_SPECIFIC_STATUS_REG, … in synopGMAC_check_phy_init()
1166 synopGMACWriteReg((u32 *)gmacdev->MacBase,MacHigh,data); in synopGMAC_set_mac_addr()
1168 synopGMACWriteReg((u32 *)gmacdev->MacBase,MacLow,data); in synopGMAC_set_mac_addr()
1193 gmacdev->MacBase = macBase; in synopGMAC_attach()
2021 synopGMACClearBits((u32 *)gmacdev->MacBase,GmacInterruptMask,GmacPmtIntMask); in synopGMAC_pmt_int_enable()
2033 synopGMACSetBits((u32 *)gmacdev->MacBase,GmacInterruptMask,GmacPmtIntMask); in synopGMAC_pmt_int_disable()
2044 synopGMACSetBits((u32 *)gmacdev->MacBase,GmacPmtCtrlStatus,GmacPmtPowerDown); in synopGMAC_power_down_enable()
2056 synopGMACClearBits((u32 *)gmacdev->MacBase,GmacPmtCtrlStatus,GmacPmtPowerDown); in synopGMAC_power_down_disable()
2066 synopGMACClearBits((u32 *)gmacdev->MacBase,GmacInterruptMask,GmacPmtIntMask); in synopGMAC_enable_pmt_interrupt()
2075 synopGMACSetBits((u32 *)gmacdev->MacBase,GmacInterruptMask,GmacPmtIntMask); in synopGMAC_disable_pmt_interrupt()
2084 synopGMACSetBits((u32 *)gmacdev->MacBase,GmacPmtCtrlStatus,GmacPmtMagicPktEnable); in synopGMAC_magic_packet_enable()
2090 synopGMACClearBits((u32 *)gmacdev->MacBase,GmacPmtCtrlStatus,GmacPmtMagicPktEnable); in synopGMAC_magic_packet_disable()
2102 synopGMACSetBits((u32 *)gmacdev->MacBase,GmacPmtCtrlStatus,GmacPmtWakeupFrameEnable); in synopGMAC_wakeup_frame_enable()
2113 synopGMACSetBits((u32 *)gmacdev->MacBase,GmacPmtCtrlStatus,GmacPmtGlobalUnicast); in synopGMAC_pmt_unicast_enable()
2124 data = synopGMACReadReg((u32 *)gmacdev->MacBase,GmacPmtCtrlStatus); in synopGMAC_is_magic_packet_received()
2135 data = synopGMACReadReg((u32 *)gmacdev->MacBase,GmacPmtCtrlStatus); in synopGMAC_is_wakeup_frame_received()
2152 synopGMACSetBits((u32 *)gmacdev->MacBase,GmacPmtCtrlStatus,GmacPmtFrmFilterPtrReset);
2155 synopGMACWriteReg((u32 *)gmacdev->MacBase, GmacWakeupAddr, *(filter_contents + i));
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()
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()
2705 …synopGMACWriteReg((u32 *)gmacdev->MacBase,GmacTSAddend,addend_value);// Load the addend_value in t… in synopGMAC_TS_addend_update()
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()
2733 …synopGMACWriteReg((u32 *)gmacdev->MacBase,GmacTSHighUpdate,high_value);// Load the high value to T… in synopGMAC_TS_timestamp_update()
2734 …synopGMACWriteReg((u32 *)gmacdev->MacBase,GmacTSLowUpdate,low_value);// Load the high value to Tim… in synopGMAC_TS_timestamp_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()
2762 …synopGMACWriteReg((u32 *)gmacdev->MacBase,GmacTSHighUpdate,high_value);// Load the high value to T… in synopGMAC_TS_timestamp_init()
2763 …synopGMACWriteReg((u32 *)gmacdev->MacBase,GmacTSLowUpdate,low_value);// Load the high value to Tim… in synopGMAC_TS_timestamp_init()
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()
2809 synopGMACWriteReg((u32 *)gmacdev->MacBase,GmacTSSubSecIncr,(sub_sec_inc_value & GmacSSINCMsk)); in synopGMAC_TS_subsecond_init()
2826 …* higher_sec_val = (u16)(synopGMACReadReg((u32 *)gmacdev->MacBase,GmacTSHighWord) & GmacTSHighWord… in synopGMAC_TS_read_timestamp()
2827 * sec_val = synopGMACReadReg((u32 *)gmacdev->MacBase,GmacTSHigh); in synopGMAC_TS_read_timestamp()
2828 * sub_sec_val = synopGMACReadReg((u32 *)gmacdev->MacBase,GmacTSLow); in synopGMAC_TS_read_timestamp()
2839 … synopGMACWriteReg((u32 *)gmacdev->MacBase,GmacTSHighWord, (higher_sec_val & GmacTSHighWordMask)); in synopGMAC_TS_load_timestamp_higher_val()
2850 …* higher_sec_val = (u16)(synopGMACReadReg((u32 *)gmacdev->MacBase,GmacTSHighWord) & GmacTSHighWord… in synopGMAC_TS_read_timestamp_higher_val()
2863 synopGMACWriteReg((u32 *)gmacdev->MacBase,GmacTSTargetTimeHigh,sec_val); in synopGMAC_TS_load_target_timestamp()
2864 synopGMACWriteReg((u32 *)gmacdev->MacBase,GmacTSTargetTimeLow,sub_sec_val); in synopGMAC_TS_load_target_timestamp()
2877 * sec_val = synopGMACReadReg((u32 *)gmacdev->MacBase,GmacTSTargetTimeHigh); in synopGMAC_TS_read_target_timestamp()
2878 * sub_sec_val = synopGMACReadReg((u32 *)gmacdev->MacBase,GmacTSTargetTimeLow); in synopGMAC_TS_read_target_timestamp()
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()
2911 …synopGMACWriteReg((u32 *)gmacdev->MacBase, GmacVLANIncRep, GmacVLP | GmacSVLAN | GmacVLANIns| vlan… in synopGMAC_svlan_insertion_enable()
2918 …synopGMACWriteReg((u32 *)gmacdev->MacBase, GmacVLANIncRep, GmacVLP | GmacCVLAN | GmacVLANIns | vla… in synopGMAC_cvlan_insertion_enable()
2925 …synopGMACWriteReg((u32 *)gmacdev->MacBase, GmacVLANIncRep, GmacVLP | GmacSVLAN | GmacVLANRep | vla… in synopGMAC_svlan_replace_enable()
2931 …synopGMACWriteReg((u32 *)gmacdev->MacBase, GmacVLANIncRep, GmacVLP | GmacCVLAN | GmacVLANRep | vla… in synopGMAC_cvlan_replace_enable()
2937 synopGMACWriteReg((u32 *)gmacdev->MacBase, GmacVLANIncRep, GmacVLP | GmacVLANDel); in synopGMAC_vlan_deletion_enable()
2945 synopGMACClearBits((u32 *)gmacdev->MacBase, GmacVLANIncRep, 0xFFFFFFFF); in synopGMAC_vlan_no_act_enable()