Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mmc/
H A Dtegra_mmc.c89 ctrl = readb(&priv->reg->hostctl); in tegra_mmc_prepare_data()
92 writeb(ctrl, &priv->reg->hostctl); in tegra_mmc_prepare_data()
426 ctrl = readb(&priv->reg->hostctl); in tegra_mmc_set_ios()
443 writeb(ctrl, &priv->reg->hostctl); in tegra_mmc_set_ios()
506 readb(&priv->reg->pwrcon), readb(&priv->reg->hostctl)); in tegra_mmc_reset()
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra/
H A Dtegra_mmc.h35 unsigned char hostctl; /* _POWER_CONTROL_HOST_0 7:00 */ member