Home
last modified time | relevance | path

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

/trusted-firmware-a-3.4.0/plat/rockchip/rk3399/drivers/gpio/
Drk3399_gpio.c67 uint32_t clkgate_reg; member
79 .clkgate_reg = PMUCRU_BASE + CRU_PMU_CLKGATE_CON(1),
86 .clkgate_reg = PMUCRU_BASE + CRU_PMU_CLKGATE_CON(1),
93 .clkgate_reg = CRU_BASE + CRU_CLKGATE_CON(31),
100 .clkgate_reg = CRU_BASE + CRU_CLKGATE_CON(31),
107 .clkgate_reg = CRU_BASE + CRU_CLKGATE_CON(31),
156 if ((mmio_read_32(info->clkgate_reg) & (1U << info->clkgate_bit)) == 0U) { in gpio_get_clock()
160 info->clkgate_reg, in gpio_get_clock()
175 mmio_write_32(info->clkgate_reg, BITS_WITH_WMASK(1, 1, info->clkgate_bit)); in gpio_put_clock()