Lines Matching refs:intreg
341 u8 command, intreg; in h_msb_read_page() local
379 intreg = mrq->data[0]; in h_msb_read_page()
380 msb->regs.status.interrupt = intreg; in h_msb_read_page()
382 if (intreg & MEMSTICK_INT_CMDNAK) in h_msb_read_page()
385 if (!(intreg & MEMSTICK_INT_CED)) { in h_msb_read_page()
391 msb->state = (intreg & MEMSTICK_INT_ERR) ? in h_msb_read_page()
479 u8 intreg, command; in h_msb_write_block() local
526 intreg = mrq->data[0]; in h_msb_write_block()
527 msb->regs.status.interrupt = intreg; in h_msb_write_block()
530 if (intreg & (MEMSTICK_INT_CMDNAK)) in h_msb_write_block()
533 if (intreg & MEMSTICK_INT_ERR) in h_msb_write_block()
539 if (intreg & MEMSTICK_INT_CED) in h_msb_write_block()
547 if (!(intreg & MEMSTICK_INT_BREQ)) { in h_msb_write_block()
590 u8 intreg; in h_msb_send_command() local
636 intreg = mrq->data[0]; in h_msb_send_command()
638 if (intreg & MEMSTICK_INT_CMDNAK) in h_msb_send_command()
640 if (intreg & MEMSTICK_INT_ERR) in h_msb_send_command()
643 if (!(intreg & MEMSTICK_INT_CED)) { in h_msb_send_command()