Home
last modified time | relevance | path

Searched refs:chidx (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/drivers/dma/qcom/
Dhidma_dbg.c62 seq_printf(s, "chidx = 0x%x\n", lldev->chidx); in hidma_ll_devstats()
143 int chidx = 0; in hidma_debug_init() local
155 sprintf(chan->dbg_name, "chan%d", chidx); in hidma_debug_init()
160 chidx++; in hidma_debug_init()
Dhidma.h50 u8 chidx; /* channel index in the core */ member
112 int chidx; member
152 u8 chidx);
Dhidma_ll.c165 tre_local[HIDMA_TRE_CFG_IDX] = (lldev->chidx & 0xFF) << 8; in hidma_ll_request()
711 u8 chidx) in hidma_ll_init() argument
783 lldev->chidx = chidx; in hidma_ll_init()
Dhidma.c631 sprintf(buf, "%d\n", mdev->chidx); in hidma_show_values()
841 dmadev->chidx = readl(dmadev->dev_trca + 0x40); in hidma_probe()
843 dmadev->chidx = readl(dmadev->dev_trca + 0x28); in hidma_probe()
854 dmadev->dev_evca, dmadev->chidx); in hidma_probe()
/linux-6.6.21/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dpno.c303 int i, err, chidx; in brcmf_pno_prep_fwconfig() local
331 chidx = brcmf_pno_get_bucket_channels(sr, pno_cfg); in brcmf_pno_prep_fwconfig()
332 if (chidx < 0) { in brcmf_pno_prep_fwconfig()
333 err = chidx; in brcmf_pno_prep_fwconfig()
336 fw_buckets[i].bucket_end_index = chidx - 1; in brcmf_pno_prep_fwconfig()
/linux-6.6.21/drivers/net/wireless/quantenna/qtnfmac/
Dcommands.c1368 unsigned int chidx = 0; in qtnf_cmd_resp_fill_band_info() local
1410 if (chidx == band->n_channels) { in qtnf_cmd_resp_fill_band_info()
1416 chan = &band->channels[chidx++]; in qtnf_cmd_resp_fill_band_info()
1516 if (band->n_channels != chidx) { in qtnf_cmd_resp_fill_band_info()
1518 band->n_channels, chidx); in qtnf_cmd_resp_fill_band_info()