Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/ata/
Dsata_inic162x.c750 static int init_controller(void __iomem *mmio_base, u16 hctl) in init_controller() argument
755 hctl &= ~HCTL_KNOWN_BITS; in init_controller()
760 writew(hctl | HCTL_SOFTRST, mmio_base + HOST_CTL); in init_controller()
782 writew(hctl & ~HCTL_IRQOFF, mmio_base + HOST_CTL); in init_controller()
/linux-3.4.99/drivers/mmc/host/
Domap_hsmmc.c563 u32 hctl, capa; in omap_hsmmc_context_restore() local
596 hctl = SDVS18; in omap_hsmmc_context_restore()
598 hctl = SDVS30; in omap_hsmmc_context_restore()
601 hctl = SDVS18; in omap_hsmmc_context_restore()
606 OMAP_HSMMC_READ(host->base, HCTL) | hctl); in omap_hsmmc_context_restore()
1603 u32 hctl, capa, value; in omap_hsmmc_conf_bus_power() local
1607 hctl = SDVS30; in omap_hsmmc_conf_bus_power()
1610 hctl = SDVS18; in omap_hsmmc_conf_bus_power()
1615 OMAP_HSMMC_WRITE(host->base, HCTL, value | hctl); in omap_hsmmc_conf_bus_power()