Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/aspeed/nettest/
H A Dncsi.c463 Write_Mem_Dat_NCSI_DD( DMA_BASE + ( i << 2 ), SWAP_4B_LEDN_NCSI( eng->dat.NCSI_TxDWBUF[i] ) ); in NCSI_Tx()
518 Write_Mem_Dat_NCSI_DD(((uint32_t)&dma_buf) + ( i << 2 ), eng->dat.ARP_data[i] ); in NCSI_ARP()
H A Dcomminf.h835 GLOBAL void Write_Mem_Dat_NCSI_DD (uint32_t addr, uint32_t data);
H A Dmac.c91 void Write_Mem_Dat_NCSI_DD (uint32_t addr, uint32_t data) { in Write_Mem_Dat_NCSI_DD() function