Home
last modified time | relevance | path

Searched refs:MS_HG (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/rts5139/
Drts51x_chip.h632 #define MS_HG 0x0400 macro
635 #define HG8BIT (MS_HG | MS_8BIT)
644 (CHK_MSPRO(ms_card) && ((ms_card)->ms_type & MS_HG))
Dms.c706 ms_card->ms_type |= MS_HG; in ms_identify_media_type()
/drivers/staging/rts_pstor/
Drtsx_chip.h538 #define MS_HG 0x0400 macro
541 #define HG8BIT (MS_HG | MS_8BIT)
546 #define CHK_MSHG(ms_card) (CHK_MSPRO(ms_card) && ((ms_card)->ms_type & MS_HG))
Dms.c610 ms_card->ms_type |= MS_HG; in ms_identify_media_type()