Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/gmac/
A Dhal_geth_utils.c61 value = hal_readl(iobase + GETH_BASIC_CTL0); in geth_set_link_mode()
82 hal_writel(value, iobase + GETH_BASIC_CTL0); in geth_set_link_mode()
89 value = hal_readl(iobase + GETH_BASIC_CTL0); in geth_mac_loopback()
95 hal_writel(value, iobase + GETH_BASIC_CTL0); in geth_mac_loopback()
138 value = hal_readl(iobase + GETH_BASIC_CTL0); in geth_loopback_enable()
140 hal_writel(value, iobase + GETH_BASIC_CTL0); in geth_loopback_enable()
147 value = hal_readl(iobase + GETH_BASIC_CTL0); in geth_loopback_disable()
149 hal_writel(value, iobase + GETH_BASIC_CTL0); in geth_loopback_disable()
/bsp/allwinner/libraries/sunxi-hal/include/hal/
A Dsunxi_hal_geth.h77 #define GETH_BASIC_CTL0 0x00 macro

Completed in 7 milliseconds