Searched refs:chidx (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/dma/qcom/ |
D | hidma_dbg.c | 62 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()
|
D | hidma.h | 50 u8 chidx; /* channel index in the core */ member 112 int chidx; member 152 u8 chidx);
|
D | hidma_ll.c | 165 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()
|
D | hidma.c | 630 sprintf(buf, "%d\n", mdev->chidx); in hidma_show_values() 840 dmadev->chidx = readl(dmadev->dev_trca + 0x40); in hidma_probe() 842 dmadev->chidx = readl(dmadev->dev_trca + 0x28); in hidma_probe() 853 dmadev->dev_evca, dmadev->chidx); in hidma_probe()
|
/linux-6.12.1/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | pno.c | 303 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.12.1/drivers/net/wireless/quantenna/qtnfmac/ |
D | commands.c | 1369 unsigned int chidx = 0; in qtnf_cmd_resp_fill_band_info() local 1411 if (chidx == band->n_channels) { in qtnf_cmd_resp_fill_band_info() 1417 chan = &band->channels[chidx++]; in qtnf_cmd_resp_fill_band_info() 1517 if (band->n_channels != chidx) { in qtnf_cmd_resp_fill_band_info() 1519 band->n_channels, chidx); in qtnf_cmd_resp_fill_band_info()
|