Searched refs:RTSX_BIPR (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/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() 1122 status = rtsx_readl(chip, RTSX_BIPR); in detect_card_cd()
|
D | rtsx_chip.h | 260 #define RTSX_BIPR 0x14 macro
|
D | rtsx_chip.c | 554 chip->int_reg = rtsx_readl(chip, RTSX_BIPR); in rtsx_reset_chip() 1973 chip->int_reg = rtsx_readl(chip, RTSX_BIPR); in rtsx_pre_handle_interrupt()
|
D | sd.c | 2407 val = rtsx_readl(chip, RTSX_BIPR); 3199 temp = rtsx_readl(chip, RTSX_BIPR);
|
/Linux-v4.19/drivers/misc/cardreader/ |
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 | 893 val = rtsx_pci_readl(pcr, RTSX_BIPR); in rtsx_pci_card_exist() 936 irq_status = rtsx_pci_readl(pcr, RTSX_BIPR); in rtsx_pci_card_detect() 994 int_reg = rtsx_pci_readl(pcr, RTSX_BIPR); in rtsx_pci_isr() 996 rtsx_pci_writel(pcr, RTSX_BIPR, int_reg); in rtsx_pci_isr() 1333 pcr->card_exist = rtsx_pci_readl(pcr, RTSX_BIPR) & CARD_EXIST; in rtsx_pci_init_hw()
|
D | rts5249.c | 575 u32 interrupt = rtsx_pci_readl(pcr, RTSX_BIPR); in rts5250_set_l1off_cfg_sub_d0()
|
D | rts5260.c | 650 u32 interrupt = rtsx_pci_readl(pcr, RTSX_BIPR); in rts5260_set_l1off_cfg_sub_d0()
|
/Linux-v4.19/drivers/mmc/host/ |
D | rtsx_pci_sdmmc.c | 104 return rtsx_pci_readl(host->pcr, RTSX_BIPR) & SD_EXIST; in sd_get_cd_int() 1109 val = rtsx_pci_readl(pcr, RTSX_BIPR); in sdmmc_get_ro()
|
/Linux-v4.19/include/linux/ |
D | rtsx_pci.h | 59 #define RTSX_BIPR 0x14 macro
|