Home
last modified time | relevance | path

Searched refs:win_protect (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/marvell/
Dmv643xx_eth.c282 u32 win_protect; member
2641 u32 win_protect; in mv643xx_eth_conf_mbus_windows() local
2652 win_protect = 0; in mv643xx_eth_conf_mbus_windows()
2663 win_protect |= 3 << (2 * i); in mv643xx_eth_conf_mbus_windows()
2667 msp->win_protect = win_protect; in mv643xx_eth_conf_mbus_windows()
3192 if (mp->shared->win_protect) in mv643xx_eth_probe()
3193 wrl(mp, WINDOW_PROTECT(mp->port_num), mp->shared->win_protect); in mv643xx_eth_probe()
Dmvneta.c3173 u32 win_protect; in mvneta_conf_mbus_windows() local
3185 win_protect = 0; in mvneta_conf_mbus_windows()
3196 win_protect |= 3 << (2 * i); in mvneta_conf_mbus_windows()
3200 mvreg_write(pp, MVNETA_ACCESS_PROTECT_ENABLE, win_protect); in mvneta_conf_mbus_windows()