Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/isdn/hardware/mISDN/
DmISDNipac.c923 hscx_empty_fifo(struct hscx_hw *hscx, u8 count) in hscx_empty_fifo() argument
928 pr_debug("%s: B%1d %d\n", hscx->ip->name, hscx->bch.nr, count); in hscx_empty_fifo()
929 if (test_bit(FLG_RX_OFF, &hscx->bch.Flags)) { in hscx_empty_fifo()
930 hscx->bch.dropcnt += count; in hscx_empty_fifo()
931 hscx_cmdr(hscx, 0x80); /* RMC */ in hscx_empty_fifo()
934 maxlen = bchannel_get_rxbuf(&hscx->bch, count); in hscx_empty_fifo()
936 hscx_cmdr(hscx, 0x80); /* RMC */ in hscx_empty_fifo()
937 if (hscx->bch.rx_skb) in hscx_empty_fifo()
938 skb_trim(hscx->bch.rx_skb, 0); in hscx_empty_fifo()
940 hscx->ip->name, hscx->bch.nr, count); in hscx_empty_fifo()
[all …]
DmISDNinfineon.c102 struct _ioaddr hscx; member
227 card->ipac.hscx[0].bch.debug = debug; in _set_debug()
228 card->ipac.hscx[1].bch.debug = debug; in _set_debug()
258 IOFUNC_IO(IPAC, inf_hw, hscx.a.io)
260 IOFUNC_IND(IPAC, inf_hw, hscx.a.io)
262 IOFUNC_MEMIO(IPAC, inf_hw, u32, hscx.a.p)
551 hw->ipac.hscx[0].slot = 0x1f; in reset_inf()
552 hw->ipac.hscx[1].slot = 0x23; in reset_inf()
720 hw->hscx.mode = hw->cfg.mode; in setup_io()
721 hw->hscx.a.io.ale = (u32)hw->cfg.start + DIVA_HSCX_ALE; in setup_io()
[all …]
Dipac.h57 struct hscx_hw hscx[2]; member