Searched refs:ctrl_out_idx (Results 1 – 3 of 3) sorted by relevance
190 volatile int ctrl_in_idx, ctrl_out_idx, ctrl_cnt; /* input/output pointer + count */ member231 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()
288 int ctrl_in_idx, ctrl_out_idx, ctrl_cnt; member
78 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()