Searched refs:addr_aligned (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/common/ |
H A D | bouncebuf.c | 13 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 D | dp_rx.c | 939 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 D | dp_rx.c | 1004 u32 *addr_aligned; in ath11k_peer_rx_tid_setup() local 1059 addr_aligned = PTR_ALIGN(vaddr, HAL_LINK_DESC_ALIGN); in ath11k_peer_rx_tid_setup() 1061 ath11k_hal_reo_qdesc_setup(addr_aligned, tid, ba_win_sz, in ath11k_peer_rx_tid_setup() 1064 paddr = dma_map_single(ab->dev, addr_aligned, hw_desc_sz, in ath11k_peer_rx_tid_setup()
|