Home
last modified time | relevance | path

Searched refs:lo_hi_readq (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.15/include/linux/
Dio-64-nonatomic-lo-hi.h8 static inline __u64 lo_hi_readq(const volatile void __iomem *addr) in lo_hi_readq() function
43 #define readq lo_hi_readq
/Linux-v5.15/drivers/edac/
Dx38_edac.c181 info->eccerrlog[0] = lo_hi_readq(window + X38_C0ECCERRLOG); in x38_get_and_clear_error_info()
183 info->eccerrlog[1] = lo_hi_readq(window + X38_C1ECCERRLOG); in x38_get_and_clear_error_info()
194 info->eccerrlog[0] = lo_hi_readq(window + X38_C0ECCERRLOG); in x38_get_and_clear_error_info()
197 lo_hi_readq(window + X38_C1ECCERRLOG); in x38_get_and_clear_error_info()
Die31200_edac.c276 info->eccerrlog[0] = lo_hi_readq(priv->c0errlog); in ie31200_get_and_clear_error_info()
278 info->eccerrlog[1] = lo_hi_readq(priv->c1errlog); in ie31200_get_and_clear_error_info()
289 info->eccerrlog[0] = lo_hi_readq(priv->c0errlog); in ie31200_get_and_clear_error_info()
292 lo_hi_readq(priv->c1errlog); in ie31200_get_and_clear_error_info()
/Linux-v5.15/drivers/watchdog/
Dsbsa_gwdt.c133 return lo_hi_readq(gwdt->control_base + SBSA_GWDT_WOR); in sbsa_gwdt_reg_read()
181 timeleft += lo_hi_readq(gwdt->control_base + SBSA_GWDT_WCV) - in sbsa_gwdt_get_timeleft()
/Linux-v5.15/drivers/net/ethernet/aquantia/atlantic/
Daq_hw_utils.c67 value = lo_hi_readq(hw->mmio + reg); in aq_hw_read_reg64()
/Linux-v5.15/drivers/dma/
Didma64.h169 return lo_hi_readq(idma64c->regs + offset); in idma64c_readq()
/Linux-v5.15/drivers/dma/dw-axi-dmac/
Ddw-axi-dmac-platform.c497 reg_value = lo_hi_readq(chip->apb_regs + DMAC_APB_HW_HS_SEL_0); in dw_axi_dma_set_hw_channel()
1018 llp = lo_hi_readq(chan->chan_regs + CH_LLP); in axi_chan_block_xfer_complete()
/Linux-v5.15/drivers/usb/cdns3/
Dcdnsp-gadget.h1475 return lo_hi_readq(regs); in cdnsp_read_64()
/Linux-v5.15/drivers/nvme/host/
Dpci.c2500 dev->ctrl.cap = lo_hi_readq(dev->bar + NVME_REG_CAP); in nvme_pci_enable()
2866 *val = lo_hi_readq(to_nvme_dev(ctrl)->bar + off); in nvme_pci_reg_read64()
/Linux-v5.15/drivers/usb/host/
Dxhci.h1991 return lo_hi_readq(regs); in xhci_read_64()
/Linux-v5.15/Documentation/driver-api/
Ddevice-io.rst217 hi_lo_readq(), lo_hi_readq(), hi_lo_readq_relaxed(), lo_hi_readq_relaxed(),
/Linux-v5.15/drivers/scsi/mpi3mr/
Dmpi3mr_fw.c3248 base_info = lo_hi_readq(&mrioc->sysif_regs->ioc_information); in mpi3mr_init_ioc()