Searched refs:slot_pair (Results 1 – 1 of 1) sorted by relevance
9819 u8 i, cnt = 0, slot_pair; in _show_fbtc_cysta_v2() local9877 slot_pair = BTC_CYCLE_SLOT_MAX / 2; in _show_fbtc_cysta_v2()9879 if (le16_to_cpu(pcysta_le32->cycles) <= slot_pair) in _show_fbtc_cysta_v2()9882 c_begin = le16_to_cpu(pcysta_le32->cycles) - slot_pair + 1; in _show_fbtc_cysta_v2()9888 store_index = ((cycle - 1) % slot_pair) * 2; in _show_fbtc_cysta_v2()9950 u8 i, cnt = 0, slot_pair, divide_cnt; in _show_fbtc_cysta_v3() local10012 slot_pair = BTC_CYCLE_SLOT_MAX / 2; in _show_fbtc_cysta_v3()10014 if (cycle <= slot_pair) in _show_fbtc_cysta_v3()10017 c_begin = cycle - slot_pair + 1; in _show_fbtc_cysta_v3()10028 store_index = ((cycle - 1) % slot_pair) * 2; in _show_fbtc_cysta_v3()[all …]