Home
last modified time | relevance | path

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

/openbmc/linux/drivers/isdn/hardware/mISDN/
H A Dnetjet.h30 #define NJ_ISAC_OFF 0xc0 macro
H A Dnetjet.c139 ret = inb(card->base + NJ_ISAC_OFF + ((offset & 0x0f) << 2)); in ReadISAC_nj()
151 outb(value, card->base + NJ_ISAC_OFF + ((offset & 0x0f) << 2)); in WriteISAC_nj()
161 insb(card->base + NJ_ISAC_OFF, data, size); in ReadFiFoISAC_nj()
171 outsb(card->base + NJ_ISAC_OFF, data, size); in WriteFiFoISAC_nj()