Searched refs:address_lo (Results 76 - 85 of 85) sorted by relevance

1234

/linux-master/drivers/mailbox/
H A Dbcm-flexrm-mailbox.c1480 writel_relaxed(msg->address_lo, ring->regs + RING_MSI_ADDR_LS);
/linux-master/drivers/pci/controller/
H A Dpcie-brcmstb.c482 msg->address_lo = lower_32_bits(msi->target_addr);
H A Dpci-tegra.c1641 msg->address_lo = lower_32_bits(msi->phys);
/linux-master/include/linux/
H A Dkvm_host.h663 u32 address_lo; member in struct:kvm_kernel_irq_routing_entry::__anon685::__anon687
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_hw4.h595 uint32_t address_lo; member in struct:lpfc_rqe
H A Dlpfc_sli.c2497 hrqe.address_lo = putPaddrLow(hbq_buf->hbuf.phys);
2499 drqe.address_lo = putPaddrLow(hbq_buf->dbuf.phys);
7801 hrqe.address_lo = putPaddrLow(rqb_buffer->hbuf.phys);
7803 drqe.address_lo = putPaddrLow(rqb_buffer->dbuf.phys);
/linux-master/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c3363 doorbell = (((u64)msg->address_hi) << 32) | msg->address_lo;
/linux-master/drivers/iommu/amd/
H A Diommu.c3284 msg->address_lo = 0;
/linux-master/drivers/scsi/
H A Dips.c1787 scb->sg_list.enh_list[indx].address_lo =
/linux-master/drivers/irqchip/
H A Dirq-gic-v3-its.c1735 msg->address_lo = lower_32_bits(addr);

Completed in 300 milliseconds

1234