Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/rts5139/
Dms.c646 static int ms_identify_media_type(struct rts51x_chip *chip, int switch_8bit_bus) in ms_identify_media_type() argument
705 if (switch_8bit_bus) in ms_identify_media_type()
819 static int ms_pro_reset_flow(struct rts51x_chip *chip, int switch_8bit_bus) in ms_pro_reset_flow() argument
829 retval = ms_identify_media_type(chip, switch_8bit_bus); in ms_pro_reset_flow()
858 if (CHK_MSHG(ms_card) && switch_8bit_bus) { in ms_pro_reset_flow()
/linux-3.4.99/drivers/staging/rts_pstor/
Dms.c549 static int ms_identify_media_type(struct rtsx_chip *chip, int switch_8bit_bus) in ms_identify_media_type() argument
609 if (switch_8bit_bus) { in ms_identify_media_type()
726 static int ms_pro_reset_flow(struct rtsx_chip *chip, int switch_8bit_bus) in ms_pro_reset_flow() argument
737 retval = ms_identify_media_type(chip, switch_8bit_bus); in ms_pro_reset_flow()
773 if (CHK_MSHG(ms_card) && chip->support_ms_8bit && switch_8bit_bus) { in ms_pro_reset_flow()