Searched refs:writeq (Results 1 – 9 of 9) sorted by relevance
| /rk3399_rockchip-uboot/include/fsl-mc/ |
| H A D | fsl_mc_cmd.h | 112 writeq(cmd->params[i], &portal->params[i]); in mc_write_command() 115 writeq(cmd->header, &portal->header); in mc_write_command()
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | io.h | 52 writeq(value, addr); in iowrite64()
|
| /rk3399_rockchip-uboot/arch/mips/include/asm/ |
| H A D | io.h | 367 #define writeq_relaxed writeq in BUILDIO_MEM() 391 #define writeq writeq in BUILDIO_MEM() macro
|
| /rk3399_rockchip-uboot/drivers/mtd/ |
| H A D | renesas_rpc_hf.c | 231 writeq(cpu_to_be64(wdata), rpc_base + RPC_SMWDR0); in rpc_hf_xfer()
|
| /rk3399_rockchip-uboot/drivers/irq/ |
| H A D | irq-gic.c | 18 #define gicd_writeq(v, offset) writeq(v, (void *)GICD_BASE + (offset))
|
| /rk3399_rockchip-uboot/drivers/nvme/ |
| H A D | nvme.h | 574 writeq(val, regs); in nvme_writeq()
|
| /rk3399_rockchip-uboot/include/usb/ |
| H A D | xhci.h | 1128 writeq(val, regs); in xhci_writeq()
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/ |
| H A D | io.h | 118 #define writeq(v,c) ({ u64 __v = v; __iowmb(); __arch_putq(__v,c); __v; }) macro
|
| /rk3399_rockchip-uboot/drivers/mmc/ |
| H A D | sh_sdhi.c | 40 writeq(val, host->addr + (reg << host->bus_shift)); in sh_sdhi_writeq()
|