Lines Matching defs:slot_pair
9107 u8 i, cnt = 0, slot_pair;
9166 slot_pair = BTC_CYCLE_SLOT_MAX / 2;
9168 if (le16_to_cpu(pcysta_le32->cycles) <= slot_pair)
9171 c_begin = le16_to_cpu(pcysta_le32->cycles) - slot_pair + 1;
9177 store_index = ((cycle - 1) % slot_pair) * 2;
9235 u8 i, cnt = 0, slot_pair, divide_cnt;
9293 slot_pair = BTC_CYCLE_SLOT_MAX / 2;
9295 if (cycle <= slot_pair)
9298 c_begin = cycle - slot_pair + 1;
9309 store_index = ((cycle - 1) % slot_pair) * 2;
9365 u8 i, cnt = 0, slot_pair, divide_cnt;
9425 slot_pair = BTC_CYCLE_SLOT_MAX / 2;
9427 if (cycle <= slot_pair)
9430 c_begin = cycle - slot_pair + 1;
9441 store_index = ((cycle - 1) % slot_pair) * 2;
9497 u8 i, cnt = 0, slot_pair, divide_cnt;
9553 slot_pair = BTC_CYCLE_SLOT_MAX / 2;
9555 if (cycle <= slot_pair)
9558 c_begin = cycle - slot_pair + 1;
9572 store_index = ((cycle - 1) % slot_pair) * 2;
9629 u8 slot_pair;
9691 slot_pair = BTC_CYCLE_SLOT_MAX / 2;
9693 if (le16_to_cpu(pcysta->cycles) <= slot_pair)
9696 c_begin = le16_to_cpu(pcysta->cycles) - slot_pair + 1;
9710 s_id = ((cycle - 1) % slot_pair) * 2;