Searched refs:DEF_MMIO_OUT_D (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | io.h | 126 #define DEF_MMIO_OUT_D(name, size, insn) \ macro 135 DEF_MMIO_OUT_D(out_8, 8, stb); 143 DEF_MMIO_OUT_D(out_be16, 16, sth); 144 DEF_MMIO_OUT_D(out_be32, 32, stw); 155 DEF_MMIO_OUT_D(out_le16, 16, sth); 156 DEF_MMIO_OUT_D(out_le32, 32, stw); 163 DEF_MMIO_OUT_D(out_be64, 64, std); 177 DEF_MMIO_OUT_D(out_le64, 64, std);
|
Completed in 5 milliseconds