Searched refs:RTSX_BIPR (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.15/drivers/staging/rts5208/ |
D | rtsx_card.c | 328 chip->int_reg = rtsx_readl(chip, RTSX_BIPR); in rtsx_release_cards() 406 chip->int_reg = rtsx_readl(chip, RTSX_BIPR); in rtsx_reinit_cards() 445 chip->int_reg = rtsx_readl(chip, RTSX_BIPR); in card_cd_debounce() 472 chip->int_reg = rtsx_readl(chip, RTSX_BIPR); in card_cd_debounce() 1088 status = rtsx_readl(chip, RTSX_BIPR); in detect_card_cd()
|
D | rtsx_chip.h | 248 #define RTSX_BIPR 0x14 macro
|
D | rtsx_chip.c | 491 chip->int_reg = rtsx_readl(chip, RTSX_BIPR); in rtsx_reset_chip() 1840 chip->int_reg = rtsx_readl(chip, RTSX_BIPR); in rtsx_pre_handle_interrupt()
|
D | sd.c | 2278 val = rtsx_readl(chip, RTSX_BIPR); 3038 temp = rtsx_readl(chip, RTSX_BIPR);
|
/Linux-v5.15/drivers/misc/cardreader/ |
D | rtl8411.c | 226 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()
|
D | rtsx_pcr.c | 872 val = rtsx_pci_readl(pcr, RTSX_BIPR); in rtsx_pci_card_exist() 915 irq_status = rtsx_pci_readl(pcr, RTSX_BIPR); in rtsx_pci_card_detect() 984 int_reg = rtsx_pci_readl(pcr, RTSX_BIPR); in rtsx_pci_isr() 986 rtsx_pci_writel(pcr, RTSX_BIPR, int_reg); in rtsx_pci_isr() 1412 pcr->card_exist = rtsx_pci_readl(pcr, RTSX_BIPR) & CARD_EXIST; in rtsx_pci_init_hw()
|
D | rts5260.c | 568 u32 interrupt = rtsx_pci_readl(pcr, RTSX_BIPR); in rts5260_set_l1off_cfg_sub_d0()
|
D | rts5249.c | 684 u32 interrupt = rtsx_pci_readl(pcr, RTSX_BIPR); in rts5250_set_l1off_cfg_sub_d0()
|
/Linux-v5.15/drivers/mmc/host/ |
D | rtsx_pci_sdmmc.c | 95 return rtsx_pci_readl(host->pcr, RTSX_BIPR) & SD_EXIST; in sd_get_cd_int() 960 val = rtsx_pci_readl(pcr, RTSX_BIPR); in sd_power_on() 1142 val = rtsx_pci_readl(pcr, RTSX_BIPR); in sdmmc_get_ro()
|
/Linux-v5.15/include/linux/ |
D | rtsx_pci.h | 47 #define RTSX_BIPR 0x14 macro
|