Lines Matching defs:c_end
8649 u16 cycle, c_begin, c_end, store_index;
8714 c_end = le16_to_cpu(pcysta_le32->cycles);
8716 for (cycle = c_begin; cycle <= c_end; cycle++) {
8730 if (cnt % (BTC_CYCLE_SLOT_MAX / 4) == 0 || cnt == c_end)
8777 u16 cycle, c_begin, c_end, store_index;
8841 c_end = cycle;
8848 for (cycle = c_begin; cycle <= c_end; cycle++) {
8879 if (cnt % divide_cnt == 0 || cnt == c_end)
8907 u16 cycle, c_begin, c_end, store_index;
8973 c_end = cycle;
8980 for (cycle = c_begin; cycle <= c_end; cycle++) {
9011 if (cnt % divide_cnt == 0 || cnt == c_end)
9039 u16 cycle, c_begin, c_end, store_index;
9101 c_end = cycle;
9108 if (c_begin > c_end)
9111 for (cycle = c_begin; cycle <= c_end; cycle++) {
9142 if (cnt % divide_cnt == 0 || cnt == c_end)
9168 u16 cycle, c_begin, c_end, s_id;
9239 c_end = le16_to_cpu(pcysta->cycles);
9246 if (c_begin > c_end)
9249 for (cycle = c_begin; cycle <= c_end; cycle++) {