Home
last modified time | relevance | path

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

/drivers/staging/rts5208/
Drtsx_chip.h546 #define MS_HG 0x0400 macro
549 #define HG8BIT (MS_HG | MS_8BIT)
554 #define CHK_MSHG(ms_card) (CHK_MSPRO(ms_card) && ((ms_card)->ms_type & MS_HG))
Dms.c600 ms_card->ms_type |= MS_HG; in ms_identify_media_type()