Home
last modified time | relevance | path

Searched refs:readq (Results 201 – 225 of 247) sorted by relevance

12345678910

/openbmc/linux/include/sound/
H A Dhdaudio.h458 #define snd_hdac_reg_readq(bus, addr) readq(addr)
/openbmc/linux/drivers/net/ethernet/cavium/liquidio/
H A Dcn66xx_device.c576 intr64 = readq(cn6xxx->intr_sum_reg64); in lio_cn6xxx_process_interrupt_regs()
/openbmc/linux/drivers/nvme/host/
H A Dapple.c1101 anv->ctrl.cap = readq(anv->mmio_nvme + NVME_REG_CAP); in apple_nvme_reset_work()
1198 *val = readq(ctrl_to_apple_nvme(ctrl)->mmio_nvme + off); in apple_nvme_reg_read64()
/openbmc/linux/drivers/net/ethernet/fungible/funcore/
H A Dfun_dev.c714 fdev->cap_reg = readq(fdev->bar + NVME_REG_CAP); in sanitize_dev()
/openbmc/linux/drivers/perf/
H A Darm-ccn.c849 #ifdef readq in arm_ccn_pmu_read_counter()
850 res = readq(ccn->dt.base + CCN_DT_PMCCNTR); in arm_ccn_pmu_read_counter()
/openbmc/u-boot/drivers/mmc/
H A Dsh_sdhi.c44 return readq(host->addr + (reg << host->bus_shift)); in sh_sdhi_readq()
/openbmc/linux/drivers/misc/genwqe/
H A Dcard_base.c1019 readq(cd->mmio + IO_SLC_CFGREG_GFIR); in genwqe_health_thread()
H A Dcard_ddcb.c1147 readq(cd->mmio + IO_SLC_CFGREG_GFIR); in genwqe_pf_isr()
/openbmc/linux/drivers/iommu/intel/
H A Diommu.h149 #define dmar_readq(a) readq(a)
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_debugfs.c624 lmt_addr = readq(lmt_map_base + index); in rvu_dbg_lmtst_map_table_display()
628 val = readq(lmt_map_base + index); in rvu_dbg_lmtst_map_table_display()
640 lmt_addr = readq(lmt_map_base + index); in rvu_dbg_lmtst_map_table_display()
644 val = readq(lmt_map_base + index); in rvu_dbg_lmtst_map_table_display()
H A Drvu.c107 reg_val = readq(reg); in rvu_poll_reg()
915 lbk_const = readq(base + LBK_CONST); in rvu_get_lbk_bufsize()
3154 ret = (readq(base + 0x10) >> 32) & 0xffff; in rvu_get_num_lbk_chans()
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.h650 return readq(addr); in otx2_read64()
/openbmc/linux/drivers/perf/arm_cspmu/
H A Darm_cspmu.c721 readq(counter_addr) : in arm_cspmu_read_counter()
/openbmc/linux/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_hw.c1399 *data = readq(addr); in netxen_nic_pci_mem_access_direct()
1418 *data = readq(addr); in netxen_pci_camqm_read_2M()
/openbmc/linux/drivers/crypto/hisilicon/
H A Dqm.c1586 val = readq(qm->io_base + QM_IFC_INT_SOURCE_P); in qm_wait_vf_prepare_finish()
1655 val = readq(qm->io_base + QM_IFC_READY_STATUS); in qm_ping_single_vf()
1695 val = readq(qm->io_base + QM_IFC_READY_STATUS); in qm_ping_all_vfs()
4869 val = readq(qm->io_base + QM_IFC_INT_SOURCE_P); in qm_cmd_process()
/openbmc/linux/drivers/platform/x86/
H A Dintel_ips.c231 #define thm_readq(off) readq(ips->regmap + (off))
/openbmc/linux/drivers/platform/mellanox/
H A Dmlxbf-pmc.c474 *result = readq(addr); in mlxbf_pmc_read()
/openbmc/linux/drivers/acpi/
H A Dosl.c701 *(u64 *) value = readq(virt_addr); in acpi_os_read_iomem()
/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_iba7322.c834 return readq(&dd->kregbase[regno]); in qib_read_kreg64()
853 return readq(&ppd->cpspec->kpregbase[regno]); in qib_read_kreg_port()
882 return readq(&dd->cspec->cregbase[regno]); in read_7322_creg()
910 return readq(&ppd->cpspec->cpregbase[regno]); in read_7322_creg_port()
3683 val = readq(&dd->kregbase[kr_revision]); in qib_do_7322_reset()
6368 dd->revision = readq(&dd->kregbase[kr_revision]); in qib_init_7322_variables()
H A Dqib_iba7220.c300 return readq(&dd->cspec->cregbase[regno]); in read_7220_creg()
2112 val = readq(&dd->kregbase[kr_revision]); in qib_setup_7220_reset()
3976 dd->revision = readq(&dd->kregbase[kr_revision]); in qib_init_7220_variables()
/openbmc/linux/drivers/edac/
H A Di10nm_base.c57 readq((m)->mbase + (i) * (m)->chan_mmio_sz + (offset))
/openbmc/linux/drivers/parisc/
H A Dlba_pci.c138 #define READ_REG64(addr) readq(addr)
H A Dsba_iommu.c134 #define READ_REG64(addr) readq(addr)
/openbmc/linux/drivers/net/ethernet/sun/
H A Dniu.c69 #ifndef readq
70 static u64 readq(void __iomem *reg) in readq() function
91 #define nr64(reg) readq(np->regs + (reg))
94 #define nr64_mac(reg) readq(np->mac_regs + (reg))
97 #define nr64_ipp(reg) readq(np->regs + np->ipp_off + (reg))
100 #define nr64_pcs(reg) readq(np->regs + np->pcs_off + (reg))
103 #define nr64_xpcs(reg) readq(np->regs + np->xpcs_off + (reg))
/openbmc/linux/drivers/perf/hisilicon/
H A Dhns3_pmu.c765 return readq(hns3_pmu->base + offset); in hns3_pmu_readq()

12345678910