rtsx_is_card_present
static bool rtsx_is_card_present(struct rtsx_softc *sc);
if (rtsx_is_card_present(sc))
is_present = rtsx_is_card_present(sc);
if (rtsx_is_card_present(sc)) {