Home
last modified time | relevance | path

Searched refs:phys1 (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/arch/metag/include/asm/
Dmmu.h67 unsigned long phys1; in mmu_phys1_addr() local
69 phys1 = (MMCU_T0LOCAL_TABLE_PHYS1 + in mmu_phys1_addr()
73 return phys1; in mmu_phys1_addr()
Dmmu_context.h57 unsigned long phys1 = mmu_phys1_addr(thread); in load_pgd() local
68 metag_out32(__pa(pgd) & MMCU_TBLPHYS1_ADDR_BITS, phys1); in load_pgd()
/linux-4.1.27/include/video/
Dimx-ipu-v3.h178 dma_addr_t phys1; member
/linux-4.1.27/drivers/crypto/
Dixp4xx_crypto.c323 u32 phys1; in free_buf_chain() local
326 phys1 = buf->phys_next; in free_buf_chain()
330 phys = phys1; in free_buf_chain()
/linux-4.1.27/drivers/gpu/ipu-v3/
Dipu-cpmem.c671 ipu_cpmem_set_buffer(ch, 1, image->phys1 + offset); in ipu_cpmem_set_image()