Lines Matching refs:GmacFlowControl
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()