Home
last modified time | relevance | path

Searched refs:writeq_cpu (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/arch/riscv/include/asm/
Dmmio.h97 #define writeq_cpu(v, c) ((void)__raw_writeq((__force u64)cpu_to_le64(v), (c))) macro
124 #define writeq_relaxed(v, c) ({ __io_rbw(); writeq_cpu((v), (c)); __io_raw(); })
148 #define writeq(v, c) ({ __io_bw(); writeq_cpu((v), (c)); __io_aw(); })
Dio.h65 #define outq(v,c) ({ __io_pbw(); writeq_cpu((v),(void*)(c)); __io_paw(); })