Lines Matching refs:win_enable
1047 u32 win_enable, win_protect;
1050 win_enable = mvreg_read(pp, MVNETA_BASE_ADDR_ENABLE);
1055 if (win_enable & (1 << i)) {
1081 win_enable &= ~(1 << i);
1082 mvreg_write(pp, MVNETA_BASE_ADDR_ENABLE, win_enable);
4997 u32 win_enable;
5009 win_enable = 0x3f;
5024 win_enable &= ~(1 << i);
5033 win_enable &= ~BIT(0);
5037 mvreg_write(pp, MVNETA_BASE_ADDR_ENABLE, win_enable);