Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m46x/StdDriver/drv_emac/
DsynopGMAC_Dev.c2044 synopGMACSetBits((u32 *)gmacdev->MacBase,GmacPmtCtrlStatus,GmacPmtPowerDown); in synopGMAC_power_down_enable()
2056 synopGMACClearBits((u32 *)gmacdev->MacBase,GmacPmtCtrlStatus,GmacPmtPowerDown); in synopGMAC_power_down_disable()
2084 synopGMACSetBits((u32 *)gmacdev->MacBase,GmacPmtCtrlStatus,GmacPmtMagicPktEnable); in synopGMAC_magic_packet_enable()
2090 synopGMACClearBits((u32 *)gmacdev->MacBase,GmacPmtCtrlStatus,GmacPmtMagicPktEnable); in synopGMAC_magic_packet_disable()
2102 synopGMACSetBits((u32 *)gmacdev->MacBase,GmacPmtCtrlStatus,GmacPmtWakeupFrameEnable); in synopGMAC_wakeup_frame_enable()
2113 synopGMACSetBits((u32 *)gmacdev->MacBase,GmacPmtCtrlStatus,GmacPmtGlobalUnicast); in synopGMAC_pmt_unicast_enable()
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()
2152 synopGMACSetBits((u32 *)gmacdev->MacBase,GmacPmtCtrlStatus,GmacPmtFrmFilterPtrReset);
DsynopGMAC_Dev.h306 GmacPmtCtrlStatus = 0x002C, /* PMT control and status register */ enumerator