Home
last modified time | relevance | path

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

/linux-3.4.99/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-3.4.99/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x.h712 #define DOORBELL(bp, cid, val) \ macro
Dbnx2x_ethtool.c1935 DOORBELL(bp, txdata->cid, txdata->tx_db.raw); in bnx2x_run_loopback()
Dbnx2x_cmn.c3005 DOORBELL(bp, txdata->cid, txdata->tx_db.raw); in bnx2x_start_xmit()