Searched refs:addr_aligned (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/rkflash/ |
| H A D | rkflash_api.c | 141 u32 addr_aligned, offset, remain; in rksfc_nor_simply_over_write() local 143 addr_aligned = sec / NOR_SECS_PAGE * NOR_SECS_PAGE; in rksfc_nor_simply_over_write() 144 offset = sec - addr_aligned; in rksfc_nor_simply_over_write() 148 snor_read(p_dev, addr_aligned, remain, pbuf_temp); in rksfc_nor_simply_over_write() 150 snor_write(p_dev, addr_aligned, remain, pbuf_temp); in rksfc_nor_simply_over_write()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | bouncebuf.c | 14 static int addr_aligned(struct bounce_buffer *state) in addr_aligned() function 43 if (!addr_aligned(state)) { in bounce_buffer_start()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/ |
| H A D | dp_rx.c | 942 u32 *addr_aligned; in ath11k_peer_rx_tid_setup() local 995 addr_aligned = PTR_ALIGN(vaddr, HAL_LINK_DESC_ALIGN); in ath11k_peer_rx_tid_setup() 997 ath11k_hal_reo_qdesc_setup(addr_aligned, tid, ba_win_sz, in ath11k_peer_rx_tid_setup() 1000 paddr = dma_map_single(ab->dev, addr_aligned, hw_desc_sz, in ath11k_peer_rx_tid_setup()
|