Home
last modified time | relevance | path

Searched refs:GmacFlowControl (Results 1 – 2 of 2) sorted by relevance

/hal_nuvoton-latest/m46x/StdDriver/drv_emac/
DsynopGMAC_Dev.c861 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()
[all …]
DsynopGMAC_Dev.h300 GmacFlowControl = 0x0018, /* Flow control Register */ enumerator