Searched refs:writeq_cpu (Results 1 – 2 of 2) sorted by relevance
97 #define writeq_cpu(v, c) ((void)__raw_writeq((__force u64)cpu_to_le64(v), (c))) macro124 #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(); })
65 #define outq(v,c) ({ __io_pbw(); writeq_cpu((v),(void*)(c)); __io_paw(); })