Searched refs:HBC_MessageUnit (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/sys/dev/arcmsr/ |
| HD | arcmsr.c | 369 …intmask_org = CHIP_REG_READ32(HBC_MessageUnit, 0, host_int_mask) ; /* disable outbound message0 in… in arcmsr_disable_allintr() 370 CHIP_REG_WRITE32(HBC_MessageUnit, 0, host_int_mask, intmask_org|ARCMSR_HBCMU_ALL_INTMASKENABLE); in arcmsr_disable_allintr() 409 CHIP_REG_WRITE32(HBC_MessageUnit, 0, host_int_mask, intmask_org & mask); in arcmsr_enable_allintr() 476 …if(CHIP_REG_READ32(HBC_MessageUnit, 0, outbound_doorbell) & ARCMSR_HBCMU_IOP2DRV_MESSAGE_CMD_DONE)… in arcmsr_hbc_wait_msgint_ready() 477 …CHIP_REG_WRITE32(HBC_MessageUnit, 0, outbound_doorbell_clear, ARCMSR_HBCMU_IOP2DRV_MESSAGE_CMD_DON… in arcmsr_hbc_wait_msgint_ready() 548 CHIP_REG_WRITE32(HBC_MessageUnit, 0, inbound_msgaddr0, ARCMSR_INBOUND_MESG0_FLUSH_CACHE); in arcmsr_flush_hbc_cache() 549 CHIP_REG_WRITE32(HBC_MessageUnit, 0, inbound_doorbell, ARCMSR_HBCMU_DRV2IOP_MESSAGE_CMD_DONE); in arcmsr_flush_hbc_cache() 697 CHIP_REG_WRITE32(HBC_MessageUnit, 0, inbound_msgaddr0, ARCMSR_INBOUND_MESG0_ABORT_CMD); in arcmsr_abort_hbc_allcmd() 698 CHIP_REG_WRITE32(HBC_MessageUnit, 0, inbound_doorbell, ARCMSR_HBCMU_DRV2IOP_MESSAGE_CMD_DONE); in arcmsr_abort_hbc_allcmd() 930 …while((CHIP_REG_READ32(HBC_MessageUnit, 0, host_int_status) & ARCMSR_HBCMU_OUTBOUND_POSTQUEUE_ISR)… in arcmsr_done4abort_postqueue() [all …]
|
| HD | arcmsr.h | 551 struct HBC_MessageUnit { struct 701 struct HBC_MessageUnit hbcmu;
|