Lines Matching +full:0 +full:x8014
20 #define SDHCI_SOFT_RESET 0x01000000
21 #define KONA_SDHOST_CORECTRL 0x8000
22 #define KONA_SDHOST_CD_PINCTRL 0x00000008
23 #define KONA_SDHOST_STOP_HCLK 0x00000004
24 #define KONA_SDHOST_RESET 0x00000002
25 #define KONA_SDHOST_EN 0x00000001
27 #define KONA_SDHOST_CORESTAT 0x8004
28 #define KONA_SDHOST_WP 0x00000002
29 #define KONA_SDHOST_CD_SW 0x00000001
31 #define KONA_SDHOST_COREIMR 0x8008
32 #define KONA_SDHOST_IP 0x00000001
34 #define KONA_SDHOST_COREISR 0x800C
35 #define KONA_SDHOST_COREIMSR 0x8010
36 #define KONA_SDHOST_COREDBG1 0x8014
37 #define KONA_SDHOST_COREGPO_MASK 0x8018
81 return 0; in sdhci_bcm_kona_sd_reset()
109 * and insert=0 for removal. The card detection is done by GPIO. For Broadcom
110 * IP to function properly the bit 0 of CORESTAT register needs to be set/reset
134 if (ret >= 0) in sdhci_bcm_kona_sd_card_emulate()
136 ((ret) ? KONA_SDHOST_WP : 0); in sdhci_bcm_kona_sd_card_emulate()
146 return 0; in sdhci_bcm_kona_sd_card_emulate()
154 if (mmc_gpio_get_cd(host->mmc) > 0) { in sdhci_bcm_kona_card_event()
161 sdhci_bcm_kona_sd_card_emulate(host, 0); in sdhci_bcm_kona_card_event()
212 ret = 0; in sdhci_bcm_kona_probe()
292 if (mmc_gpio_get_cd(host->mmc) > 0) in sdhci_bcm_kona_probe()
296 return 0; in sdhci_bcm_kona_probe()
299 sdhci_remove_host(host, 0); in sdhci_bcm_kona_probe()