Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/cardreader/
H A Drtl8411.c226 card_exist = rtsx_pci_readl(pcr, RTSX_BIPR); in rtl8411_cd_deglitch()
242 card_exist = rtsx_pci_readl(pcr, RTSX_BIPR); in rtl8411_cd_deglitch()
H A Drtsx_pcr.c176 val = rtsx_pci_readl(pcr, RTSX_HAIMR); in rtsx_pci_write_register()
197 val = rtsx_pci_readl(pcr, RTSX_HAIMR); in rtsx_pci_read_register()
864 val = rtsx_pci_readl(pcr, RTSX_BIPR); in rtsx_pci_card_exist()
907 irq_status = rtsx_pci_readl(pcr, RTSX_BIPR); in rtsx_pci_card_detect()
976 int_reg = rtsx_pci_readl(pcr, RTSX_BIPR); in rtsx_pci_isr()
1338 pcr->card_exist = rtsx_pci_readl(pcr, RTSX_BIPR) & CARD_EXIST; in rtsx_pci_init_hw()
H A Drts5260.c533 u32 interrupt = rtsx_pci_readl(pcr, RTSX_BIPR); in rts5260_set_l1off_cfg_sub_d0()
H A Drts5261.c484 val = rtsx_pci_readl(pcr, RTSX_DUM_REG); in rts5261_extra_init_hw()
H A Drts5249.c666 u32 interrupt = rtsx_pci_readl(pcr, RTSX_BIPR); in rts5250_set_l1off_cfg_sub_d0()
/openbmc/linux/drivers/mmc/host/
H A Drtsx_pci_sdmmc.c92 return rtsx_pci_readl(host->pcr, RTSX_BIPR) & SD_EXIST; in sd_get_cd_int()
967 val = rtsx_pci_readl(pcr, RTSX_BIPR); in sd_power_on()
1150 val = rtsx_pci_readl(pcr, RTSX_BIPR); in sdmmc_get_ro()
/openbmc/linux/include/linux/
H A Drtsx_pci.h92 #define rtsx_pci_readl(pcr, reg) \ macro