Home
last modified time | relevance | path

Searched hist:"227 ad7b2b6fab024fff6f60613b0e90c9e3a6724" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/net/
H A Ddesignware.c227ad7b2b6fab024fff6f60613b0e90c9e3a6724 Wed Sep 25 13:33:10 UTC 2013 Alexey Brodkin <Alexey.Brodkin@synopsys.com> net: designware: Respect "bus mode" register contents on SW reset

"bus mode" register contains lots of fields and some of them don't
expect to be written with 0 (zero). So since we're only interested in
resetting MAC (which is done with setting the least significant bit of
this register with "0") I believe it's better to modify only 1 bit of
the register.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Acked-by: Vipin Kumar <vipin.kumar@st.com>
Patch: 277864