Searched refs:slot_pair (Results 1 – 1 of 1) sorted by relevance
6953 u8 i, cnt = 0, slot_pair; in _show_fbtc_cysta_v2() local7012 slot_pair = BTC_CYCLE_SLOT_MAX / 2; in _show_fbtc_cysta_v2()7014 if (le16_to_cpu(pcysta_le32->cycles) <= slot_pair) in _show_fbtc_cysta_v2()7017 c_begin = le16_to_cpu(pcysta_le32->cycles) - slot_pair + 1; in _show_fbtc_cysta_v2()7023 store_index = ((cycle - 1) % slot_pair) * 2; in _show_fbtc_cysta_v2()7081 u8 i, cnt = 0, slot_pair, divide_cnt; in _show_fbtc_cysta_v3() local7139 slot_pair = BTC_CYCLE_SLOT_MAX / 2; in _show_fbtc_cysta_v3()7141 if (cycle <= slot_pair) in _show_fbtc_cysta_v3()7144 c_begin = cycle - slot_pair + 1; in _show_fbtc_cysta_v3()7155 store_index = ((cycle - 1) % slot_pair) * 2; in _show_fbtc_cysta_v3()[all …]