Lines Matching refs:phys
73 dma_addr_t phys; in aac_alloc_comm() local
83 base = pci_alloc_consistent(dev->pdev, size, &phys); in aac_alloc_comm()
91 dev->comm_phys = phys; in aac_alloc_comm()
97 dev->host_rrq_pa = phys + fibsize; in aac_alloc_comm()
102 dev->init_pa = phys + fibsize + host_rrq_size; in aac_alloc_comm()
119 init->AdapterFibsPhysicalAddress = cpu_to_le32((u32)phys); in aac_alloc_comm()
167 phys = (dma_addr_t)((ulong)phys + fibsize + host_rrq_size + in aac_alloc_comm()
175 phys = phys + align; in aac_alloc_comm()
180 init->CommHeaderAddress = cpu_to_le32((u32)phys); in aac_alloc_comm()
185 phys = phys + commsize; in aac_alloc_comm()
190 init->printfbuf = cpu_to_le32(phys); in aac_alloc_comm()