Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/isdn/hisax/
Dipacx.h74 #define IPACX_CDA1_CR 0x4E /* RD/WR */ macro
Dipacx.c165 cda1_cr = cs->readisac(cs, IPACX_CDA1_CR); in dch_l2l1()
168 cs->writeisac(cs, IPACX_CDA1_CR, cda1_cr | 0x0a); in dch_l2l1()
171 cs->writeisac(cs, IPACX_CDA1_CR, cda1_cr & ~0x0a); in dch_l2l1()
174 cs->writeisac(cs, IPACX_CDA1_CR, cda1_cr | 0x14); in dch_l2l1()
177 cs->writeisac(cs, IPACX_CDA1_CR, cda1_cr & ~0x14); in dch_l2l1()