Searched refs:write64 (Results 1 – 9 of 9) sorted by relevance
| /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()
|
| /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()
|
| /linux/rust/kernel/ |
| H A D | io.rs | 507 fn write64(&self, _value: u64, _offset: usize) in write64() method 595 write64,
|
| /linux/drivers/net/dsa/b53/ |
| H A D | b53_spi.c | 293 .write64 = b53_spi_write64,
|
| H A D | b53_mdio.c | 281 .write64 = b53_mdio_write64,
|
| /linux/sound/soc/sof/mediatek/mt8195/ |
| H A D | mt8195.c | 426 .write64 = sof_io_write64,
|
| /linux/sound/soc/sof/mediatek/mt8186/ |
| H A D | mt8186.c | 402 .write64 = sof_io_write64,
|
| /linux/drivers/net/dsa/ |
| H A D | bcm_sf2.c | 1177 .write64 = bcm_sf2_core_write64,
|