Home
last modified time | relevance | path

Searched refs:write64 (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/drivers/ntb/hw/amd/
H A Dntb_hw_amd.h77 #ifndef write64
79 #define write64 writeq macro
81 #define write64 _write64 macro
H A Dntb_hw_amd.c155 write64(addr, peer_mmio + xlat_reg); in amd_ntb_mw_set_trans()
158 write64(0, peer_mmio + xlat_reg); in amd_ntb_mw_set_trans()
163 write64(limit, peer_mmio + limit_reg); in amd_ntb_mw_set_trans()
166 write64(base_addr, mmio + limit_reg); in amd_ntb_mw_set_trans()
167 write64(0, peer_mmio + xlat_reg); in amd_ntb_mw_set_trans()
178 write64(addr, peer_mmio + xlat_reg); in amd_ntb_mw_set_trans()
181 write64(0, peer_mmio + xlat_reg); in amd_ntb_mw_set_trans()
/openbmc/linux/arch/parisc/lib/
H A Diomap.c61 void (*write64)(u64, void __iomem *); member
295 .write64 = iomem_write64,
412 iomap_ops[ADDR_TO_REGION(addr)]->write64(datum, addr); in iowrite64()
/openbmc/linux/drivers/net/dsa/b53/
H A Db53_priv.h43 int (*write64)(struct b53_device *dev, u8 page, u8 reg, u64 value); member
274 b53_build_op(write64, u64);
H A Db53_mdio.c281 .write64 = b53_mdio_write64,
H A Db53_spi.c293 .write64 = b53_spi_write64,
H A Db53_mmap.c242 .write64 = b53_mmap_write64,
H A Db53_srab.c489 .write64 = b53_srab_write64,
/openbmc/linux/sound/soc/sof/
H A Dops.h326 if (sof_ops(sdev)->write64) in snd_sof_dsp_write64()
327 sof_ops(sdev)->write64(sdev, sdev->bar[bar] + offset, value); in snd_sof_dsp_write64()
H A Dsof-priv.h192 void (*write64)(struct snd_sof_dev *sof_dev, void __iomem *addr, member
/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A Dendian-ness_handling.patch372 +static uint64_t write64(uint64_t x, int be)
438 + file_entries_new->libs[idx_new].hwcap = write64(entry->hwcap, be);
/openbmc/linux/sound/soc/sof/mediatek/mt8195/
H A Dmt8195.c579 .write64 = sof_io_write64,
/openbmc/linux/sound/soc/sof/mediatek/mt8186/
H A Dmt8186.c555 .write64 = sof_io_write64,
/openbmc/linux/drivers/net/dsa/
H A Dbcm_sf2.c1168 .write64 = bcm_sf2_core_write64,