Searched refs:E1000_GCR_RO_BITS (Results 1 – 3 of 3) sorted by relevance
716 #define E1000_GCR_RO_BITS (1 << 23 | 1 << 25 | 1 << 26) macro
2845 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()
3076 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()