Home
last modified time | relevance | path

Searched refs:E1000_GCR_RO_BITS (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/net/
H A De1000x_regs.h716 #define E1000_GCR_RO_BITS (1 << 23 | 1 << 25 | 1 << 26) macro
H A De1000e_core.c2845 uint32_t ro_bits = core->mac[GCR] & E1000_GCR_RO_BITS; in e1000e_set_gcr()
2846 core->mac[GCR] = (val & ~E1000_GCR_RO_BITS) | ro_bits; in e1000e_set_gcr()
H A Digb_core.c3076 uint32_t ro_bits = core->mac[GCR] & E1000_GCR_RO_BITS; in igb_set_gcr()
3077 core->mac[GCR] = (val & ~E1000_GCR_RO_BITS) | ro_bits; in igb_set_gcr()