Searched refs:w6692 (Results 1 – 5 of 5) sorted by relevance
71 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 …]
22 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)
529 struct w6692B_hw w6692; member918 struct w6692_hw w6692; member952 struct w6692_chip w6692; member
57 hisax-$(CONFIG_HISAX_W6692) += w6692.o
12 obj-$(CONFIG_MISDN_W6692) += w6692.o