Searched refs:write64 (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/drivers/ntb/hw/amd/ |
H A D | ntb_hw_amd.h | 77 #ifndef write64 79 #define write64 writeq macro 81 #define write64 _write64 macro
|
H A D | ntb_hw_amd.c | 155 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 D | iomap.c | 61 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 D | b53_priv.h | 43 int (*write64)(struct b53_device *dev, u8 page, u8 reg, u64 value); member 274 b53_build_op(write64, u64);
|
H A D | b53_mdio.c | 281 .write64 = b53_mdio_write64,
|
H A D | b53_spi.c | 293 .write64 = b53_spi_write64,
|
H A D | b53_mmap.c | 242 .write64 = b53_mmap_write64,
|
H A D | b53_srab.c | 489 .write64 = b53_srab_write64,
|
/openbmc/linux/sound/soc/sof/ |
H A D | ops.h | 326 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 D | sof-priv.h | 192 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 D | endian-ness_handling.patch | 372 +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 D | mt8195.c | 579 .write64 = sof_io_write64,
|
/openbmc/linux/sound/soc/sof/mediatek/mt8186/ |
H A D | mt8186.c | 555 .write64 = sof_io_write64,
|
/openbmc/linux/drivers/net/dsa/ |
H A D | bcm_sf2.c | 1168 .write64 = bcm_sf2_core_write64,
|