LER_RDP
bus_space_write_2(lesc->sc_iot, lesc->sc_ioh, LER_RDP, val);
val = bus_space_read_2(lesc->sc_iot, lesc->sc_ioh, LER_RDP);
if (!bus_space_peek_2(*iot, *ioh, LER_RDP))
bus_space_write_2(*iot, *ioh, LER_RDP, LE_C0_INIT | LE_C0_STOP);
if (bus_space_read_2(*iot, *ioh, LER_RDP) != LE_C0_STOP)
bus_space_write_2(*iot, *ioh, LER_RDP, LE_C0_STOP);
if (bus_space_read_2(*iot, *ioh, LER_RDP) != LE_C0_STOP)