Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m46x/StdDriver/drv_emac/
DsynopGMAC_Dev.c972 u32 mac_flow_control_reg; in synopGMAC_pause_control() local
977 mac_flow_control_reg = synopGMACReadReg((u32 *)gmacdev->MacBase,GmacFlowControl); in synopGMAC_pause_control()
978 mac_flow_control_reg |= GmacRxFlowControl | GmacTxFlowControl | 0xFFFF0000; in synopGMAC_pause_control()
979 synopGMACWriteReg((u32 *)gmacdev->MacBase,GmacFlowControl,mac_flow_control_reg); in synopGMAC_pause_control()