out_le64
DEF_MMIO_OUT_D(out_le64, 64, std);
out_le64(addr, swab64(val));
out_le64(addr, val);
#define fsl_iowrite64(v, p) out_le64(p, v)