Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/memstick/core/
Dms_block.h40 #define MEMSTICK_INT_ERROR (MEMSTICK_INT_CMDNAK | MEMSTICK_INT_ERR)
Dms_block.c270 mrq->data[0] = MEMSTICK_INT_CMDNAK; in msb_read_int_reg()
384 if (intreg & MEMSTICK_INT_CMDNAK) in h_msb_read_page()
532 if (intreg & (MEMSTICK_INT_CMDNAK)) in h_msb_write_block()
640 if (intreg & MEMSTICK_INT_CMDNAK) in h_msb_send_command()
Dmspro_block.c569 if ((*mrq)->data[0] & (MEMSTICK_INT_CMDNAK | MEMSTICK_INT_ERR)) in h_mspro_block_wait_for_ced()
603 if (t_val & (MEMSTICK_INT_CMDNAK | MEMSTICK_INT_ERR)) { in h_mspro_block_transfer_data()
/linux-4.19.296/include/linux/
Dmemstick.h24 #define MEMSTICK_INT_CMDNAK 0x01 macro
/linux-4.19.296/drivers/memstick/host/
Drtsx_pci_ms.c389 req->int_reg |= MEMSTICK_INT_CMDNAK; in rtsx_pci_ms_issue_cmd()
Dr592.c546 dev->req->int_reg |= MEMSTICK_INT_CMDNAK; in r592_execute_tpc()
Drtsx_usb_ms.c504 req->int_reg |= MEMSTICK_INT_CMDNAK; in rtsx_usb_ms_issue_cmd()