Searched refs:ARCMSR_HBDMU_F0_DOORBELL_CAUSE (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/arcmsr/
H A Darcmsr.h452 #define ARCMSR_HBDMU_F0_DOORBELL_CAUSE 0x02000003 macro
H A Darcmsr.c1985 doorbell_status = CHIP_REG_READ32(HBD_MessageUnit, 0, outbound_doorbell) & ARCMSR_HBDMU_F0_DOORBELL_CAUSE;
1988 while( doorbell_status & ARCMSR_HBDMU_F0_DOORBELL_CAUSE ) {
1998 doorbell_status = CHIP_REG_READ32(HBD_MessageUnit, 0, outbound_doorbell) & ARCMSR_HBDMU_F0_DOORBELL_CAUSE;

Completed in 125 milliseconds