Home
last modified time | relevance | path

Searched refs:w6692 (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/isdn/hisax/
Dw6692.c71 switch (cs->dc.w6692.ph_state) { in W6692_new_ph()
212 if (bcs->hw.w6692.rcvidx + count > HSCX_BUFMAX) { in W6692B_empty_fifo()
216 bcs->hw.w6692.rcvidx = 0; in W6692B_empty_fifo()
219 ptr = bcs->hw.w6692.rcvbuf + bcs->hw.w6692.rcvidx; in W6692B_empty_fifo()
220 bcs->hw.w6692.rcvidx += count; in W6692B_empty_fifo()
258 bcs->hw.w6692.count += count; in W6692B_fill_fifo()
306 if ((count = bcs->hw.w6692.rcvidx) > 0) { in W6692B_interrupt()
312 memcpy(skb_put(skb, count), bcs->hw.w6692.rcvbuf, count); in W6692B_interrupt()
317 bcs->hw.w6692.rcvidx = 0; in W6692B_interrupt()
328 bcs->hw.w6692.rcvidx = 0; in W6692B_interrupt()
[all …]
Dw6692.h22 insb(cs->hw.w6692.iobase + W_B_RFIFO + (bchan ? 0x40 : 0), ptr, count)
25 outsb(cs->hw.w6692.iobase + W_B_XFIFO + (bchan ? 0x40 : 0), ptr, count)
DMakefile57 hisax-$(CONFIG_HISAX_W6692) += w6692.o
Dhisax.h529 struct w6692B_hw w6692; member
918 struct w6692_hw w6692; member
952 struct w6692_chip w6692; member
/linux-3.4.99/drivers/isdn/hardware/mISDN/
DMakefile12 obj-$(CONFIG_MISDN_W6692) += w6692.o