Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/isdn/hardware/avm/
Dc4.c137 #define c4outmeml(addr, value) writel(value, addr) macro
165 c4outmeml(card->mbase + MBOX_PEEK_POKE, off); in c4_poke()
166 c4outmeml(card->mbase + DOORBELL, DBELL_ADDR); in c4_poke()
171 c4outmeml(card->mbase + MBOX_PEEK_POKE, value); in c4_poke()
172 c4outmeml(card->mbase + DOORBELL, DBELL_DATA | DBELL_ADDR); in c4_poke()
182 c4outmeml(card->mbase + MBOX_PEEK_POKE, off); in c4_peek()
183 c4outmeml(card->mbase + DOORBELL, DBELL_RNWR | DBELL_ADDR); in c4_peek()
300 c4outmeml(card->mbase + DOORBELL, DBELL_RESET_ARM); in c4_reset()
306 c4outmeml(card->mbase + DOORBELL, DBELL_ADDR); in c4_reset()
320 c4outmeml(card->mbase + PCI_OUT_INT_MASK, 0x0c); in c4_detect()
[all …]