Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/tpm/tpm2_slb9670/
H A Dslb9670_gpio.c39 void tpm2_slb9670_reset_chip(const struct gpio_spi_config *tpm_gpio_data) in tpm2_slb9670_reset_chip() argument
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()
58 void tpm2_slb9670_gpio_init(const struct gpio_spi_config *tpm_gpio_data) in tpm2_slb9670_gpio_init() argument
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/tpm/tpm2_slb9670/
H A Dslb9670_gpio.h12 void tpm2_slb9670_reset_chip(const struct gpio_spi_config *tpm_gpio_data);
14 void tpm2_slb9670_gpio_init(const struct gpio_spi_config *tpm_gpio_data);