Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/tpm/tpm2_slb9670/
H A Dslb9670_gpio.c26 .reset_gpio = 24,
48 gpio_set_value(tpm_gpio_data->reset_gpio, 0); in tpm2_slb9670_reset_chip()
51 gpio_set_value(tpm_gpio_data->reset_gpio, 1); in tpm2_slb9670_reset_chip()
60 gpio_set_value(tpm_gpio_data->reset_gpio, 1); in tpm2_slb9670_gpio_init()
61 gpio_set_direction(tpm_gpio_data->reset_gpio, GPIO_DIR_OUT); in tpm2_slb9670_gpio_init()
/rk3399_ARM-atf/include/drivers/
H A Dgpio_spi.h13 uint8_t cs_gpio, sclk_gpio, mosi_gpio, miso_gpio, reset_gpio; member