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

/drivers/isdn/hisax/
H A Dteleint.c105 cs->hw.hfc.cip = offset;
106 return (readreg(cs->hw.hfc.addr | 1, cs->hw.hfc.addr, offset));
112 cs->hw.hfc.cip = offset;
113 writereg(cs->hw.hfc.addr | 1, cs->hw.hfc.addr, offset, value);
119 cs->hw.hfc.cip = 0;
120 readfifo(cs->hw.hfc.addr | 1, cs->hw.hfc.addr, 0, data, size);
126 cs->hw.hfc
[all...]
H A Dhfc_usb.c151 struct hfcusb_data *hfc; /* pointer to main structure */ member in struct:usb_fifo
223 ctrl_start_transfer(hfcusb_data *hfc) argument
225 if (hfc->ctrl_cnt) {
226 hfc->ctrl_urb->pipe = hfc->ctrl_out_pipe;
227 hfc->ctrl_urb->setup_packet = (u_char *)&hfc->ctrl_write;
228 hfc->ctrl_urb->transfer_buffer = NULL;
229 hfc->ctrl_urb->transfer_buffer_length = 0;
230 hfc
240 queue_control_request(hfcusb_data *hfc, __u8 reg, __u8 val, int action) argument
260 hfcusb_data *hfc = (hfcusb_data *) urb->context; local
274 write_led(hfcusb_data *hfc, __u8 led_state) argument
283 set_led_bit(hfcusb_data *hfc, signed short led_bits, int on) argument
300 handle_led(hfcusb_data *hfc, int event) argument
346 l1_timer_expire_t3(hfcusb_data *hfc) argument
363 l1_timer_expire_t4(hfcusb_data *hfc) argument
377 s0_state_handler(hfcusb_data *hfc, __u8 state) argument
546 hfcusb_data *hfc = fifo->hfc; local
684 hfcusb_data *hfc = fifo->hfc; local
783 hfcusb_data *hfc = fifo->hfc; local
856 hfcusb_data *hfc = fifo->hfc; local
939 setup_bchannel(hfcusb_data *hfc, int channel, int mode) argument
999 hfcusb_data *hfc = fifo->hfc; local
1095 hfc_usb_init(hfcusb_data *hfc) argument
[all...]
H A Dhfc_2bs0.c29 (cs->hw.hfc.cip & 3));
61 if (bcs->hw.hfc.f1 == bcs->hw.hfc.f2)
62 return (bcs->cs->hw.hfc.fifosize);
63 s = bcs->hw.hfc.send[bcs->hw.hfc.f1] - bcs->hw.hfc.send[bcs->hw.hfc.f2];
65 s += bcs->cs->hw.hfc.fifosize;
66 s = bcs->cs->hw.hfc
[all...]
H A Dhfc_2bds0.c147 if (bcs->hw.hfc.f1 == bcs->hw.hfc.f2)
149 s = bcs->hw.hfc.send[bcs->hw.hfc.f1] - bcs->hw.hfc.send[bcs->hw.hfc.f2];
275 bcs->hw.hfc.f1 = ReadReg(cs, HFCD_DATA, cip);
279 bcs->hw.hfc.f2 = ReadReg(cs, HFCD_DATA, cip);
280 bcs->hw.hfc.send[bcs->hw.hfc
[all...]
H A Dhfcscard.c223 cs->bcs[0].hw.hfc.send = NULL;
224 cs->bcs[1].hw.hfc.send = NULL;
H A Dhisax.h526 struct hfcB_hw hfc; member in union:BCState::__anon1890
905 struct hfc_hw hfc; member in union:IsdnCardState::__anon1891

Completed in 799 milliseconds