Home
last modified time | relevance | path

Searched refs:hctl (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/mmc/host/
H A Domap_hsmmc.c189 u32 hctl; member
630 u32 hctl, capa; in omap_hsmmc_context_restore() local
634 host->hctl == OMAP_HSMMC_READ(host->base, HCTL) && in omap_hsmmc_context_restore()
644 hctl = SDVS18; in omap_hsmmc_context_restore()
646 hctl = SDVS30; in omap_hsmmc_context_restore()
649 hctl = SDVS18; in omap_hsmmc_context_restore()
654 hctl |= IWE; in omap_hsmmc_context_restore()
657 OMAP_HSMMC_READ(host->base, HCTL) | hctl); in omap_hsmmc_context_restore()
697 host->hctl = OMAP_HSMMC_READ(host->base, HCTL); in omap_hsmmc_context_save()
1589 u32 hctl, capa, value; in omap_hsmmc_conf_bus_power() local
[all …]
H A Dsdhci-omap.c129 u32 hctl; member
1406 omap_host->hctl = sdhci_omap_readl(omap_host, SDHCI_OMAP_HCTL); in sdhci_omap_context_save()
1416 sdhci_omap_writel(omap_host, SDHCI_OMAP_HCTL, omap_host->hctl); in sdhci_omap_context_restore()
1418 sdhci_omap_writel(omap_host, SDHCI_OMAP_HCTL, omap_host->hctl); in sdhci_omap_context_restore()
/linux/drivers/ata/
H A Dsata_inic162x.c752 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()
/linux/drivers/usb/host/
H A Dmax3421-hcd.c486 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()