Home
last modified time | relevance | path

Searched refs:axi2coreidx (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Daiutils.c2199 const axi_to_coreidx_t *axi2coreidx = NULL; in BCMPOSTTRAPFN() local
2202 axi2coreidx = axi2coreidx_4369; in BCMPOSTTRAPFN()
2209 if (!axi2coreidx) in BCMPOSTTRAPFN()
2212 coreid = axi2coreidx[axiid].coreid; in BCMPOSTTRAPFN()
2213 coreunit = axi2coreidx[axiid].coreunit; in BCMPOSTTRAPFN()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Daiutils.c2199 const axi_to_coreidx_t *axi2coreidx = NULL; in BCMPOSTTRAPFN() local
2202 axi2coreidx = axi2coreidx_4369; in BCMPOSTTRAPFN()
2209 if (!axi2coreidx) in BCMPOSTTRAPFN()
2212 coreid = axi2coreidx[axiid].coreid; in BCMPOSTTRAPFN()
2213 coreunit = axi2coreidx[axiid].coreunit; in BCMPOSTTRAPFN()
H A Dnciutils.c2904 const nci_axi_to_coreidx_t *axi2coreidx = NULL; in nci_findcoreidx_by_axiid() local
2907 axi2coreidx = axi2coreidx_4397; in nci_findcoreidx_by_axiid()
2914 if (!axi2coreidx) { in nci_findcoreidx_by_axiid()
2918 coreid = axi2coreidx[axiid].coreid; in nci_findcoreidx_by_axiid()
2919 coreunit = axi2coreidx[axiid].coreunit; in nci_findcoreidx_by_axiid()