Searched refs:slot_cnt (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/drivers/dma/ |
D | iop-adma.c | 110 int seen_current = 0, slot_cnt = 0, slots_per_op = 0; in __iop_adma_slot_cleanup() local 144 if (!slot_cnt && !slots_per_op) { in __iop_adma_slot_cleanup() 145 slot_cnt = iter->slot_cnt; in __iop_adma_slot_cleanup() 147 if (slot_cnt <= slots_per_op) { in __iop_adma_slot_cleanup() 148 slot_cnt = 0; in __iop_adma_slot_cleanup() 153 if (slot_cnt) { in __iop_adma_slot_cleanup() 157 slot_cnt -= slots_per_op; in __iop_adma_slot_cleanup() 161 if (slots_per_op != 0 && slot_cnt == 0) { in __iop_adma_slot_cleanup() 169 slot_cnt = grp_start->slot_cnt; in __iop_adma_slot_cleanup() 178 slot_cnt -= slots_per_op; in __iop_adma_slot_cleanup() [all …]
|
D | iop-adma.h | 340 int slot_cnt = iop3xx_aau_xor_slot_count(len, src_cnt, slots_per_op); in iop_chan_xor_slot_count() local 343 return slot_cnt; in iop_chan_xor_slot_count() 348 slot_cnt += *slots_per_op; in iop_chan_xor_slot_count() 351 slot_cnt += *slots_per_op; in iop_chan_xor_slot_count() 353 return slot_cnt; in iop_chan_xor_slot_count() 362 int slot_cnt = iop3xx_aau_xor_slot_count(len, src_cnt, slots_per_op); in iop_chan_zero_sum_slot_count() local 365 return slot_cnt; in iop_chan_zero_sum_slot_count() 370 slot_cnt += *slots_per_op; in iop_chan_zero_sum_slot_count() 373 slot_cnt += *slots_per_op; in iop_chan_zero_sum_slot_count() 375 return slot_cnt; in iop_chan_zero_sum_slot_count() [all …]
|
/Linux-v6.1/drivers/dma/ppc4xx/ |
D | adma.c | 794 int slot_cnt; in ppc440spe_chan_xor_slot_count() local 797 slot_cnt = *slots_per_op = (src_cnt + XOR_MAX_OPS - 1)/XOR_MAX_OPS; in ppc440spe_chan_xor_slot_count() 800 return slot_cnt; in ppc440spe_chan_xor_slot_count() 805 return slot_cnt; in ppc440spe_chan_xor_slot_count() 1539 int seen_current = 0, slot_cnt = 0, slots_per_op = 0; in __ppc440spe_adma_slot_cleanup() local 1587 if (!slot_cnt && !slots_per_op) { in __ppc440spe_adma_slot_cleanup() 1588 slot_cnt = iter->slot_cnt; in __ppc440spe_adma_slot_cleanup() 1590 if (slot_cnt <= slots_per_op) { in __ppc440spe_adma_slot_cleanup() 1591 slot_cnt = 0; in __ppc440spe_adma_slot_cleanup() 1596 if (slot_cnt) { in __ppc440spe_adma_slot_cleanup() [all …]
|
D | adma.h | 155 u16 slot_cnt; member
|
/Linux-v6.1/include/linux/platform_data/ |
D | dma-iop32x.h | 88 u16 slot_cnt; member
|
/Linux-v6.1/drivers/net/wireless/realtek/rtw89/ |
D | coex.c | 846 u32 slot_cnt[CXST_MAX]; member 884 __CPY_LE32S(slot_cnt); in rtw89_btc_fbtc_cysta_to_cpu() 1212 if (pcysta->slot_cnt[CXST_LK] != 0 && in _chk_btc_report() 1214 if (pcysta->slot_cnt[CXST_LK] < in _chk_btc_report() 1231 _chk_btc_err(rtwdev, BTC_DCNT_W1_FREEZE, pcysta->slot_cnt[CXST_W1]); in _chk_btc_report() 1232 _chk_btc_err(rtwdev, BTC_DCNT_W1_FREEZE, pcysta->slot_cnt[CXST_B1]); in _chk_btc_report() 1236 cnt_leak_slot = le32_to_cpu(pcysta_v1->slot_cnt[CXST_LK]); in _chk_btc_report() 1268 le32_to_cpu(pcysta_v1->slot_cnt[CXST_W1])); in _chk_btc_report() 1270 le32_to_cpu(pcysta_v1->slot_cnt[CXST_B1])); in _chk_btc_report() 6215 if (!pcysta->slot_cnt[i]) in _show_fbtc_cysta() [all …]
|
D | core.h | 1658 __le32 slot_cnt[CXST_MAX]; /* slot count */ member 1714 __le32 slot_cnt[CXST_MAX]; /* slot count */ member
|