Lines Matching refs:synopGMACReadReg

49 …orig_data = synopGMACReadReg((u32 *)gmacdev->MacBase,GmacGmiiAddr); //set the mdc clock to the use…  in synopGMAC_set_mdc_clk_div()
66 data = synopGMACReadReg((u32 *)gmacdev->MacBase,GmacGmiiAddr); in synopGMAC_get_mdc_clk_div()
92 if (!(synopGMACReadReg(RegBase,GmacGmiiAddr) & GmiiBusy)) { in synopGMAC_read_phy_reg()
98 * data = (u16)(synopGMACReadReg(RegBase,GmacGmiiData) & 0xFFFF); in synopGMAC_read_phy_reg()
128 if (!(synopGMACReadReg(RegBase,GmacGmiiAddr) & GmiiBusy)) { in synopGMAC_write_phy_reg()
175 data = synopGMACReadReg((u32 *)gmacdev->MacBase, GmacVersion ); in synopGMAC_read_version()
196 data = synopGMACReadReg((u32 *)gmacdev->DmaBase, DmaBusMode); in synopGMAC_reset()
512 data = synopGMACReadReg((u32 *)gmacdev->MacBase, GmacConfig); in synopGMAC_back_off_limit()
724 data = synopGMACReadReg((u32 *)gmacdev->MacBase, GmacFrameFilter); in synopGMAC_set_pass_control()
973 omr_reg = synopGMACReadReg((u32 *)gmacdev->DmaBase,DmaControl); in synopGMAC_pause_control()
977 mac_flow_control_reg = synopGMACReadReg((u32 *)gmacdev->MacBase,GmacFlowControl); in synopGMAC_pause_control()
1073 PHYreg = synopGMACReadReg((u32 *)gmacdev->MacBase,GmacGmiiData); in synopGMAC_mac_init()
1752 data = synopGMACReadReg((u32 *)gmacdev->DmaBase, DmaStatus); in synopGMAC_clear_interrupt()
1765 data = synopGMACReadReg((u32 *)gmacdev->DmaBase, DmaStatus); in synopGMAC_get_interrupt_type()
1796 data = synopGMACReadReg((u32 *)gmacdev->DmaBase, DmaInterrupt); in synopGMAC_enable_interrupt()
1838 data = synopGMACReadReg((u32 *)gmacdev->DmaBase, DmaControl); in synopGMAC_enable_dma_rx()
1853 data = synopGMACReadReg((u32 *)gmacdev->DmaBase, DmaControl); in synopGMAC_enable_dma_tx()
1862 data = synopGMACReadReg((u32 *)gmacdev->DmaBase, DmaControl); in synopGMAC_enable_under_size_pkt()
1871 data = synopGMACReadReg((u32 *)gmacdev->DmaBase, DmaControl); in synopGMAC_disable_under_size_pkt()
1880 data = synopGMACReadReg((u32 *)gmacdev->DmaBase, DmaControl); in synopGMAC_enable_crc_err_pkt()
1889 data = synopGMACReadReg((u32 *)gmacdev->DmaBase, DmaControl); in synopGMAC_disable_crc_err_pkt()
1987 data = synopGMACReadReg((u32 *)gmacdev->DmaBase, DmaControl); in synopGMAC_disable_dma_tx()
2000 data = synopGMACReadReg((u32 *)gmacdev->DmaBase, DmaControl); in synopGMAC_disable_dma_rx()
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()
2490 …clkval = synopGMACReadReg((u32 *)gmacdev->MacBase,GmacTSControl); //set the mdc clock to the user … in synopGMAC_TS_set_clk_type()
2707 …if(!((synopGMACReadReg((u32 *)gmacdev->MacBase,GmacTSControl)) & GmacTSADDREG)) { // if it is clea… in synopGMAC_TS_addend_update()
2736 …if(!((synopGMACReadReg((u32 *)gmacdev->MacBase,GmacTSControl)) & GmacTSUPDT)) { // if it is cleare… in synopGMAC_TS_timestamp_update()
2765 …if(!((synopGMACReadReg((u32 *)gmacdev->MacBase,GmacTSControl)) & GmacTSINT)) { // if it is cleared… in synopGMAC_TS_timestamp_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()
2850 …* higher_sec_val = (u16)(synopGMACReadReg((u32 *)gmacdev->MacBase,GmacTSHighWord) & GmacTSHighWord… in synopGMAC_TS_read_timestamp_higher_val()
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()