Home
last modified time | relevance | path

Searched refs:MS_EXIST (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/misc/cardreader/
Drtl8411.c253 if (card_exist & MS_EXIST) in rtl8411_cd_deglitch()
254 card_exist = MS_EXIST; in rtl8411_cd_deglitch()
267 if (card_exist & MS_EXIST) { in rtl8411_cd_deglitch()
Drts5260.c430 else if (pcr->card_exist & MS_EXIST) in rts5260_process_ocp()
433 if (!(pcr->card_exist & MS_EXIST) && !(pcr->card_exist & SD_EXIST)) { in rts5260_process_ocp()
447 else if (pcr->card_exist & MS_EXIST) in rts5260_process_ocp()
651 int card_exist = (interrupt & SD_EXIST) | (interrupt & MS_EXIST); in rts5260_set_l1off_cfg_sub_d0()
Drtsx_pcr.c865 [RTSX_MS_CARD] = MS_EXIST in rtsx_pci_card_exclusive_check()
965 if ((card_detect & MS_EXIST) && pcr->slots[RTSX_MS_CARD].card_event) in rtsx_pci_card_detect()
1022 if (int_reg & MS_EXIST) { in rtsx_pci_isr()
1023 pcr->card_inserted |= MS_EXIST; in rtsx_pci_isr()
1025 pcr->card_removed |= MS_EXIST; in rtsx_pci_isr()
1026 pcr->card_inserted &= ~MS_EXIST; in rtsx_pci_isr()
Drts5249.c576 int card_exist = (interrupt & SD_EXIST) | (interrupt & MS_EXIST); in rts5250_set_l1off_cfg_sub_d0()
/Linux-v4.19/drivers/staging/rts5208/
Drtsx_transport.c248 rtsx->check_card_cd = MS_EXIST; in rtsx_send_cmd()
354 rtsx->check_card_cd = MS_EXIST; in rtsx_transfer_sglist_adma_partial()
518 rtsx->check_card_cd = MS_EXIST; in rtsx_transfer_sglist_adma()
669 rtsx->check_card_cd = MS_EXIST; in rtsx_transfer_buf()
Drtsx_card.c354 if (chip->int_reg & MS_EXIST) in rtsx_release_cards()
438 if ((chip->int_reg & MS_EXIST) && (chip->need_reinit & MS_CARD)) { in rtsx_reinit_cards()
466 if (!(chip->int_reg & MS_EXIST)) in card_cd_debounce()
474 else if (chip->int_reg & MS_EXIST) in card_cd_debounce()
495 if (chip->int_reg & MS_EXIST) in card_cd_debounce()
1114 card_cd = MS_EXIST; in detect_card_cd()
Drtsx_chip.h284 #define MS_EXIST BIT(17) macro
295 #define CARD_EXIST (XD_EXIST | MS_EXIST | SD_EXIST)
Drtsx_chip.c588 if (chip->int_reg & MS_EXIST) in rtsx_reset_chip()
2020 if (status & MS_EXIST) { in rtsx_pre_handle_interrupt()
2029 if (exit_ss && (status & MS_EXIST)) in rtsx_pre_handle_interrupt()
/Linux-v4.19/include/linux/
Drtsx_pci.h71 #define MS_EXIST (1 << 17) macro
81 #define CARD_EXIST (XD_EXIST | MS_EXIST | SD_EXIST)