Lines Matching defs:store_index
8649 u16 cycle, c_begin, c_end, store_index;
8718 store_index = ((cycle - 1) % slot_pair) * 2;
8723 le16_to_cpu(pcysta_le32->tslot_cycle[store_index]),
8724 le16_to_cpu(pcysta_le32->tslot_cycle[store_index + 1]));
8728 le16_to_cpu(pcysta_le32->tslot_cycle[store_index]),
8729 le16_to_cpu(pcysta_le32->tslot_cycle[store_index + 1]));
8777 u16 cycle, c_begin, c_end, store_index;
8850 store_index = ((cycle - 1) % slot_pair) * 2;
8856 le16_to_cpu(pcysta->slot_step_time[store_index]));
8858 a2dp_trx = &pcysta->a2dp_trx[store_index];
8868 le16_to_cpu(pcysta->slot_step_time[store_index + 1]));
8870 a2dp_trx = &pcysta->a2dp_trx[store_index + 1];
8907 u16 cycle, c_begin, c_end, store_index;
8982 store_index = ((cycle - 1) % slot_pair) * 2;
8988 le16_to_cpu(pcysta->slot_step_time[store_index]));
8990 a2dp_trx = &pcysta->a2dp_trx[store_index];
9000 le16_to_cpu(pcysta->slot_step_time[store_index + 1]));
9002 a2dp_trx = &pcysta->a2dp_trx[store_index + 1];
9039 u16 cycle, c_begin, c_end, store_index;
9113 store_index = ((cycle - 1) % slot_pair) * 2;
9119 le16_to_cpu(pcysta->slot_step_time[store_index]));
9121 a2dp_trx = &pcysta->a2dp_trx[store_index];
9131 le16_to_cpu(pcysta->slot_step_time[store_index + 1]));
9133 a2dp_trx = &pcysta->a2dp_trx[store_index + 1];