Searched refs:MEM_BASE0 (Results 1 – 2 of 2) sorted by relevance
605 reg->drv2iop_doorbell = MEM_BASE0(ARCMSR_DRV2IOP_DOORBELL_1203); in arcmsr_hbaB_assign_regAddr()606 reg->drv2iop_doorbell_mask = MEM_BASE0(ARCMSR_DRV2IOP_DOORBELL_MASK_1203); in arcmsr_hbaB_assign_regAddr()607 reg->iop2drv_doorbell = MEM_BASE0(ARCMSR_IOP2DRV_DOORBELL_1203); in arcmsr_hbaB_assign_regAddr()608 reg->iop2drv_doorbell_mask = MEM_BASE0(ARCMSR_IOP2DRV_DOORBELL_MASK_1203); in arcmsr_hbaB_assign_regAddr()610 reg->drv2iop_doorbell= MEM_BASE0(ARCMSR_DRV2IOP_DOORBELL); in arcmsr_hbaB_assign_regAddr()611 reg->drv2iop_doorbell_mask = MEM_BASE0(ARCMSR_DRV2IOP_DOORBELL_MASK); in arcmsr_hbaB_assign_regAddr()612 reg->iop2drv_doorbell = MEM_BASE0(ARCMSR_IOP2DRV_DOORBELL); in arcmsr_hbaB_assign_regAddr()613 reg->iop2drv_doorbell_mask = MEM_BASE0(ARCMSR_IOP2DRV_DOORBELL_MASK); in arcmsr_hbaB_assign_regAddr()624 reg->chip_id = MEM_BASE0(ARCMSR_ARC1214_CHIP_ID); in arcmsr_hbaD_assign_regAddr()625 reg->cpu_mem_config = MEM_BASE0(ARCMSR_ARC1214_CPU_MEMORY_CONFIGURATION); in arcmsr_hbaD_assign_regAddr()[all …]
314 #define MEM_BASE0(x) (u32 __iomem *)((unsigned long)acb->mem_base0 + x) macro