Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpio/
Dgpio-f7188x.c31 #define SIO_LD_GPIO 0x06 /* GPIO logical device */ macro
236 superio_select(sio->addr, SIO_LD_GPIO); in f7188x_gpio_get_direction()
255 superio_select(sio->addr, SIO_LD_GPIO); in f7188x_gpio_direction_in()
276 superio_select(sio->addr, SIO_LD_GPIO); in f7188x_gpio_get()
301 superio_select(sio->addr, SIO_LD_GPIO); in f7188x_gpio_direction_out()
329 superio_select(sio->addr, SIO_LD_GPIO); in f7188x_gpio_set()
357 superio_select(sio->addr, SIO_LD_GPIO); in f7188x_gpio_set_config()