Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m46x/StdDriver/drv_emac/
DsynopGMAC_Dev.c192 synopGMACWriteReg((u32 *)gmacdev->DmaBase, DmaBusMode ,DmaResetOn); in synopGMAC_reset()
196 data = synopGMACReadReg((u32 *)gmacdev->DmaBase, DmaBusMode); in synopGMAC_reset()
206 synopGMACWriteReg((u32 *)gmacdev->DmaBase, DmaBusMode ,DmaResetOn); in synopGMAC_reset_nocheck()
225 synopGMACWriteReg((u32 *)gmacdev->DmaBase, DmaBusMode ,init_value); in synopGMAC_dma_bus_mode_init()
241 synopGMACWriteReg((u32 *)gmacdev->DmaBase, DmaControl, init_value); in synopGMAC_dma_control_init()
973 omr_reg = synopGMACReadReg((u32 *)gmacdev->DmaBase,DmaControl); in synopGMAC_pause_control()
975 synopGMACWriteReg((u32 *)gmacdev->DmaBase, DmaControl, omr_reg); in synopGMAC_pause_control()
1194 gmacdev->DmaBase = dmaBase; in synopGMAC_attach()
1280 …synopGMACWriteReg((u32 *)gmacdev->DmaBase,DmaRxBaseAddr,(u32)((u64)gmacdev->RxDescDma & 0xFFFFFFFF… in synopGMAC_init_rx_desc_base()
1293 …synopGMACWriteReg((u32 *)gmacdev->DmaBase,DmaTxBaseAddr,(u32)((u64)gmacdev->TxDescDma & 0xFFFFFFFF… in synopGMAC_init_tx_desc_base()
[all …]
DsynopGMAC_network_interface.c563 dma_status_reg = synopGMACReadReg((u32 *)gmacdev->DmaBase, DmaStatus); in synopGMAC0_intr_handler()
DsynopGMAC_Dev.h152 u64 DmaBase; /* base address of DMA registers */ member