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

/freebsd-11-stable/sys/dev/arcmsr/
H A Darcmsr.c300 intmask_org = CHIP_REG_READ32(HBC_MessageUnit, 0, host_int_mask); /* disable outbound message0 int */
301 CHIP_REG_WRITE32(HBC_MessageUnit, 0, host_int_mask, intmask_org|ARCMSR_HBCMU_ALL_INTMASKENABLE);
313 intmask_org = CHIP_REG_READ32(HBE_MessageUnit, 0, host_int_mask); /* disable outbound message0 int */
314 CHIP_REG_WRITE32(HBE_MessageUnit, 0, host_int_mask, intmask_org | ARCMSR_HBEMU_ALL_INTMASKENABLE);
347 CHIP_REG_WRITE32(HBC_MessageUnit, 0, host_int_mask, intmask_org & mask);
363 CHIP_REG_WRITE32(HBE_MessageUnit, 0, host_int_mask, intmask_org & mask);
H A Darcmsr.h597 u_int32_t host_int_mask; /*0034 0037 host interrupt mask*/ member in struct:HBC_MessageUnit
741 u_int32_t host_int_mask; /*0034 0037 host interrupt mask*/ member in struct:HBE_MessageUnit
819 u_int32_t host_int_mask; /*0034 0037 host interrupt mask*/ member in struct:HBF_MessageUnit

Completed in 176 milliseconds