Searched refs:MODER (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/drivers/net/ |
D | ethoc.c | 23 #define MODER 0x00 macro 247 u32 mode = ethoc_read(priv, MODER); in ethoc_enable_rx_and_tx() 249 ethoc_write(priv, MODER, mode); in ethoc_enable_rx_and_tx() 254 u32 mode = ethoc_read(priv, MODER); in ethoc_disable_rx_and_tx() 256 ethoc_write(priv, MODER, mode); in ethoc_disable_rx_and_tx() 315 mode = ethoc_read(priv, MODER); in ethoc_reset() 317 ethoc_write(priv, MODER, mode); in ethoc_reset() 320 mode = ethoc_read(priv, MODER); in ethoc_reset() 322 ethoc_write(priv, MODER, mode); in ethoc_reset()
|
/external/u-boot/arch/sh/include/asm/ |
D | cpu_sh7780.h | 340 #define MODER 0xFFE60016 macro
|
D | cpu_sh7722.h | 907 #define MODER 0xA4448016 macro
|