Home
last modified time | relevance | path

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

/linux/drivers/isdn/hardware/mISDN/
H A DmISDNipac.c30 #define WriteHSCX(h, o, v) (h->ip->write_reg(h->ip->hw, h->off + o, v)) macro
916 WriteHSCX(hx, IPACX_CMDRB, cmd); in hscx_cmdr()
919 WriteHSCX(hx, IPAC_CMDRB, cmd); in hscx_cmdr()
1227 WriteHSCX(hscx, IPACX_MODEB, 0xC0); /* rec off */ in hscx_mode()
1228 WriteHSCX(hscx, IPACX_EXMB, 0x30); /* std adj. */ in hscx_mode()
1229 WriteHSCX(hscx, IPACX_MASKB, 0xFF); /* ints off */ in hscx_mode()
1235 WriteHSCX(hscx, IPACX_MODEB, 0x88); /* ex trans */ in hscx_mode()
1236 WriteHSCX(hscx, IPACX_EXMB, 0x00); /* trans */ in hscx_mode()
1238 WriteHSCX(hscx, IPACX_MASKB, IPACX_B_ON); in hscx_mode()
1242 WriteHSCX(hscx, IPACX_MODEB, 0xC0); /* trans */ in hscx_mode()
[all …]