Searched refs:GETH_BASIC_CTL1 (Results 1 – 3 of 3) sorted by relevance
157 value = hal_readl(iobase + GETH_BASIC_CTL1); in geth_mac_reset()159 hal_writel(value, iobase + GETH_BASIC_CTL1); in geth_mac_reset()164 value = (hal_readl(iobase + GETH_BASIC_CTL1) & SOFT_RST); in geth_mac_reset()
681 value = hal_readl(rt_geth_dev.iobase + GETH_BASIC_CTL1); in rt_geth_init()683 hal_writel(value, rt_geth_dev.iobase + GETH_BASIC_CTL1); in rt_geth_init()
78 #define GETH_BASIC_CTL1 0x04 macro
Completed in 10 milliseconds