ISP_IOZGET_32
#define ISP_IOZGET_32(isp, s, d) d = (*((uint32_t *)s))
#define ISP_IOZGET_32(isp, s, d) d = bswap32(*((uint32_t *)(s)))