KMIDATA
return PLKMI_READ(sc, KMIDATA) & 0xff;
const uint32_t val = PLKMI_READ(sc, KMIDATA);
PLKMI_WRITE(sc, KMIDATA, byte & 0xff);