Searched refs:DOORBELL (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/isdn/hardware/avm/ |
D | c4.c | 78 #define DOORBELL 0x60 macro 151 while (c4inmeml(card->mbase + DOORBELL) != 0xffffffff) { in wait_for_doorbell() 166 c4outmeml(card->mbase + DOORBELL, DBELL_ADDR); in c4_poke() 172 c4outmeml(card->mbase + DOORBELL, DBELL_DATA | DBELL_ADDR); in c4_poke() 183 c4outmeml(card->mbase + DOORBELL, DBELL_RNWR | DBELL_ADDR); in c4_peek() 300 c4outmeml(card->mbase + DOORBELL, DBELL_RESET_ARM); in c4_reset() 303 while (c4inmeml(card->mbase + DOORBELL) != 0xffffffff) { in c4_reset() 306 c4outmeml(card->mbase + DOORBELL, DBELL_ADDR); in c4_reset() 324 c4outmeml(card->mbase + DOORBELL, DBELL_RESET_ARM); in c4_detect() 327 while (c4inmeml(card->mbase + DOORBELL) != 0xffffffff) { in c4_detect() [all …]
|
/Linux-v4.19/drivers/staging/android/ |
D | vsoc.c | 54 DOORBELL = 0x0c, /* Doorbell */ enumerator 585 writel(reg_num, vsoc_dev.regs + DOORBELL); in vsoc_ioctl() 593 writel(reg_num, vsoc_dev.regs + DOORBELL); in vsoc_ioctl()
|
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/ |
D | qed.h | 910 #define DOORBELL(cdev, db_addr, val) \ macro
|
D | qed_spq.c | 282 DOORBELL(p_hwfn, qed_db_addr(p_spq->cid, DQ_DEMS_LEGACY), *(u32 *)&db); in qed_spq_hw_post()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/ |
D | pci.c | 239 DOORBELL(mlxsw_pci->doorbell_offset, in __mlxsw_pci_queue_doorbell_set() 249 DOORBELL(mlxsw_pci->doorbell_offset, in __mlxsw_pci_queue_doorbell_arm_set()
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | head_fsl_booke.S | 653 EXCEPTION(0x2070, DOORBELL, Doorbell, doorbell_exception, EXC_XFER_STD)
|