Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/hisax/
Dipac.h26 #define IPAC_POTA2 0xC9 macro
Dgazel.c378 WriteISAC(cs, IPAC_POTA2 - 0x80, 0x20); in reset_gazel()
382 WriteISAC(cs, IPAC_POTA2 - 0x80, 0x00); in reset_gazel()
391 WriteISAC(cs, IPAC_POTA2 - 0x80, 0x20); in reset_gazel()
393 WriteISAC(cs, IPAC_POTA2 - 0x80, 0x00); in reset_gazel()
Dasuscom.c253 writereg(cs->hw.asus.adr, cs->hw.asus.isac, IPAC_POTA2, 0x20); in reset_asuscom()
258 writereg(cs->hw.asus.adr, cs->hw.asus.isac, IPAC_POTA2, 0x0); in reset_asuscom()
Dsedlbauer.c416 writereg(cs->hw.sedl.adr, cs->hw.sedl.isac, IPAC_POTA2, 0x20); in reset_sedlbauer()
418 writereg(cs->hw.sedl.adr, cs->hw.sedl.isac, IPAC_POTA2, 0x0); in reset_sedlbauer()
Delsa.c485 writereg(cs->hw.elsa.ale, cs->hw.elsa.isac, IPAC_POTA2, 0x20); in reset_elsa()
487 writereg(cs->hw.elsa.ale, cs->hw.elsa.isac, IPAC_POTA2, 0x00); in reset_elsa()
Ddiva.c759 writereg(cs->hw.diva.isac_adr, cs->hw.diva.isac, IPAC_POTA2, 0x20); in reset_diva()
761 writereg(cs->hw.diva.isac_adr, cs->hw.diva.isac, IPAC_POTA2, 0x00); in reset_diva()
/linux-4.19.296/drivers/isdn/hardware/mISDN/
Dipac.h183 #define IPAC_POTA2 0xC9 /* R/W */ macro
DmISDNinfineon.c488 hw->ipac.write_reg(hw, IPAC_POTA2, 0x20); in ipac_chip_reset()
490 hw->ipac.write_reg(hw, IPAC_POTA2, 0x00); in ipac_chip_reset()