Lines Matching defs:store_index
9108 u16 cycle, c_begin, c_end, store_index;
9177 store_index = ((cycle - 1) % slot_pair) * 2;
9182 le16_to_cpu(pcysta_le32->tslot_cycle[store_index]),
9183 le16_to_cpu(pcysta_le32->tslot_cycle[store_index + 1]));
9187 le16_to_cpu(pcysta_le32->tslot_cycle[store_index]),
9188 le16_to_cpu(pcysta_le32->tslot_cycle[store_index + 1]));
9236 u16 cycle, c_begin, c_end, store_index;
9309 store_index = ((cycle - 1) % slot_pair) * 2;
9315 le16_to_cpu(pcysta->slot_step_time[store_index]));
9317 a2dp_trx = &pcysta->a2dp_trx[store_index];
9327 le16_to_cpu(pcysta->slot_step_time[store_index + 1]));
9329 a2dp_trx = &pcysta->a2dp_trx[store_index + 1];
9366 u16 cycle, c_begin, c_end, store_index;
9441 store_index = ((cycle - 1) % slot_pair) * 2;
9447 le16_to_cpu(pcysta->slot_step_time[store_index]));
9449 a2dp_trx = &pcysta->a2dp_trx[store_index];
9459 le16_to_cpu(pcysta->slot_step_time[store_index + 1]));
9461 a2dp_trx = &pcysta->a2dp_trx[store_index + 1];
9498 u16 cycle, c_begin, c_end, store_index;
9572 store_index = ((cycle - 1) % slot_pair) * 2;
9578 le16_to_cpu(pcysta->slot_step_time[store_index]));
9580 a2dp_trx = &pcysta->a2dp_trx[store_index];
9590 le16_to_cpu(pcysta->slot_step_time[store_index + 1]));
9592 a2dp_trx = &pcysta->a2dp_trx[store_index + 1];