Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/isdn/hardware/mISDN/
DmISDNipac.c34 ph_command(struct isac_hw *isac, u8 command) in ph_command() argument
36 pr_debug("%s: ph_command %x\n", isac->name, command); in ph_command()
37 if (isac->type & IPAC_TYPE_ISACX) in ph_command()
38 WriteISAC(isac, ISACX_CIX0, (command << 4) | 0xE); in ph_command()
40 WriteISAC(isac, ISAC_CIX0, (command << 2) | 3); in ph_command()
44 isac_ph_state_change(struct isac_hw *isac) in isac_ph_state_change() argument
46 switch (isac->state) { in isac_ph_state_change()
49 ph_command(isac, ISAC_CMD_DUI); in isac_ph_state_change()
51 schedule_event(&isac->dch, FLG_PHCHANGE); in isac_ph_state_change()
57 struct isac_hw *isac = container_of(dch, struct isac_hw, dch); in isac_ph_state_bh() local
[all …]
DmISDNinfineon.c101 struct _ioaddr isac; member
226 card->ipac.isac.dch.debug = debug; in _set_debug()
257 IOFUNC_IO(ISAC, inf_hw, isac.a.io)
259 IOFUNC_IND(ISAC, inf_hw, isac.a.io)
261 IOFUNC_MEMIO(ISAC, inf_hw, u32, isac.a.p)
550 hw->ipac.isac.adf2 = 0x87; in reset_inf()
722 hw->isac.mode = hw->cfg.mode; in setup_io()
723 hw->isac.a.io.ale = (u32)hw->cfg.start + DIVA_ISAC_ALE; in setup_io()
724 hw->isac.a.io.port = (u32)hw->cfg.start + DIVA_ISAC_PORT; in setup_io()
731 hw->ipac.isac.off = 0x80; in setup_io()
[all …]
Dspeedfax.c68 struct isac_hw isac; member
78 card->isac.dch.debug = debug; in _set_debug()
131 mISDNisac_irq(&sf->isac, val); in IOFUNC_IND()
222 ret = sf->isac.ctrl(&sf->isac, HW_TESTLOOP, cq->channel); in channel_ctrl()
225 ret = sf->isac.ctrl(&sf->isac, HW_TIMER3_VALUE, cq->p1); in channel_ctrl()
249 err = sf->isac.open(&sf->isac, rq); in sfax_dctrl()
285 ret = sf->isac.init(&sf->isac); in init_card()
326 sf->isac.type = IPAC_TYPE_ISAC; in setup_speedfax()
331 ASSIGN_FUNC(IND, ISAC, sf->isac); in setup_speedfax()
347 card->isac.release(&card->isac); in release_card()
[all …]
Davmfritz.c128 struct isac_hw isac; member
140 card->isac.dch.debug = debug; in _set_debug()
638 mISDNisac_irq(&fc->isac, val); in avm_fritz_interrupt()
667 mISDNisac_irq(&fc->isac, val); in avm_fritzv2_interrupt()
794 ret = fc->isac.init(&fc->isac); in init_card()
881 ret = fc->isac.ctrl(&fc->isac, HW_TESTLOOP, cq->channel); in channel_ctrl()
884 ret = fc->isac.ctrl(&fc->isac, HW_TIMER3_VALUE, cq->p1); in channel_ctrl()
928 err = fc->isac.open(&fc->isac, rq); in avm_dctrl()
973 ASSIGN_FUNC(V1, ISAC, fc->isac); in setup_fritz()
974 fc->isac.type = IPAC_TYPE_ISAC; in setup_fritz()
[all …]
Dnetjet.c75 struct isac_hw isac; member
95 card->isac.dch.debug = debug; in _set_debug()
693 mISDNisac_irq(&card->isac, val); in nj_irq()
835 ret = card->isac.ctrl(&card->isac, HW_TESTLOOP, cq->channel); in channel_ctrl()
838 ret = card->isac.ctrl(&card->isac, HW_TIMER3_VALUE, cq->p1); in channel_ctrl()
883 err = card->isac.open(&card->isac, rq); in nj_dctrl()
927 ret = card->isac.init(&card->isac); in nj_init_card()
953 card->isac.release(&card->isac); in nj_release()
959 if (device_is_registered(&card->isac.dch.dev.dev)) in nj_release()
960 mISDN_unregister_device(&card->isac.dch.dev); in nj_release()
[all …]
Diohelper.h92 ASSIGN_FUNC(typ, ISAC, target.isac); \
Dipac.h56 struct isac_hw isac; member