XCHAL_HAVE_BE
#if XCHAL_HAVE_BE
XCHAL_HAVE_BE ? "big" : "little",
.big_endian = XCHAL_HAVE_BE,
.iotype = XCHAL_HAVE_BE ? UPIO_MEM32BE : UPIO_MEM32,