Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/arch/powerpc/kernel/
Dhead_fsl_booke.S651 EXCEPTION(0x2070, DOORBELL, Doorbell, doorbell_exception, EXC_XFER_STD)
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x.h865 #define DOORBELL(bp, cid, val) \ macro
Dbnx2x_ethtool.c2520 DOORBELL(bp, txdata->cid, txdata->tx_db.raw); in bnx2x_run_loopback()
Dbnx2x_cmn.c4141 DOORBELL(bp, txdata->cid, txdata->tx_db.raw); in bnx2x_start_xmit()