Home
last modified time | relevance | path

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

/openbsd/sys/arch/armv7/marvell/
H A Dmvpcie.c108 uint32_t *po_gpio; member
357 po->po_gpio = malloc(po->po_gpiolen, M_DEVBUF, M_WAITOK); in mvpcie_port_attach()
359 po->po_gpio, po->po_gpiolen); in mvpcie_port_attach()
360 gpio_controller_config_pin(po->po_gpio, GPIO_CONFIG_OUTPUT); in mvpcie_port_attach()
361 gpio_controller_set_pin(po->po_gpio, 1); in mvpcie_port_attach()
363 gpio_controller_set_pin(po->po_gpio, 0); in mvpcie_port_attach()