Searched refs:DOORBELL (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/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-4.4.14/drivers/net/ethernet/qlogic/qed/ |
D | qed.h | 483 #define DOORBELL(cdev, db_addr, val) \ macro
|
D | qed_spq.c | 226 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/ |
D | pci.c | 332 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/ |
D | head_fsl_booke.S | 651 EXCEPTION(0x2070, DOORBELL, Doorbell, doorbell_exception, EXC_XFER_STD)
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x.h | 876 #define DOORBELL(bp, cid, val) \ macro
|
D | bnx2x_ethtool.c | 2565 DOORBELL(bp, txdata->cid, txdata->tx_db.raw); in bnx2x_run_loopback()
|
D | bnx2x_cmn.c | 4206 DOORBELL(bp, txdata->cid, txdata->tx_db.raw); in bnx2x_start_xmit()
|