Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dbouncebuf.c13 static int addr_aligned(struct bounce_buffer *state) in addr_aligned() function
42 if (!addr_aligned(state)) { in bounce_buffer_start()
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_rx.c939 struct hal_rx_reo_queue *addr_aligned; in ath12k_dp_rx_peer_tid_setup() local
1014 addr_aligned = PTR_ALIGN(vaddr, HAL_LINK_DESC_ALIGN); in ath12k_dp_rx_peer_tid_setup()
1016 ath12k_hal_reo_qdesc_setup(addr_aligned, tid, ba_win_sz, in ath12k_dp_rx_peer_tid_setup()
1019 paddr = dma_map_single(ab->dev, addr_aligned, hw_desc_sz, in ath12k_dp_rx_peer_tid_setup()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c1003 u32 *addr_aligned; in ath11k_peer_rx_tid_setup() local
1058 addr_aligned = PTR_ALIGN(vaddr, HAL_LINK_DESC_ALIGN); in ath11k_peer_rx_tid_setup()
1060 ath11k_hal_reo_qdesc_setup(addr_aligned, tid, ba_win_sz, in ath11k_peer_rx_tid_setup()
1063 paddr = dma_map_single(ab->dev, addr_aligned, hw_desc_sz, in ath11k_peer_rx_tid_setup()