Home
last modified time | relevance | path

Searched refs:MS_INT_ERR (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/memstick/host/
H A Drtsx_usb_ms.c369 if (val & (MS_INT_ERR | MS_INT_CMDNK)) in ms_write_bytes()
437 if (val & (MS_INT_ERR | MS_INT_CMDNK)) in ms_read_bytes()
495 if (int_reg & MS_INT_ERR) in rtsx_usb_ms_issue_cmd()
/linux/include/linux/
H A Drtsx_pci.h154 #define MS_INT_ERR 0x02 macro