Symbol: write64
arch/parisc/lib/iomap.c
295
.write64 = iomem_write64,
arch/parisc/lib/iomap.c
412
iomap_ops[ADDR_TO_REGION(addr)]->write64(datum, addr);
arch/parisc/lib/iomap.c
61
void (*write64)(u64, void __iomem *);
drivers/net/dsa/b53/b53_mdio.c
281
.write64 = b53_mdio_write64,
drivers/net/dsa/b53/b53_mmap.c
354
.write64 = b53_mmap_write64,
drivers/net/dsa/b53/b53_priv.h
320
b53_build_op(write64, u64);
drivers/net/dsa/b53/b53_priv.h
43
int (*write64)(struct b53_device *dev, u8 page, u8 reg, u64 value);
drivers/net/dsa/b53/b53_spi.c
293
.write64 = b53_spi_write64,
drivers/net/dsa/b53/b53_srab.c
489
.write64 = b53_srab_write64,
drivers/net/dsa/bcm_sf2.c
1181
.write64 = bcm_sf2_core_write64,
drivers/ntb/hw/amd/ntb_hw_amd.c
155
write64(addr, peer_mmio + xlat_reg);
drivers/ntb/hw/amd/ntb_hw_amd.c
158
write64(0, peer_mmio + xlat_reg);
drivers/ntb/hw/amd/ntb_hw_amd.c
163
write64(limit, peer_mmio + limit_reg);
drivers/ntb/hw/amd/ntb_hw_amd.c
166
write64(base_addr, mmio + limit_reg);
drivers/ntb/hw/amd/ntb_hw_amd.c
167
write64(0, peer_mmio + xlat_reg);
drivers/ntb/hw/amd/ntb_hw_amd.c
178
write64(addr, peer_mmio + xlat_reg);
drivers/ntb/hw/amd/ntb_hw_amd.c
181
write64(0, peer_mmio + xlat_reg);
drivers/ntb/hw/amd/ntb_hw_amd.h
77
#ifndef write64
sound/soc/sof/mediatek/mt8186/mt8186.c
402
.write64 = sof_io_write64,
sound/soc/sof/mediatek/mt8195/mt8195.c
426
.write64 = sof_io_write64,
sound/soc/sof/ops.h
334
if (sof_ops(sdev)->write64)
sound/soc/sof/ops.h
335
sof_ops(sdev)->write64(sdev, sdev->bar[bar] + offset, value);
sound/soc/sof/sof-priv.h
194
void (*write64)(struct snd_sof_dev *sof_dev, void __iomem *addr,