Lines Matching refs:virt_to_phys
109 #define virt_to_phys(addr) (((unsigned long)addr) & 0xffffffff) macro
460 lli->src_addr = (u32)virt_to_phys(data); in rk_hash_direct_calc()
468 lli->next_addr = (u32)virt_to_phys(lli); in rk_hash_direct_calc()
475 crypto_write((u32)virt_to_phys(lli), CRYPTO_DMA_LLI_ADDR); in rk_hash_direct_calc()
799 desc->src_addr, (u32)virt_to_phys(in)); in dump_crypto_state()
801 desc->dst_addr, (u32)virt_to_phys(out)); in dump_crypto_state()
1027 data_desc->src_addr = (u32)virt_to_phys(dma_in); in hw_cipher_crypt()
1029 data_desc->dst_addr = (u32)virt_to_phys(dma_out); in hw_cipher_crypt()
1045 crypto_write((u32)virt_to_phys(data_desc), CRYPTO_DMA_LLI_ADDR); in hw_cipher_crypt()
1055 aad_desc->next_addr = (u32)virt_to_phys(data_desc); in hw_cipher_crypt()
1104 aad_desc->src_addr = (u32)virt_to_phys(aad_tmp); in hw_cipher_crypt()
1111 crypto_write((u32)virt_to_phys(aad_desc), CRYPTO_DMA_LLI_ADDR); in hw_cipher_crypt()