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

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

Completed in 54 milliseconds