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

/freebsd-13-stable/sys/dev/arcmsr/
H A Darcmsr.c295 intmask_org = READ_CHIP_REG32(0, phbbmu->iop2drv_doorbell_mask)
403 if(READ_CHIP_REG32(0, phbbmu->iop2drv_doorbell) & ARCMSR_IOP2DRV_MESSAGE_CMD_DONE) {
2272 outbound_doorbell = READ_CHIP_REG32(0, phbbmu->iop2drv_doorbell) & acb->outbound_int_enable;
2278 READ_CHIP_REG32(0, phbbmu->iop2drv_doorbell);
4091 while ((READ_CHIP_REG32(0, phbbmu->iop2drv_doorbell) & ARCMSR_MESSAGE_FIRMWARE_OK) == 0)
H A Darcmsr.h193 #define READ_CHIP_REG32(b, r) bus_space_read_4(acb->btag[b], acb->bhandle[b], r) macro

Completed in 172 milliseconds