Home
last modified time | relevance | path

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

/linux/drivers/dma/qcom/
H A 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()
H A Dhidma.h50 u8 chidx; /* channel index in the core */ member
112 int chidx; member
152 u8 chidx);
H A Dhidma_ll.c165 tre_local[HIDMA_TRE_CFG_IDX] = (lldev->chidx & 0xFF) << 8; in hidma_ll_request()
707 u8 chidx) in hidma_ll_init() argument
779 lldev->chidx = chidx; in hidma_ll_init()
H A Dhidma.c627 return sysfs_emit(buf, "%d\n", mdev->chidx); in hidma_show_values()
837 dmadev->chidx = readl(dmadev->dev_trca + 0x40); in hidma_probe()
839 dmadev->chidx = readl(dmadev->dev_trca + 0x28); in hidma_probe()
850 dmadev->dev_evca, dmadev->chidx); in hidma_probe()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A 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()