Home
last modified time | relevance | path

Searched refs:lo_hi_readq (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/drivers/edac/
H A 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()
H A Die31200_edac.c37 * Thus, we make use of the explicit: lo_hi_readq(), which breaks the readq into
39 * but lo_hi_readq() ensures that we are safe across all e3-1200 processors.
276 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()
/kernel/linux/linux-6.6/drivers/edac/
H A 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()
H A Die31200_edac.c41 * Thus, we make use of the explicit: lo_hi_readq(), which breaks the readq into
43 * but lo_hi_readq() ensures that we are safe across all e3-1200 processors.
284 info->eccerrlog[0] = lo_hi_readq(priv->c0errlog); in ie31200_get_and_clear_error_info()
286 info->eccerrlog[1] = lo_hi_readq(priv->c1errlog); in ie31200_get_and_clear_error_info()
297 info->eccerrlog[0] = lo_hi_readq(priv->c0errlog); in ie31200_get_and_clear_error_info()
300 lo_hi_readq(priv->c1errlog); in ie31200_get_and_clear_error_info()
/kernel/linux/linux-5.10/include/linux/
H A 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
/kernel/linux/linux-6.6/include/linux/
H A 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
/kernel/linux/linux-6.6/drivers/watchdog/
H A Dsbsa_gwdt.c132 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()
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/
H A Daq_hw_utils.c67 value = lo_hi_readq(hw->mmio + reg); in aq_hw_read_reg64()
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/
H A Daq_hw_utils.c67 value = lo_hi_readq(hw->mmio + reg); in aq_hw_read_reg64()
/kernel/linux/linux-6.6/drivers/platform/x86/intel/pmc/
H A Dcore_ssram.c35 return lo_hi_readq(addr + offset) & GENMASK_ULL(63, 3); in get_base()
/kernel/linux/linux-5.10/drivers/dma/
H A Didma64.h169 return lo_hi_readq(idma64c->regs + offset); in idma64c_readq()
/kernel/linux/linux-5.10/drivers/watchdog/
H A Dsbsa_gwdt.c155 timeleft += lo_hi_readq(gwdt->control_base + SBSA_GWDT_WCV) - in sbsa_gwdt_get_timeleft()
/kernel/linux/linux-6.6/drivers/dma/
H A Didma64.h169 return lo_hi_readq(idma64c->regs + offset); in idma64c_readq()
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdnsp-gadget.h1475 return lo_hi_readq(regs); in cdnsp_read_64()
/kernel/linux/linux-6.6/drivers/dma/dw-axi-dmac/
H A Ddw-axi-dmac-platform.c539 reg_value = lo_hi_readq(chip->apb_regs + DMAC_APB_HW_HS_SEL_0); in dw_axi_dma_set_hw_channel()
1076 llp = lo_hi_readq(chan->chan_regs + CH_LLP); in axi_chan_block_xfer_complete()
/kernel/linux/linux-5.10/drivers/nvme/host/
H A Dpci.c2390 dev->ctrl.cap = lo_hi_readq(dev->bar + NVME_REG_CAP); in nvme_pci_enable()
2770 *val = lo_hi_readq(to_nvme_dev(ctrl)->bar + off); in nvme_pci_reg_read64()
/kernel/linux/linux-6.6/drivers/nvme/host/
H A Dpci.c2492 dev->ctrl.cap = lo_hi_readq(dev->bar + NVME_REG_CAP); in nvme_pci_enable()
2805 *val = lo_hi_readq(to_nvme_dev(ctrl)->bar + off); in nvme_pci_reg_read64()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci.h1989 return lo_hi_readq(regs); in xhci_read_64()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci.h2028 return lo_hi_readq(regs); in xhci_read_64()
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/
H A Dmpi3mr_fw.c1219 base_info = lo_hi_readq(&mrioc->sysif_regs->ioc_information); in mpi3mr_bring_ioc_ready()

Completed in 37 milliseconds