Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dsunxi_emac.c174 static void emac_inblk_32bit(void *reg, void *data, int count) in emac_inblk_32bit() function
451 emac_inblk_32bit(&regs->rx_io_data, &rxhdr, sizeof(rxhdr)); in _sunxi_emac_eth_recv()
477 emac_inblk_32bit((void *)&regs->rx_io_data, packet, rx_len); in _sunxi_emac_eth_recv()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/allwinner/
H A Dsun4i-emac.c204 static void emac_inblk_32bit(void __iomem *reg, void *data, int count) in emac_inblk_32bit() function
626 emac_inblk_32bit(db->membase + EMAC_RX_IO_DATA_REG, in emac_rx()