Home
last modified time | relevance | path

Searched refs:MS_INT_CMDNK (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()
491 if (int_reg & MS_INT_CMDNK) in rtsx_usb_ms_issue_cmd()
/linux/include/linux/
H A Drtsx_pci.h152 #define MS_INT_CMDNK 0x08 macro