Home
last modified time | relevance | path

Searched refs:HBB_DOORBELL (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/arcmsr/
Darcmsr.h540 struct HBB_DOORBELL struct
572 struct HBB_DOORBELL *hbb_doorbell;
Darcmsr.c4736 phbbmu->hbb_doorbell = (struct HBB_DOORBELL *)mem_base[0]; in arcmsr_initialize()
4744 phbbmu->drv2iop_doorbell = offsetof(struct HBB_DOORBELL, drv2iop_doorbell); in arcmsr_initialize()
4745 phbbmu->drv2iop_doorbell_mask = offsetof(struct HBB_DOORBELL, drv2iop_doorbell_mask); in arcmsr_initialize()
4746 phbbmu->iop2drv_doorbell = offsetof(struct HBB_DOORBELL, iop2drv_doorbell); in arcmsr_initialize()
4747 phbbmu->iop2drv_doorbell_mask = offsetof(struct HBB_DOORBELL, iop2drv_doorbell_mask); in arcmsr_initialize()