Searched refs:GETH_BASIC_CTL0 (Results 1 – 2 of 2) sorted by relevance
61 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()
77 #define GETH_BASIC_CTL0 0x00 macro
Completed in 7 milliseconds