Home
last modified time | relevance | path

Searched refs:rtsx_pci_readl (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/mfd/
Drtsx_pcr.c112 val = rtsx_pci_readl(pcr, RTSX_HAIMR); in rtsx_pci_write_register()
133 val = rtsx_pci_readl(pcr, RTSX_HAIMR); in rtsx_pci_read_register()
789 val = rtsx_pci_readl(pcr, RTSX_BIPR); in rtsx_pci_card_exist()
832 irq_status = rtsx_pci_readl(pcr, RTSX_BIPR); in rtsx_pci_card_detect()
876 int_reg = rtsx_pci_readl(pcr, RTSX_BIPR); in rtsx_pci_isr()
1070 pcr->card_exist = rtsx_pci_readl(pcr, RTSX_BIPR) & CARD_EXIST; in rtsx_pci_init_hw()
Drtl8411.c236 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()
/linux-4.4.14/drivers/mmc/host/
Drtsx_pci_sdmmc.c105 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.4.14/include/linux/mfd/
Drtsx_pci.h103 #define rtsx_pci_readl(pcr, reg) \ macro