Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpio/
H A Dgpio-74xx-mmio.c17 #define MMIO_74XX_DIR_OUT BIT(9) macro
52 .data = (const void *)(MMIO_74XX_DIR_OUT | 1),
56 .data = (const void *)(MMIO_74XX_DIR_OUT | 2),
60 .data = (const void *)(MMIO_74XX_DIR_OUT | 4),
64 .data = (const void *)(MMIO_74XX_DIR_OUT | 6),
68 .data = (const void *)(MMIO_74XX_DIR_OUT | 8),
72 .data = (const void *)(MMIO_74XX_DIR_OUT | 16),
82 if (priv->flags & MMIO_74XX_DIR_OUT) in mmio_74xx_get_direction()
102 if (priv->flags & MMIO_74XX_DIR_OUT) { in mmio_74xx_dir_out()