Home
last modified time | relevance | path

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

/openbsd/src/sys/arch/riscv64/dev/
Dstfpcie.c237 uint32_t *perst_gpio; in stfpcie_attach() local
384 perst_gpio = malloc(perst_gpiolen, M_TEMP, M_WAITOK); in stfpcie_attach()
386 perst_gpio, perst_gpiolen) != perst_gpiolen) { in stfpcie_attach()
388 perst_gpio, perst_gpiolen); in stfpcie_attach()
390 gpio_controller_config_pin(perst_gpio, GPIO_CONFIG_OUTPUT); in stfpcie_attach()
391 gpio_controller_set_pin(perst_gpio, 1); in stfpcie_attach()
467 gpio_controller_set_pin(perst_gpio, 0); in stfpcie_attach()
468 free(perst_gpio, M_TEMP, perst_gpiolen); in stfpcie_attach()