Lines Matching refs:prot
283 u32 i, base, size, enables, prot = 0, snoop_bits = 0; in mv64x60_config_ctlr_windows() local
304 prot |= (0x3 << (i << 1)); /* RW access */ in mv64x60_config_ctlr_windows()
314 out_le32((u32 *)(bridge_base + MV64x60_ENET2MEM_ACC_PROT_0), prot); in mv64x60_config_ctlr_windows()
315 out_le32((u32 *)(bridge_base + MV64x60_ENET2MEM_ACC_PROT_1), prot); in mv64x60_config_ctlr_windows()
316 out_le32((u32 *)(bridge_base + MV64x60_ENET2MEM_ACC_PROT_2), prot); in mv64x60_config_ctlr_windows()
317 out_le32((u32 *)(bridge_base + MV64x60_MPSC2MEM_ACC_PROT_0), prot); in mv64x60_config_ctlr_windows()
318 out_le32((u32 *)(bridge_base + MV64x60_MPSC2MEM_ACC_PROT_1), prot); in mv64x60_config_ctlr_windows()
319 out_le32((u32 *)(bridge_base + MV64x60_IDMA2MEM_ACC_PROT_0), prot); in mv64x60_config_ctlr_windows()
320 out_le32((u32 *)(bridge_base + MV64x60_IDMA2MEM_ACC_PROT_1), prot); in mv64x60_config_ctlr_windows()
321 out_le32((u32 *)(bridge_base + MV64x60_IDMA2MEM_ACC_PROT_2), prot); in mv64x60_config_ctlr_windows()
322 out_le32((u32 *)(bridge_base + MV64x60_IDMA2MEM_ACC_PROT_3), prot); in mv64x60_config_ctlr_windows()