Lines Matching refs:intreg
341 u8 command, intreg; in h_msb_read_page() local
377 intreg = mrq->data[0]; in h_msb_read_page()
378 msb->regs.status.interrupt = intreg; in h_msb_read_page()
380 if (intreg & MEMSTICK_INT_CMDNAK) in h_msb_read_page()
383 if (!(intreg & MEMSTICK_INT_CED)) { in h_msb_read_page()
389 msb->state = (intreg & MEMSTICK_INT_ERR) ? in h_msb_read_page()
477 u8 intreg, command; in h_msb_write_block() local
524 intreg = mrq->data[0]; in h_msb_write_block()
525 msb->regs.status.interrupt = intreg; in h_msb_write_block()
528 if (intreg & (MEMSTICK_INT_CMDNAK)) in h_msb_write_block()
531 if (intreg & MEMSTICK_INT_ERR) in h_msb_write_block()
537 if (intreg & MEMSTICK_INT_CED) in h_msb_write_block()
545 if (!(intreg & MEMSTICK_INT_BREQ)) { in h_msb_write_block()
588 u8 intreg; in h_msb_send_command() local
634 intreg = mrq->data[0]; in h_msb_send_command()
636 if (intreg & MEMSTICK_INT_CMDNAK) in h_msb_send_command()
638 if (intreg & MEMSTICK_INT_ERR) in h_msb_send_command()
641 if (!(intreg & MEMSTICK_INT_CED)) { in h_msb_send_command()