Home
last modified time | relevance | path

Searched refs:DOORBELL (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/drivers/isdn/hardware/avm/
Dc4.c78 #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-4.4.14/drivers/net/ethernet/qlogic/qed/
Dqed.h483 #define DOORBELL(cdev, db_addr, val) \ macro
Dqed_spq.c226 DOORBELL(p_hwfn, qed_db_addr(p_spq->cid, DQ_DEMS_LEGACY), *(u32 *)&db); in qed_spq_hw_post()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/
Dpci.c332 DOORBELL(mlxsw_pci->doorbell_offset, in __mlxsw_pci_queue_doorbell_set()
342 DOORBELL(mlxsw_pci->doorbell_offset, in __mlxsw_pci_queue_doorbell_arm_set()
/linux-4.4.14/arch/powerpc/kernel/
Dhead_fsl_booke.S651 EXCEPTION(0x2070, DOORBELL, Doorbell, doorbell_exception, EXC_XFER_STD)
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x.h876 #define DOORBELL(bp, cid, val) \ macro
Dbnx2x_ethtool.c2565 DOORBELL(bp, txdata->cid, txdata->tx_db.raw); in bnx2x_run_loopback()
Dbnx2x_cmn.c4206 DOORBELL(bp, txdata->cid, txdata->tx_db.raw); in bnx2x_start_xmit()