Searched refs:read64 (Results 1 - 16 of 16) sorted by relevance

/linux-master/arch/x86/lib/
H A Datomic64_cx8_32.S11 .macro read64 reg
20 read64 %ecx
54 read64 %ecx
82 read64 %esi
106 read64 %esi
134 read64 %esi
163 read64 %esi
/linux-master/drivers/ntb/hw/amd/
H A Dntb_hw_amd.h61 #ifndef read64
63 #define read64 readq macro
65 #define read64 _read64 macro
H A Dntb_hw_amd.c156 reg_val = read64(peer_mmio + xlat_reg);
164 reg_val = read64(peer_mmio + limit_reg);
179 reg_val = read64(peer_mmio + xlat_reg);
906 u.v64 = read64(mmio + AMD_BAR1XLAT_OFFSET);
910 u.v64 = read64(ndev->self_mmio + AMD_BAR23XLAT_OFFSET);
914 u.v64 = read64(ndev->self_mmio + AMD_BAR45XLAT_OFFSET);
922 u.v64 = read64(ndev->self_mmio + AMD_BAR23LMT_OFFSET);
926 u.v64 = read64(ndev->self_mmio + AMD_BAR45LMT_OFFSET);
/linux-master/arch/parisc/lib/
H A Diomap.c52 u64 (*read64)(const void __iomem *); member in struct:iomap_ops
286 .read64 = iomem_read64,
351 return iomap_ops[ADDR_TO_REGION(addr)]->read64(addr);
/linux-master/drivers/net/dsa/b53/
H A Db53_priv.h38 int (*read64)(struct b53_device *dev, u8 page, u8 reg, u64 *value); member in struct:b53_io_ops
268 b53_build_op(read64, u64 *);
H A Db53_spi.c288 .read64 = b53_spi_read64,
H A Db53_mmap.c237 .read64 = b53_mmap_read64,
H A Db53_mdio.c276 .read64 = b53_mdio_read64,
H A Db53_srab.c484 .read64 = b53_srab_read64,
/linux-master/sound/soc/sof/
H A Dops.h365 if (sof_ops(sdev)->read64)
366 return sof_ops(sdev)->read64(sdev, sdev->bar[bar] + offset);
H A Dsof-priv.h203 u64 (*read64)(struct snd_sof_dev *sof_dev, member in struct:snd_sof_dsp_ops
/linux-master/drivers/gpu/drm/i915/
H A Dintel_uncore.h396 __uncore_read(read64, 64, q, true)
/linux-master/sound/soc/sof/imx/
H A Dimx8ulp.c428 .read64 = sof_io_read64,
/linux-master/sound/soc/sof/mediatek/mt8195/
H A Dmt8195.c529 .read64 = sof_io_read64,
/linux-master/sound/soc/sof/mediatek/mt8186/
H A Dmt8186.c505 .read64 = sof_io_read64,
/linux-master/drivers/net/dsa/
H A Dbcm_sf2.c1159 .read64 = bcm_sf2_core_read64,

Completed in 195 milliseconds