Home
last modified time | relevance | path

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

/Linux-v5.4/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.c627 sprintf(buf, "%d\n", mdev->chidx); in hidma_show_values()
845 dmadev->chidx = readl(dmadev->dev_trca + 0x40); in hidma_probe()
847 dmadev->chidx = readl(dmadev->dev_trca + 0x28); in hidma_probe()
860 dmadev->dev_evca, dmadev->chidx); in hidma_probe()
/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dpno.c299 int i, err, chidx; in brcmf_pno_prep_fwconfig() local
327 chidx = brcmf_pno_get_bucket_channels(sr, pno_cfg); in brcmf_pno_prep_fwconfig()
328 if (chidx < 0) { in brcmf_pno_prep_fwconfig()
329 err = chidx; in brcmf_pno_prep_fwconfig()
332 fw_buckets[i].bucket_end_index = chidx - 1; in brcmf_pno_prep_fwconfig()
/Linux-v5.4/drivers/net/wireless/quantenna/qtnfmac/
Dcommands.c1307 unsigned int chidx = 0; in qtnf_cmd_resp_fill_band_info() local
1357 if (chidx == band->n_channels) { in qtnf_cmd_resp_fill_band_info()
1363 chan = &band->channels[chidx++]; in qtnf_cmd_resp_fill_band_info()
1460 if (band->n_channels != chidx) { in qtnf_cmd_resp_fill_band_info()
1462 band->n_channels, chidx); in qtnf_cmd_resp_fill_band_info()