Searched refs:reset_gpio (Results 1 – 2 of 2) sorted by relevance
26 .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()
13 uint8_t cs_gpio, sclk_gpio, mosi_gpio, miso_gpio, reset_gpio; member