Searched refs:RTSX_BIPR (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/staging/rts5208/ |
D | rtsx_card.c | 339 chip->int_reg = rtsx_readl(chip, RTSX_BIPR); in rtsx_release_cards() 417 chip->int_reg = rtsx_readl(chip, RTSX_BIPR); in rtsx_reinit_cards() 456 chip->int_reg = rtsx_readl(chip, RTSX_BIPR); in card_cd_debounce() 483 chip->int_reg = rtsx_readl(chip, RTSX_BIPR); in card_cd_debounce() 1154 status = rtsx_readl(chip, RTSX_BIPR); in detect_card_cd()
|
D | rtsx_chip.h | 258 #define RTSX_BIPR 0x14 macro
|
D | rtsx_chip.c | 612 chip->int_reg = rtsx_readl(chip, RTSX_BIPR); in rtsx_reset_chip() 2099 chip->int_reg = rtsx_readl(chip, RTSX_BIPR); in rtsx_pre_handle_interrupt()
|
D | sd.c | 2558 val = rtsx_readl(chip, RTSX_BIPR); in sd_check_wp_state() 3442 temp = rtsx_readl(chip, RTSX_BIPR); in reset_mmc()
|
/linux-4.1.27/drivers/mfd/ |
D | rtl8411.c | 236 card_exist = rtsx_pci_readl(pcr, RTSX_BIPR); in rtl8411_cd_deglitch() 252 card_exist = rtsx_pci_readl(pcr, RTSX_BIPR); in rtl8411_cd_deglitch()
|
D | rtsx_pcr.c | 794 val = rtsx_pci_readl(pcr, RTSX_BIPR); in rtsx_pci_card_exist() 837 irq_status = rtsx_pci_readl(pcr, RTSX_BIPR); in rtsx_pci_card_detect() 881 int_reg = rtsx_pci_readl(pcr, RTSX_BIPR); in rtsx_pci_isr() 883 rtsx_pci_writel(pcr, RTSX_BIPR, int_reg); in rtsx_pci_isr() 1075 pcr->card_exist = rtsx_pci_readl(pcr, RTSX_BIPR) & CARD_EXIST; in rtsx_pci_init_hw()
|
/linux-4.1.27/drivers/mmc/host/ |
D | rtsx_pci_sdmmc.c | 105 return rtsx_pci_readl(host->pcr, RTSX_BIPR) & SD_EXIST; in sd_get_cd_int() 1113 val = rtsx_pci_readl(pcr, RTSX_BIPR); in sdmmc_get_ro()
|
/linux-4.1.27/include/linux/mfd/ |
D | rtsx_pci.h | 59 #define RTSX_BIPR 0x14 macro
|