Lines Matching refs:synopGMACWriteReg

52     synopGMACWriteReg((u32 *)gmacdev->MacBase, GmacGmiiAddr ,orig_data);  in synopGMAC_set_mdc_clk_div()
89synopGMACWriteReg(RegBase,GmacGmiiAddr,addr); //write the address from where the data to be read i… in synopGMAC_read_phy_reg()
120synopGMACWriteReg(RegBase,GmacGmiiData,data); // write the data in to GmacGmiiData register of syn… in synopGMAC_write_phy_reg()
126 synopGMACWriteReg(RegBase,GmacGmiiAddr,addr); in synopGMAC_write_phy_reg()
192 synopGMACWriteReg((u32 *)gmacdev->DmaBase, DmaBusMode ,DmaResetOn); in synopGMAC_reset()
206 synopGMACWriteReg((u32 *)gmacdev->DmaBase, DmaBusMode ,DmaResetOn); in synopGMAC_reset_nocheck()
225 synopGMACWriteReg((u32 *)gmacdev->DmaBase, DmaBusMode ,init_value); in synopGMAC_dma_bus_mode_init()
241 synopGMACWriteReg((u32 *)gmacdev->DmaBase, DmaControl, init_value); in synopGMAC_dma_control_init()
515 synopGMACWriteReg((u32 *)gmacdev->MacBase, GmacConfig,data); in synopGMAC_back_off_limit()
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()
727 synopGMACWriteReg((u32 *)gmacdev->MacBase,GmacFrameFilter,data); in synopGMAC_set_pass_control()
975 synopGMACWriteReg((u32 *)gmacdev->DmaBase, DmaControl, omr_reg); 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()
1074 synopGMACWriteReg((u32 *)gmacdev->MacBase, GmacGmiiData, PHYreg | 0x00000800); in synopGMAC_mac_init()
1075 synopGMACWriteReg((u32 *)gmacdev->MacBase, GmacGmiiAddr, GmiiBusy | 0x0000040a); in synopGMAC_mac_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()
1280synopGMACWriteReg((u32 *)gmacdev->DmaBase,DmaRxBaseAddr,(u32)((u64)gmacdev->RxDescDma & 0xFFFFFFFF… in synopGMAC_init_rx_desc_base()
1293synopGMACWriteReg((u32 *)gmacdev->DmaBase,DmaTxBaseAddr,(u32)((u64)gmacdev->TxDescDma & 0xFFFFFFFF… in synopGMAC_init_tx_desc_base()
1753 synopGMACWriteReg((u32 *)gmacdev->DmaBase, DmaStatus ,data); in synopGMAC_clear_interrupt()
1766synopGMACWriteReg((u32 *)gmacdev->DmaBase, DmaStatus ,data); //This is the appropriate location to… in synopGMAC_get_interrupt_type()
1798 synopGMACWriteReg((u32 *)gmacdev->DmaBase, DmaInterrupt, data); in synopGMAC_enable_interrupt()
1813 synopGMACWriteReg((u32 *)gmacdev->DmaBase, DmaInterrupt, DmaIntDisable); in synopGMAC_disable_interrupt_all()
1840 synopGMACWriteReg((u32 *)gmacdev->DmaBase, DmaControl ,data); in synopGMAC_enable_dma_rx()
1855 synopGMACWriteReg((u32 *)gmacdev->DmaBase, DmaControl ,data); in synopGMAC_enable_dma_tx()
1864 synopGMACWriteReg((u32 *)gmacdev->DmaBase, DmaControl ,data); in synopGMAC_enable_under_size_pkt()
1873 synopGMACWriteReg((u32 *)gmacdev->DmaBase, DmaControl ,data); in synopGMAC_disable_under_size_pkt()
1882 synopGMACWriteReg((u32 *)gmacdev->DmaBase, DmaControl ,data); in synopGMAC_enable_crc_err_pkt()
1891 synopGMACWriteReg((u32 *)gmacdev->DmaBase, DmaControl ,data); in synopGMAC_disable_crc_err_pkt()
1905 synopGMACWriteReg((u32 *)gmacdev->DmaBase, DmaTxPollDemand, 0); in synopGMAC_resume_dma_tx()
1917 synopGMACWriteReg((u32 *)gmacdev->DmaBase, DmaRxPollDemand, 0); in synopGMAC_resume_dma_rx()
1989 synopGMACWriteReg((u32 *)gmacdev->DmaBase, DmaControl ,data); in synopGMAC_disable_dma_tx()
2002 synopGMACWriteReg((u32 *)gmacdev->DmaBase, DmaControl ,data); in synopGMAC_disable_dma_rx()
2155 synopGMACWriteReg((u32 *)gmacdev->MacBase, GmacWakeupAddr, *(filter_contents + i));
2492 synopGMACWriteReg((u32 *)gmacdev->MacBase,GmacTSControl,clkval); in synopGMAC_TS_set_clk_type()
2705synopGMACWriteReg((u32 *)gmacdev->MacBase,GmacTSAddend,addend_value);// Load the addend_value in t… in synopGMAC_TS_addend_update()
2733synopGMACWriteReg((u32 *)gmacdev->MacBase,GmacTSHighUpdate,high_value);// Load the high value to T… in synopGMAC_TS_timestamp_update()
2734synopGMACWriteReg((u32 *)gmacdev->MacBase,GmacTSLowUpdate,low_value);// Load the high value to Tim… in synopGMAC_TS_timestamp_update()
2762synopGMACWriteReg((u32 *)gmacdev->MacBase,GmacTSHighUpdate,high_value);// Load the high value to T… in synopGMAC_TS_timestamp_init()
2763synopGMACWriteReg((u32 *)gmacdev->MacBase,GmacTSLowUpdate,low_value);// Load the high value to Tim… in synopGMAC_TS_timestamp_init()
2809 synopGMACWriteReg((u32 *)gmacdev->MacBase,GmacTSSubSecIncr,(sub_sec_inc_value & GmacSSINCMsk)); in synopGMAC_TS_subsecond_init()
2839synopGMACWriteReg((u32 *)gmacdev->MacBase,GmacTSHighWord, (higher_sec_val & GmacTSHighWordMask)); in synopGMAC_TS_load_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()
2911synopGMACWriteReg((u32 *)gmacdev->MacBase, GmacVLANIncRep, GmacVLP | GmacSVLAN | GmacVLANIns| vlan… in synopGMAC_svlan_insertion_enable()
2918synopGMACWriteReg((u32 *)gmacdev->MacBase, GmacVLANIncRep, GmacVLP | GmacCVLAN | GmacVLANIns | vla… in synopGMAC_cvlan_insertion_enable()
2925synopGMACWriteReg((u32 *)gmacdev->MacBase, GmacVLANIncRep, GmacVLP | GmacSVLAN | GmacVLANRep | vla… in synopGMAC_svlan_replace_enable()
2931synopGMACWriteReg((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()