Home
last modified time | relevance | path

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

/linux/include/linux/ !
H A Dmemstick.h25 #define MEMSTICK_INT_CED 0x80 macro
/linux/drivers/memstick/core/ !
H A 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()
H A 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/drivers/memstick/host/ !
H A Dr592.c550 dev->req->int_reg |= MEMSTICK_INT_CED; in r592_execute_tpc()
H A Drtsx_usb_ms.c501 req->int_reg |= MEMSTICK_INT_CED; in rtsx_usb_ms_issue_cmd()