Searched refs:MODER (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | ethoc.c | 24 #define MODER 0x00 macro 248 u32 mode = ethoc_read(priv, MODER); in ethoc_enable_rx_and_tx() 250 ethoc_write(priv, MODER, mode); in ethoc_enable_rx_and_tx() 255 u32 mode = ethoc_read(priv, MODER); in ethoc_disable_rx_and_tx() 257 ethoc_write(priv, MODER, mode); in ethoc_disable_rx_and_tx() 316 mode = ethoc_read(priv, MODER); in ethoc_reset() 318 ethoc_write(priv, MODER, mode); in ethoc_reset() 321 mode = ethoc_read(priv, MODER); in ethoc_reset() 323 ethoc_write(priv, MODER, mode); in ethoc_reset()
|
| /rk3399_rockchip-uboot/arch/sh/include/asm/ |
| H A D | cpu_sh7780.h | 341 #define MODER 0xFFE60016 macro
|
| H A D | cpu_sh7722.h | 908 #define MODER 0xA4448016 macro
|