Searched refs:hctl (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/mmc/host/ |
D | omap_hsmmc.c | 191 u32 hctl; member 691 u32 hctl, capa; in omap_hsmmc_context_restore() local 695 host->hctl == OMAP_HSMMC_READ(host->base, HCTL) && in omap_hsmmc_context_restore() 705 hctl = SDVS18; in omap_hsmmc_context_restore() 707 hctl = SDVS30; in omap_hsmmc_context_restore() 710 hctl = SDVS18; in omap_hsmmc_context_restore() 715 hctl |= IWE; in omap_hsmmc_context_restore() 718 OMAP_HSMMC_READ(host->base, HCTL) | hctl); in omap_hsmmc_context_restore() 757 host->hctl = OMAP_HSMMC_READ(host->base, HCTL); in omap_hsmmc_context_save() 1760 u32 hctl, capa, value; in omap_hsmmc_conf_bus_power() local [all …]
|
/Linux-v4.19/drivers/ata/ |
D | sata_inic162x.c | 748 static int init_controller(void __iomem *mmio_base, u16 hctl) in init_controller() argument 753 hctl &= ~HCTL_KNOWN_BITS; in init_controller() 758 writew(hctl | HCTL_SOFTRST, mmio_base + HOST_CTL); in init_controller() 780 writew(hctl & ~HCTL_IRQOFF, mmio_base + HOST_CTL); in init_controller()
|
/Linux-v4.19/drivers/usb/host/ |
D | max3421-hcd.c | 501 u8 hctl; in max3421_set_address() local 524 hctl = (BIT(rcvtog + MAX3421_HCTL_RCVTOG0_BIT) | in max3421_set_address() 528 spi_wr8(hcd, MAX3421_REG_HCTL, hctl); in max3421_set_address()
|