win_protect       268 drivers/net/ethernet/marvell/mv643xx_eth.c 	u32 win_protect;
win_protect      2624 drivers/net/ethernet/marvell/mv643xx_eth.c 	u32 win_protect;
win_protect      2635 drivers/net/ethernet/marvell/mv643xx_eth.c 	win_protect = 0;
win_protect      2646 drivers/net/ethernet/marvell/mv643xx_eth.c 		win_protect |= 3 << (2 * i);
win_protect      2650 drivers/net/ethernet/marvell/mv643xx_eth.c 	msp->win_protect = win_protect;
win_protect      3203 drivers/net/ethernet/marvell/mv643xx_eth.c 	if (mp->shared->win_protect)
win_protect      3204 drivers/net/ethernet/marvell/mv643xx_eth.c 		wrl(mp, WINDOW_PROTECT(mp->port_num), mp->shared->win_protect);
win_protect       983 drivers/net/ethernet/marvell/mvneta.c 	u32 win_enable, win_protect;
win_protect      1013 drivers/net/ethernet/marvell/mvneta.c 	win_protect = mvreg_read(pp, MVNETA_ACCESS_PROTECT_ENABLE);
win_protect      1014 drivers/net/ethernet/marvell/mvneta.c 	win_protect |= 3 << (2 * i);
win_protect      1015 drivers/net/ethernet/marvell/mvneta.c 	mvreg_write(pp, MVNETA_ACCESS_PROTECT_ENABLE, win_protect);
win_protect      4423 drivers/net/ethernet/marvell/mvneta.c 	u32 win_protect;
win_protect      4435 drivers/net/ethernet/marvell/mvneta.c 	win_protect = 0;
win_protect      4450 drivers/net/ethernet/marvell/mvneta.c 			win_protect |= 3 << (2 * i);
win_protect      4459 drivers/net/ethernet/marvell/mvneta.c 		win_protect = 3;
win_protect      4463 drivers/net/ethernet/marvell/mvneta.c 	mvreg_write(pp, MVNETA_ACCESS_PROTECT_ENABLE, win_protect);