Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/qoriq/
H A Dls1046_gpio.c99 static int qoriq_gpio_pin_set(device_t, uint32_t, uint32_t);
119 DEVMETHOD(gpio_pin_set, qoriq_gpio_pin_set),
368 qoriq_gpio_pin_set(device_t dev, uint32_t pin, uint32_t value) in qoriq_gpio_pin_set() function