Home
last modified time | relevance | path

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

/devicemodel/include/
A Dgpio_dm.h25 #define PIO_GPIO_CONFIG_OFFSET 16 macro
26 #define PIO_GPIO_CONFIG_MASK (0xff << PIO_GPIO_CONFIG_OFFSET)
/devicemodel/hw/pci/virtio/
A Dvirtio_gpio.c1500 config = (reg & PIO_GPIO_CONFIG_MASK) >> PIO_GPIO_CONFIG_OFFSET; in gpio_pio_write()
1536 reg |= ((line->config << PIO_GPIO_CONFIG_OFFSET) & in gpio_pio_read()

Completed in 649 milliseconds