Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/tpm/tpm2_slb9670/
H A Dslb9670_gpio.c22 const struct gpio_spi_config tpm_rpi3_gpio_data = { .cs_gpio = 7,
39 void tpm2_slb9670_reset_chip(const struct gpio_spi_config *tpm_gpio_data) in tpm2_slb9670_reset_chip()
58 void tpm2_slb9670_gpio_init(const struct gpio_spi_config *tpm_gpio_data) in tpm2_slb9670_gpio_init()
64 const struct gpio_spi_config *tpm2_slb9670_get_config(void) in tpm2_slb9670_get_config()
/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);
16 const struct gpio_spi_config *tpm2_slb9670_get_config(void);
/rk3399_ARM-atf/include/drivers/
H A Dgpio_spi.h12 struct gpio_spi_config { struct
34 struct spi_plat *gpio_spi_init(const struct gpio_spi_config *gpio_spi_config); argument
/rk3399_ARM-atf/drivers/gpio/
H A Dgpio_spi.c16 static struct gpio_spi_config config;
137 struct spi_plat *gpio_spi_init(const struct gpio_spi_config *gpio_spi_data) in gpio_spi_init()
/rk3399_ARM-atf/plat/rpi/rpi3/
H A Drpi3_bl2_mboot.c50 const struct gpio_spi_config *tpm_rpi3_gpio_data = in rpi3_bl2_tpm_early_interface_setup()
H A Drpi3_bl1_mboot.c56 const struct gpio_spi_config *tpm_rpi3_gpio_data = in rpi3_bl1_tpm_early_interface_setup()