Searched refs:slot_pair (Results 1 – 1 of 1) sorted by relevance
10832 u8 i, cnt = 0, slot_pair; in _show_fbtc_cysta_v2() local10890 slot_pair = BTC_CYCLE_SLOT_MAX / 2; in _show_fbtc_cysta_v2()10892 if (le16_to_cpu(pcysta_le32->cycles) <= slot_pair) in _show_fbtc_cysta_v2()10895 c_begin = le16_to_cpu(pcysta_le32->cycles) - slot_pair + 1; in _show_fbtc_cysta_v2()10901 store_index = ((cycle - 1) % slot_pair) * 2; in _show_fbtc_cysta_v2()10963 u8 i, cnt = 0, slot_pair, divide_cnt; in _show_fbtc_cysta_v3() local11025 slot_pair = BTC_CYCLE_SLOT_MAX / 2; in _show_fbtc_cysta_v3()11027 if (cycle <= slot_pair) in _show_fbtc_cysta_v3()11030 c_begin = cycle - slot_pair + 1; in _show_fbtc_cysta_v3()11041 store_index = ((cycle - 1) % slot_pair) * 2; in _show_fbtc_cysta_v3()[all …]