Home
last modified time | relevance | path

Searched refs:MEMSTICK_INT_ERR (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/drivers/memstick/core/
Dms_block.h36 #define MEMSTICK_INT_ERROR (MEMSTICK_INT_CMDNAK | MEMSTICK_INT_ERR)
Dms_block.c391 msb->state = (intreg & MEMSTICK_INT_ERR) ? in h_msb_read_page()
442 if (!(msb->regs.status.interrupt & MEMSTICK_INT_ERR)) { in h_msb_read_page()
533 if (intreg & MEMSTICK_INT_ERR) in h_msb_write_block()
640 if (intreg & MEMSTICK_INT_ERR) in h_msb_send_command()
Dmspro_block.c526 if ((*mrq)->data[0] & (MEMSTICK_INT_CMDNAK | MEMSTICK_INT_ERR)) in h_mspro_block_wait_for_ced()
560 if (t_val & (MEMSTICK_INT_CMDNAK | MEMSTICK_INT_ERR)) { in h_mspro_block_transfer_data()
/linux-6.1.9/include/linux/
Dmemstick.h24 #define MEMSTICK_INT_ERR 0x40 macro
/linux-6.1.9/drivers/memstick/host/
Drtsx_pci_ms.c381 req->int_reg |= MEMSTICK_INT_ERR; in rtsx_pci_ms_issue_cmd()
Dr592.c550 dev->req->int_reg |= MEMSTICK_INT_ERR; in r592_execute_tpc()
Drtsx_usb_ms.c496 req->int_reg |= MEMSTICK_INT_ERR; in rtsx_usb_ms_issue_cmd()