Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
380 if (intreg & MEMSTICK_INT_CMDNAK) in h_msb_read_page()
528 if (intreg & (MEMSTICK_INT_CMDNAK)) in h_msb_write_block()
636 if (intreg & MEMSTICK_INT_CMDNAK) in h_msb_send_command()
Dmspro_block.c565 if ((*mrq)->data[0] & (MEMSTICK_INT_CMDNAK | MEMSTICK_INT_ERR)) in h_mspro_block_wait_for_ced()
599 if (t_val & (MEMSTICK_INT_CMDNAK | MEMSTICK_INT_ERR)) { in h_mspro_block_transfer_data()
/kernel/linux/linux-5.10/include/linux/
Dmemstick.h20 #define MEMSTICK_INT_CMDNAK 0x01 macro
/kernel/linux/linux-5.10/drivers/memstick/host/
Drtsx_pci_ms.c377 req->int_reg |= MEMSTICK_INT_CMDNAK; in rtsx_pci_ms_issue_cmd()
Dr592.c545 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()