IG4_STATUS_RX_NOTEMPTY
if (status & IG4_STATUS_RX_NOTEMPTY) {
if (status & IG4_STATUS_RX_NOTEMPTY) {
error = wait_status(sc, IG4_STATUS_RX_NOTEMPTY);
if (wait_status(sc, IG4_STATUS_RX_NOTEMPTY) == 0) {
while (status & IG4_STATUS_RX_NOTEMPTY) {