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

/freebsd-13-stable/sys/dev/arcmsr/
H A Darcmsr.h599 u_int32_t host_int_mask; /*0034 0037 host interrupt mask*/ member in struct:HBC_MessageUnit
743 u_int32_t host_int_mask; /*0034 0037 host interrupt mask*/ member in struct:HBE_MessageUnit
821 u_int32_t host_int_mask; /*0034 0037 host interrupt mask*/ member in struct:HBF_MessageUnit
H A Darcmsr.c302 intmask_org = CHIP_REG_READ32(HBC_MessageUnit, 0, host_int_mask); /* disable outbound message0 int */
303 CHIP_REG_WRITE32(HBC_MessageUnit, 0, host_int_mask, intmask_org|ARCMSR_HBCMU_ALL_INTMASKENABLE);
315 intmask_org = CHIP_REG_READ32(HBE_MessageUnit, 0, host_int_mask); /* disable outbound message0 int */
316 CHIP_REG_WRITE32(HBE_MessageUnit, 0, host_int_mask, intmask_org | ARCMSR_HBEMU_ALL_INTMASKENABLE);
349 CHIP_REG_WRITE32(HBC_MessageUnit, 0, host_int_mask, intmask_org & mask);
365 CHIP_REG_WRITE32(HBE_MessageUnit, 0, host_int_mask, intmask_org & mask);

Completed in 245 milliseconds