Searched refs:MS_EXIST (Results 1 – 5 of 5) sorted by relevance
243 if (card_exist & MS_EXIST) in rtl8411_cd_deglitch()244 card_exist = MS_EXIST; in rtl8411_cd_deglitch()257 if (card_exist & MS_EXIST) { in rtl8411_cd_deglitch()
822 [RTSX_MS_CARD] = MS_EXIST in rtsx_pci_card_exclusive_check()922 if ((card_detect & MS_EXIST) && pcr->slots[RTSX_MS_CARD].card_event) in rtsx_pci_card_detect()998 if (int_reg & MS_EXIST) { in rtsx_pci_isr()999 pcr->card_inserted |= MS_EXIST; in rtsx_pci_isr()1001 pcr->card_removed |= MS_EXIST; in rtsx_pci_isr()1002 pcr->card_inserted &= ~MS_EXIST; in rtsx_pci_isr()
534 int card_exist = (interrupt & SD_EXIST) | (interrupt & MS_EXIST); in rts5260_set_l1off_cfg_sub_d0()
677 int card_exist = (interrupt & SD_EXIST) | (interrupt & MS_EXIST); in rts5250_set_l1off_cfg_sub_d0()
59 #define MS_EXIST (1 << 17) macro70 #define CARD_EXIST (XD_EXIST | MS_EXIST | SD_EXIST)