Searched refs:hctl (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/drivers/mmc/ |
H A D | omap_hsmmc.c | 412 u32 hctl, ac12; in omap_hsmmc_conf_bus_power() local 416 hctl = readl(&mmc_base->hctl) & ~SDVS_MASK; in omap_hsmmc_conf_bus_power() 421 hctl |= SDVS_3V0; in omap_hsmmc_conf_bus_power() 424 hctl |= SDVS_1V8; in omap_hsmmc_conf_bus_power() 429 writel(hctl, &mmc_base->hctl); in omap_hsmmc_conf_bus_power() 848 writel(DTW_1_BITMODE | SDBP_PWROFF | SDVS_3V0, &mmc_base->hctl); in omap_hsmmc_init_setup() 873 writel(readl(&mmc_base->hctl) | SDBP_PWRON, &mmc_base->hctl); in omap_hsmmc_init_setup() 1000 val = readl(&mmc_base->hctl); in omap_hsmmc_prepare_data() 1002 writel(val, &mmc_base->hctl); in omap_hsmmc_prepare_data() 1028 val = readl(&mmc_base->hctl); in omap_hsmmc_dma_cleanup() [all …]
|
/openbmc/linux/drivers/mmc/host/ |
H A D | omap_hsmmc.c | 189 u32 hctl; member 632 u32 hctl, capa; in omap_hsmmc_context_restore() local 636 host->hctl == OMAP_HSMMC_READ(host->base, HCTL) && in omap_hsmmc_context_restore() 646 hctl = SDVS18; in omap_hsmmc_context_restore() 648 hctl = SDVS30; in omap_hsmmc_context_restore() 651 hctl = SDVS18; in omap_hsmmc_context_restore() 656 hctl |= IWE; in omap_hsmmc_context_restore() 659 OMAP_HSMMC_READ(host->base, HCTL) | hctl); in omap_hsmmc_context_restore() 698 host->hctl = OMAP_HSMMC_READ(host->base, HCTL); in omap_hsmmc_context_save() 1590 u32 hctl, capa, value; in omap_hsmmc_conf_bus_power() local [all …]
|
H A D | sdhci-omap.c | 129 u32 hctl; member 1416 omap_host->hctl = sdhci_omap_readl(omap_host, SDHCI_OMAP_HCTL); in sdhci_omap_context_save() 1426 sdhci_omap_writel(omap_host, SDHCI_OMAP_HCTL, omap_host->hctl); in sdhci_omap_context_restore() 1428 sdhci_omap_writel(omap_host, SDHCI_OMAP_HCTL, omap_host->hctl); in sdhci_omap_context_restore()
|
/openbmc/linux/drivers/ata/ |
H A D | sata_inic162x.c | 752 static int init_controller(void __iomem *mmio_base, u16 hctl) in init_controller() argument 757 hctl &= ~HCTL_KNOWN_BITS; in init_controller() 762 writew(hctl | HCTL_SOFTRST, mmio_base + HOST_CTL); in init_controller() 784 writew(hctl & ~HCTL_IRQOFF, mmio_base + HOST_CTL); in init_controller()
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | omap_mmc.h | 54 unsigned int hctl; /* 0x128 */ member
|
/openbmc/linux/drivers/usb/host/ |
H A D | max3421-hcd.c | 486 u8 hctl; in max3421_set_address() local 491 hctl = (BIT(rcvtog + MAX3421_HCTL_RCVTOG0_BIT) | in max3421_set_address() 494 spi_wr8(hcd, MAX3421_REG_HCTL, hctl); in max3421_set_address()
|