Lines Matching defs:bits
51 static void owl_emac_reg_set(struct owl_emac_priv *priv, u32 reg, u32 bits)
53 owl_emac_reg_update(priv, reg, bits, bits);
56 static void owl_emac_reg_clear(struct owl_emac_priv *priv, u32 reg, u32 bits)
58 owl_emac_reg_update(priv, reg, bits, 0);
70 * Note the NIE and AIE bits shall also be set in order to actually
83 * WARNING: Unset only the NIE and AIE bits in CSR7 to workaround an
84 * unexpected side effect (MAC hardware bug?!) where some bits in the
533 control &= OWL_EMAC_BIT_TDES1_IC | OWL_EMAC_BIT_TDES1_TER; /* Maintain bits */
608 control &= OWL_EMAC_BIT_TDES1_IC | OWL_EMAC_BIT_TDES1_TER; /* Maintain bits */