Home
last modified time | relevance | path

Searched refs:MEMSTICK_INT_CED (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/include/linux/
Dmemstick.h25 #define MEMSTICK_INT_CED 0x80 macro
/linux-6.12.1/drivers/memstick/core/
Dms_block.c385 if (!(intreg & MEMSTICK_INT_CED)) { in h_msb_read_page()
539 if (intreg & MEMSTICK_INT_CED) in h_msb_write_block()
643 if (!(intreg & MEMSTICK_INT_CED)) { in h_msb_send_command()
Dmspro_block.c495 else if (!((*mrq)->data[0] & MEMSTICK_INT_CED)) in h_mspro_block_wait_for_ced()
541 if (t_val & MEMSTICK_INT_CED) { in h_mspro_block_transfer_data()
/linux-6.12.1/drivers/memstick/host/
Dr592.c550 dev->req->int_reg |= MEMSTICK_INT_CED; in r592_execute_tpc()
Drtsx_usb_ms.c498 req->int_reg |= MEMSTICK_INT_CED; in rtsx_usb_ms_issue_cmd()