Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/memstick/core/
Dms_block.h36 #define MEMSTICK_INT_ERROR (MEMSTICK_INT_CMDNAK | MEMSTICK_INT_ERR)
Dms_block.c266 mrq->data[0] = MEMSTICK_INT_CMDNAK; in msb_read_int_reg()
382 if (intreg & MEMSTICK_INT_CMDNAK) in h_msb_read_page()
530 if (intreg & (MEMSTICK_INT_CMDNAK)) in h_msb_write_block()
638 if (intreg & MEMSTICK_INT_CMDNAK) in h_msb_send_command()
Dmspro_block.c493 if ((*mrq)->data[0] & (MEMSTICK_INT_CMDNAK | MEMSTICK_INT_ERR)) in h_mspro_block_wait_for_ced()
527 if (t_val & (MEMSTICK_INT_CMDNAK | MEMSTICK_INT_ERR)) { in h_mspro_block_transfer_data()
/linux-6.6.21/include/linux/
Dmemstick.h20 #define MEMSTICK_INT_CMDNAK 0x01 macro
/linux-6.6.21/drivers/memstick/host/
Drtsx_pci_ms.c377 req->int_reg |= MEMSTICK_INT_CMDNAK; in rtsx_pci_ms_issue_cmd()
Dr592.c544 dev->req->int_reg |= MEMSTICK_INT_CMDNAK; in r592_execute_tpc()
Drtsx_usb_ms.c492 req->int_reg |= MEMSTICK_INT_CMDNAK; in rtsx_usb_ms_issue_cmd()