Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Drtsx_usb.h114 #define STAGE_R 0x01 macro
120 #define MODE_CR (STAGE_R)
121 #define MODE_CDIR (STAGE_R | STAGE_DI)
122 #define MODE_CDOR (STAGE_R | STAGE_DO)
/openbmc/linux/drivers/misc/cardreader/
H A Drtsx_usb.c98 ucr->cmd_buf[STAGE_FLAG] = STAGE_R; in rtsx_usb_seq_cmd_hdr()