Searched refs:LSW_REGDAT_MASK (Results 1 – 2 of 2) sorted by relevance
82 return in_be32(®s->lsw) & LSW_REGDAT_MASK; in ll_temac_local_mdio_read()94 out_be32(®s->lsw, (value & LSW_REGDAT_MASK)); in ll_temac_local_mdio_write()
121 #define LSW_REGDAT_MASK (0xFFFF << LSW_REGDAT_POS) macro