Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_msgbuf.c403 dhd_dma_buf_t h2d_dma_indx_rd_buf; /* Array of H2D RD indices */ member
2580 dhd_base_addr_htolpa(&base_addr, prot->h2d_dma_indx_rd_buf.pa); in dhd_prot_init()
2666 dhd_dma_buf_free(dhd, &prot->h2d_dma_indx_rd_buf); in dhd_prot_detach()
2771 dhd_dma_buf_reset(dhd, &prot->h2d_dma_indx_rd_buf); in dhd_prot_reset()
7292 ptr = (uint8 *)(prot->h2d_dma_indx_rd_buf.va); in dhd_prot_dma_indx_get()
7377 dma_buf = &prot->h2d_dma_indx_rd_buf; in dhd_prot_dma_indx_init()
8401 OSL_CACHE_INV((void *)dhd->prot->h2d_dma_indx_rd_buf.va, in dhd_prot_ringupd_dump()
8402 dhd->prot->h2d_dma_indx_rd_buf.len); in dhd_prot_ringupd_dump()
8404 ptr = (uint32 *)(dhd->prot->h2d_dma_indx_rd_buf.va); in dhd_prot_ringupd_dump()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_msgbuf.c495 dhd_dma_buf_t h2d_dma_indx_rd_buf; /* Array of H2D RD indices */ member
3321 dhd_base_addr_htolpa(&base_addr, prot->h2d_dma_indx_rd_buf.pa);
3485 dhd_dma_buf_free(dhd, &prot->h2d_dma_indx_rd_buf);
3603 dhd_dma_buf_reset(dhd, &prot->h2d_dma_indx_rd_buf);
9027 ptr = (uint8 *)(prot->h2d_dma_indx_rd_buf.va);
9112 dma_buf = &prot->h2d_dma_indx_rd_buf;
10673 if (dhd->prot->h2d_dma_indx_rd_buf.va) {
10674 OSL_CACHE_INV((void *)dhd->prot->h2d_dma_indx_rd_buf.va,
10675 dhd->prot->h2d_dma_indx_rd_buf.len);
10677 ptr = (uint32 *)(dhd->prot->h2d_dma_indx_rd_buf.va);
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_msgbuf.c495 dhd_dma_buf_t h2d_dma_indx_rd_buf; /* Array of H2D RD indices */ member
3321 dhd_base_addr_htolpa(&base_addr, prot->h2d_dma_indx_rd_buf.pa);
3485 dhd_dma_buf_free(dhd, &prot->h2d_dma_indx_rd_buf);
3603 dhd_dma_buf_reset(dhd, &prot->h2d_dma_indx_rd_buf);
9029 ptr = (uint8 *)(prot->h2d_dma_indx_rd_buf.va);
9114 dma_buf = &prot->h2d_dma_indx_rd_buf;
10675 if (dhd->prot->h2d_dma_indx_rd_buf.va) {
10676 OSL_CACHE_INV((void *)dhd->prot->h2d_dma_indx_rd_buf.va,
10677 dhd->prot->h2d_dma_indx_rd_buf.len);
10679 ptr = (uint32 *)(dhd->prot->h2d_dma_indx_rd_buf.va);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_msgbuf.c495 dhd_dma_buf_t h2d_dma_indx_rd_buf; /* Array of H2D RD indices */ member
3321 dhd_base_addr_htolpa(&base_addr, prot->h2d_dma_indx_rd_buf.pa);
3485 dhd_dma_buf_free(dhd, &prot->h2d_dma_indx_rd_buf);
3603 dhd_dma_buf_reset(dhd, &prot->h2d_dma_indx_rd_buf);
9027 ptr = (uint8 *)(prot->h2d_dma_indx_rd_buf.va);
9112 dma_buf = &prot->h2d_dma_indx_rd_buf;
10673 if (dhd->prot->h2d_dma_indx_rd_buf.va) {
10674 OSL_CACHE_INV((void *)dhd->prot->h2d_dma_indx_rd_buf.va,
10675 dhd->prot->h2d_dma_indx_rd_buf.len);
10677 ptr = (uint32 *)(dhd->prot->h2d_dma_indx_rd_buf.va);
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_msgbuf.c649 dhd_dma_buf_t h2d_dma_indx_rd_buf; /* Array of H2D RD indices */ member
4018 dhd_base_addr_htolpa(&base_addr, prot->h2d_dma_indx_rd_buf.pa); in dhd_prot_init()
4247 dhd_dma_buf_free(dhd, &prot->h2d_dma_indx_rd_buf); in dhd_prot_detach()
4377 dhd_dma_buf_reset(dhd, &prot->h2d_dma_indx_rd_buf); in dhd_prot_reset()
11913 ptr = (uint8 *)(prot->h2d_dma_indx_rd_buf.va);
12010 prot->h2d_dma_indx_rd_buf.va, prot->h2d_dma_indx_rd_copy_bufsz);
12107 dma_buf = &prot->h2d_dma_indx_rd_buf;
13954 if (dhd->prot->h2d_dma_indx_rd_buf.va) {
13955 OSL_CACHE_INV((void *)dhd->prot->h2d_dma_indx_rd_buf.va,
13956 dhd->prot->h2d_dma_indx_rd_buf.len);
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_msgbuf.c653 dhd_dma_buf_t h2d_dma_indx_rd_buf; /* Array of H2D RD indices */ member
4022 dhd_base_addr_htolpa(&base_addr, prot->h2d_dma_indx_rd_buf.pa); in dhd_prot_init()
4251 dhd_dma_buf_free(dhd, &prot->h2d_dma_indx_rd_buf); in dhd_prot_detach()
4381 dhd_dma_buf_reset(dhd, &prot->h2d_dma_indx_rd_buf); in dhd_prot_reset()
11917 ptr = (uint8 *)(prot->h2d_dma_indx_rd_buf.va);
12014 prot->h2d_dma_indx_rd_buf.va, prot->h2d_dma_indx_rd_copy_bufsz);
12111 dma_buf = &prot->h2d_dma_indx_rd_buf;
13958 if (dhd->prot->h2d_dma_indx_rd_buf.va) {
13959 OSL_CACHE_INV((void *)dhd->prot->h2d_dma_indx_rd_buf.va,
13960 dhd->prot->h2d_dma_indx_rd_buf.len);
[all …]