Home
last modified time | relevance | path

Searched refs:sh_addr_t (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dbcmpcie.h40 #define HIGH_ADDR_32(x) ((uint32) (((sh_addr_t) x).high_addr))
41 #define LOW_ADDR_32(x) ((uint32) (((sh_addr_t) x).low_addr))
46 } sh_addr_t; typedef
246 sh_addr_t base_addr; /* 64 bits address, either in host or device memory */
274 sh_addr_t h2d_w_idx_hostaddr; /* Array of all H2D ring's WR indices */
275 sh_addr_t h2d_r_idx_hostaddr; /* Array of all H2D ring's RD indices */
276 sh_addr_t d2h_w_idx_hostaddr; /* Array of all D2H ring's WR indices */
277 sh_addr_t d2h_r_idx_hostaddr; /* Array of all D2H ring's RD indices */
284 sh_addr_t ifrm_w_idx_hostaddr; /* Array of all H2D ring's WR indices for IFRM */
321 sh_addr_t host_dma_scratch_buffer;
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dbcmpcie.h40 #define HIGH_ADDR_32(x) ((uint32) (((sh_addr_t) x).high_addr))
41 #define LOW_ADDR_32(x) ((uint32) (((sh_addr_t) x).low_addr))
46 } sh_addr_t; typedef
292 sh_addr_t base_addr; /* 64 bits address, either in host or device memory */
319 sh_addr_t h2d_w_idx_hostaddr; /* Array of all H2D ring's WR indices */
320 sh_addr_t h2d_r_idx_hostaddr; /* Array of all H2D ring's RD indices */
321 sh_addr_t d2h_w_idx_hostaddr; /* Array of all D2H ring's WR indices */
322 sh_addr_t d2h_r_idx_hostaddr; /* Array of all D2H ring's RD indices */
329 sh_addr_t ifrm_w_idx_hostaddr; /* Array of all H2D ring's WR indices for IFRM */
366 sh_addr_t host_dma_scratch_buffer;
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dbcmpcie.h40 #define HIGH_ADDR_32(x) ((uint32) (((sh_addr_t) x).high_addr))
41 #define LOW_ADDR_32(x) ((uint32) (((sh_addr_t) x).low_addr))
46 } sh_addr_t; typedef
292 sh_addr_t base_addr; /* 64 bits address, either in host or device memory */
319 sh_addr_t h2d_w_idx_hostaddr; /* Array of all H2D ring's WR indices */
320 sh_addr_t h2d_r_idx_hostaddr; /* Array of all H2D ring's RD indices */
321 sh_addr_t d2h_w_idx_hostaddr; /* Array of all D2H ring's WR indices */
322 sh_addr_t d2h_r_idx_hostaddr; /* Array of all D2H ring's RD indices */
329 sh_addr_t ifrm_w_idx_hostaddr; /* Array of all H2D ring's WR indices for IFRM */
366 sh_addr_t host_dma_scratch_buffer;
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dbcmpcie.h40 #define HIGH_ADDR_32(x) ((uint32) (((sh_addr_t) x).high_addr))
41 #define LOW_ADDR_32(x) ((uint32) (((sh_addr_t) x).low_addr))
46 } sh_addr_t; typedef
292 sh_addr_t base_addr; /* 64 bits address, either in host or device memory */
319 sh_addr_t h2d_w_idx_hostaddr; /* Array of all H2D ring's WR indices */
320 sh_addr_t h2d_r_idx_hostaddr; /* Array of all H2D ring's RD indices */
321 sh_addr_t d2h_w_idx_hostaddr; /* Array of all D2H ring's WR indices */
322 sh_addr_t d2h_r_idx_hostaddr; /* Array of all D2H ring's RD indices */
329 sh_addr_t ifrm_w_idx_hostaddr; /* Array of all H2D ring's WR indices for IFRM */
366 sh_addr_t host_dma_scratch_buffer;
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dbcmpcie.h32 #define HIGH_ADDR_32(x) ((uint32) (((sh_addr_t) x).high_addr))
33 #define LOW_ADDR_32(x) ((uint32) (((sh_addr_t) x).low_addr))
38 } sh_addr_t; typedef
286 sh_addr_t base_addr; /* 64 bits address, either in host or device memory */
313 sh_addr_t h2d_w_idx_hostaddr; /* Array of all H2D ring's WR indices */
314 sh_addr_t h2d_r_idx_hostaddr; /* Array of all H2D ring's RD indices */
315 sh_addr_t d2h_w_idx_hostaddr; /* Array of all D2H ring's WR indices */
316 sh_addr_t d2h_r_idx_hostaddr; /* Array of all D2H ring's RD indices */
323 sh_addr_t ifrm_w_idx_hostaddr; /* Array of all H2D ring's WR indices for IFRM */
365 sh_addr_t host_dma_scratch_buffer;
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dbcmpcie.h32 #define HIGH_ADDR_32(x) ((uint32) (((sh_addr_t) x).high_addr))
33 #define LOW_ADDR_32(x) ((uint32) (((sh_addr_t) x).low_addr))
38 } sh_addr_t; typedef
286 sh_addr_t base_addr; /* 64 bits address, either in host or device memory */
313 sh_addr_t h2d_w_idx_hostaddr; /* Array of all H2D ring's WR indices */
314 sh_addr_t h2d_r_idx_hostaddr; /* Array of all H2D ring's RD indices */
315 sh_addr_t d2h_w_idx_hostaddr; /* Array of all D2H ring's WR indices */
316 sh_addr_t d2h_r_idx_hostaddr; /* Array of all D2H ring's RD indices */
323 sh_addr_t ifrm_w_idx_hostaddr; /* Array of all H2D ring's WR indices for IFRM */
365 sh_addr_t host_dma_scratch_buffer;
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_msgbuf.c321 sh_addr_t base_addr; /* LITTLE ENDIAN formatted: base address */
467 static INLINE void dhd_base_addr_htolpa(sh_addr_t *base_addr, dmaaddr_t pa);
979 dhd_base_addr_htolpa(sh_addr_t *base_addr, dmaaddr_t pa) in dhd_base_addr_htolpa()
2469 sh_addr_t base_addr; in dhd_prot_init()
6604 sizeof(sh_addr_t), RING_BUF_ADDR, ring->idx); in dhd_prot_ring_init()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_msgbuf.c411 sh_addr_t base_addr; /* LITTLE ENDIAN formatted: base address */
594 static INLINE void dhd_base_addr_htolpa(sh_addr_t *base_addr, dmaaddr_t pa);
1375 dhd_base_addr_htolpa(sh_addr_t *base_addr, dmaaddr_t pa) in dhd_base_addr_htolpa()
3046 sh_addr_t base_addr;
3204 sh_addr_t base_addr;
8335 sizeof(sh_addr_t), RING_BUF_ADDR, ring->idx);
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_msgbuf.c411 sh_addr_t base_addr; /* LITTLE ENDIAN formatted: base address */
594 static INLINE void dhd_base_addr_htolpa(sh_addr_t *base_addr, dmaaddr_t pa);
1375 dhd_base_addr_htolpa(sh_addr_t *base_addr, dmaaddr_t pa) in dhd_base_addr_htolpa()
3046 sh_addr_t base_addr;
3204 sh_addr_t base_addr;
8337 sizeof(sh_addr_t), RING_BUF_ADDR, ring->idx);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_msgbuf.c411 sh_addr_t base_addr; /* LITTLE ENDIAN formatted: base address */
594 static INLINE void dhd_base_addr_htolpa(sh_addr_t *base_addr, dmaaddr_t pa);
1375 dhd_base_addr_htolpa(sh_addr_t *base_addr, dmaaddr_t pa) in dhd_base_addr_htolpa()
3046 sh_addr_t base_addr;
3204 sh_addr_t base_addr;
8335 sizeof(sh_addr_t), RING_BUF_ADDR, ring->idx);
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_msgbuf.c488 sh_addr_t base_addr; /* LITTLE ENDIAN formatted: base address */
785 static INLINE void dhd_base_addr_htolpa(sh_addr_t *base_addr, dmaaddr_t pa);
1667 dhd_base_addr_htolpa(sh_addr_t *base_addr, dmaaddr_t pa) in dhd_base_addr_htolpa()
3517 sh_addr_t base_addr; in dhd_alloc_host_scbs()
3906 sh_addr_t base_addr; in dhd_prot_init()
11102 sizeof(sh_addr_t), RING_BUF_ADDR, ring->idx);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_msgbuf.c492 sh_addr_t base_addr; /* LITTLE ENDIAN formatted: base address */
789 static INLINE void dhd_base_addr_htolpa(sh_addr_t *base_addr, dmaaddr_t pa);
1671 dhd_base_addr_htolpa(sh_addr_t *base_addr, dmaaddr_t pa) in dhd_base_addr_htolpa()
3521 sh_addr_t base_addr; in dhd_alloc_host_scbs()
3910 sh_addr_t base_addr; in dhd_prot_init()
11106 sizeof(sh_addr_t), RING_BUF_ADDR, ring->idx);