Lines Matching refs:slot_pair
8970 u8 i, cnt = 0, slot_pair; in _show_fbtc_cysta_v2() local
9029 slot_pair = BTC_CYCLE_SLOT_MAX / 2; in _show_fbtc_cysta_v2()
9031 if (le16_to_cpu(pcysta_le32->cycles) <= slot_pair) in _show_fbtc_cysta_v2()
9034 c_begin = le16_to_cpu(pcysta_le32->cycles) - slot_pair + 1; in _show_fbtc_cysta_v2()
9040 store_index = ((cycle - 1) % slot_pair) * 2; in _show_fbtc_cysta_v2()
9098 u8 i, cnt = 0, slot_pair, divide_cnt; in _show_fbtc_cysta_v3() local
9156 slot_pair = BTC_CYCLE_SLOT_MAX / 2; in _show_fbtc_cysta_v3()
9158 if (cycle <= slot_pair) in _show_fbtc_cysta_v3()
9161 c_begin = cycle - slot_pair + 1; in _show_fbtc_cysta_v3()
9172 store_index = ((cycle - 1) % slot_pair) * 2; in _show_fbtc_cysta_v3()
9228 u8 i, cnt = 0, slot_pair, divide_cnt; in _show_fbtc_cysta_v4() local
9288 slot_pair = BTC_CYCLE_SLOT_MAX / 2; in _show_fbtc_cysta_v4()
9290 if (cycle <= slot_pair) in _show_fbtc_cysta_v4()
9293 c_begin = cycle - slot_pair + 1; in _show_fbtc_cysta_v4()
9304 store_index = ((cycle - 1) % slot_pair) * 2; in _show_fbtc_cysta_v4()
9360 u8 i, cnt = 0, slot_pair, divide_cnt; in _show_fbtc_cysta_v5() local
9416 slot_pair = BTC_CYCLE_SLOT_MAX / 2; in _show_fbtc_cysta_v5()
9418 if (cycle <= slot_pair) in _show_fbtc_cysta_v5()
9421 c_begin = cycle - slot_pair + 1; in _show_fbtc_cysta_v5()
9435 store_index = ((cycle - 1) % slot_pair) * 2; in _show_fbtc_cysta_v5()
9492 u8 slot_pair; in _show_fbtc_cysta_v7() local
9554 slot_pair = BTC_CYCLE_SLOT_MAX / 2; in _show_fbtc_cysta_v7()
9556 if (le16_to_cpu(pcysta->cycles) <= slot_pair) in _show_fbtc_cysta_v7()
9559 c_begin = le16_to_cpu(pcysta->cycles) - slot_pair + 1; in _show_fbtc_cysta_v7()
9573 s_id = ((cycle - 1) % slot_pair) * 2; in _show_fbtc_cysta_v7()