Home
last modified time | relevance | path

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

/drivers/isdn/hisax/
Dhfc_usb.c190 volatile int ctrl_in_idx, ctrl_out_idx, ctrl_cnt; /* input/output pointer + count */ member
231 cpu_to_le16(hfc->ctrl_buff[hfc->ctrl_out_idx].hfc_reg); in ctrl_start_transfer()
233 cpu_to_le16(hfc->ctrl_buff[hfc->ctrl_out_idx].reg_val); in ctrl_start_transfer()
265 if (++hfc->ctrl_out_idx >= HFC_CTRL_BUFSIZE) in ctrl_complete()
266 hfc->ctrl_out_idx = 0; /* pointer wrap */ in ctrl_complete()
/drivers/isdn/hardware/mISDN/
Dhfcsusb.h288 int ctrl_in_idx, ctrl_out_idx, ctrl_cnt; member
Dhfcsusb.c78 cpu_to_le16(hw->ctrl_buff[hw->ctrl_out_idx].hfcs_reg); in ctrl_start_transfer()
80 cpu_to_le16(hw->ctrl_buff[hw->ctrl_out_idx].reg_val); in ctrl_start_transfer()
127 if (++hw->ctrl_out_idx >= HFC_CTRL_BUFSIZE) in ctrl_complete()
128 hw->ctrl_out_idx = 0; /* pointer wrap */ in ctrl_complete()