Lines Matching refs:phys
75 dma_addr_t phys; in aac_alloc_comm() local
85 base = pci_alloc_consistent(dev->pdev, size, &phys); in aac_alloc_comm()
93 dev->comm_phys = phys; in aac_alloc_comm()
99 dev->host_rrq_pa = phys + fibsize; in aac_alloc_comm()
104 dev->init_pa = phys + fibsize + host_rrq_size; in aac_alloc_comm()
121 init->AdapterFibsPhysicalAddress = cpu_to_le32((u32)phys); in aac_alloc_comm()
169 phys = (dma_addr_t)((ulong)phys + fibsize + host_rrq_size + in aac_alloc_comm()
177 phys = phys + align; in aac_alloc_comm()
182 init->CommHeaderAddress = cpu_to_le32((u32)phys); in aac_alloc_comm()
187 phys = phys + commsize; in aac_alloc_comm()
192 init->printfbuf = cpu_to_le32(phys); in aac_alloc_comm()