Home
last modified time | relevance | path

Searched refs:hscx (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/isdn/hardware/mISDN/
H A 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 in hscx_empty_fifo()
962 hscx_fill_fifo(struct hscx_hw *hscx) hscx_fill_fifo() argument
1212 hscx_mode(struct hscx_hw *hscx, u32 bprotocol) hscx_mode() argument
[all...]
H A 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()
725 hw->hscx.mode = hw->cfg.mode; in setup_io()
726 hw->hscx in setup_io()
[all...]
H A Dipac.h57 struct hscx_hw hscx[2]; member
/kernel/linux/linux-6.6/drivers/isdn/hardware/mISDN/
H A 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 in hscx_empty_fifo()
962 hscx_fill_fifo(struct hscx_hw *hscx) hscx_fill_fifo() argument
1212 hscx_mode(struct hscx_hw *hscx, u32 bprotocol) hscx_mode() argument
[all...]
H A 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()
725 hw->hscx.mode = hw->cfg.mode; in setup_io()
726 hw->hscx in setup_io()
[all...]
H A Dipac.h57 struct hscx_hw hscx[2]; member

Completed in 9 milliseconds