Home
last modified time | relevance | path

Searched refs:MODER (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/hw/net/
H A Dopencores_eth.c137 MODER, enumerator
337 s->regs[MODER] = 0xa000; in open_eth_reset()
376 miss = GET_REGBIT(s, MODER, BRO);
393 if (miss && !GET_REGBIT(s, MODER, PRO)) {
399 if (GET_REGBIT(s, MODER, RECSMALL) || size >= minfl) {
424 if (GET_REGBIT(s, MODER, HUGEN) && size > maxfl) {
435 if (GET_REGBIT(s, MODER, PAD) && copy_size < minfl) {
496 if (!GET_REGBIT(s, MODER, HUGEN) &&
581 uint32_t set = val & ~s->regs[MODER];
587 s->regs[MODER] = val;
[all …]
/openbmc/u-boot/drivers/net/
H A Dethoc.c23 #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()
/openbmc/linux/drivers/net/ethernet/
H A Dethoc.c32 #define MODER 0x00 macro
290 u32 mode = ethoc_read(dev, MODER); in ethoc_enable_rx_and_tx()
292 ethoc_write(dev, MODER, mode); in ethoc_enable_rx_and_tx()
299 ethoc_write(dev, MODER, mode); in ethoc_disable_rx_and_tx()
357 mode = ethoc_read(dev, MODER); in ethoc_reset()
359 ethoc_write(dev, MODER, mode); in ethoc_reset()
362 mode = ethoc_read(dev, MODER); in ethoc_reset()
364 ethoc_write(dev, MODER, mode); in ethoc_reset()
689 mode = ethoc_read(priv, MODER); in ethoc_mdio_poll()
694 ethoc_write(priv, MODER, mode); in ethoc_mdio_poll()
[all …]
/openbmc/u-boot/arch/sh/include/asm/
H A Dcpu_sh7780.h340 #define MODER 0xFFE60016 macro
H A Dcpu_sh7722.h907 #define MODER 0xA4448016 macro