Searched refs:WriteHSCX (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/isdn/hardware/mISDN/ |
D | mISDNipac.c | 29 #define WriteHSCX(h, o, v) (h->ip->write_reg(h->ip->hw, h->off + o, v)) macro 915 WriteHSCX(hx, IPACX_CMDRB, cmd); in hscx_cmdr() 918 WriteHSCX(hx, IPAC_CMDRB, cmd); in hscx_cmdr() 1226 WriteHSCX(hscx, IPACX_MODEB, 0xC0); /* rec off */ in hscx_mode() 1227 WriteHSCX(hscx, IPACX_EXMB, 0x30); /* std adj. */ in hscx_mode() 1228 WriteHSCX(hscx, IPACX_MASKB, 0xFF); /* ints off */ in hscx_mode() 1234 WriteHSCX(hscx, IPACX_MODEB, 0x88); /* ex trans */ in hscx_mode() 1235 WriteHSCX(hscx, IPACX_EXMB, 0x00); /* trans */ in hscx_mode() 1237 WriteHSCX(hscx, IPACX_MASKB, IPACX_B_ON); in hscx_mode() 1241 WriteHSCX(hscx, IPACX_MODEB, 0xC0); /* trans */ in hscx_mode() [all …]
|